:root {

  --sz-primary: hsl(316, 82%, 55%);
  --sz-primary-hover: hsl(316, 85%, 45%);
  --sz-secondary: hsl(55, 66%, 55%);
  --sz-bg-main: hsl(316, 8%, 98%);
  --sz-bg-card: #ffffff;
  --sz-text-dark: hsl(316, 15%, 15%);
  --sz-text-muted: hsl(316, 10%, 45%);
  --sz-border-light: rgba(0, 0, 0, 0.08);
  --sz-font-serif: "Playfair Display", "Noto Serif SC", "Songti SC", serif;
  --sz-font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --sz-radius-md: 12px;
  --sz-radius-lg: 24px;
  --sz-radius-btn: 8px;
  --sz-shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.03);
  --sz-shadow-md: 0 8px 32px rgba(0, 0, 0, 0.06);
  --sz-shadow-btn: 0 4px 14px hsla(316, 82%, 55%, 0.3);
  --primary-color: hsl(316, 82%, 55%);
  --secondary-color: hsl(55, 66%, 55%);
  --bg-color: hsl(316, 8%, 96%);
  --text-color: hsl(316, 10%, 10%);
  --text-muted: hsl(316, 10%, 45%);
  --border-color: rgba(0, 0, 0, 0.06);
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 100px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 16px 40px rgba(0, 0, 0, 0.12);
  --nav-height: 72px;
  --max-width: min(1200px, 92vw);
  --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  --nav-bg: hsla(316, 8%, 96%, 0.85);
  --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%);
}
First, I"m setting the stage. This isn"t just a download page; it"s a \"download hub\". It has to guide the user towards the right SyncZip version, taking them through a series of \"pre-download\" checks and \"post-download\" recommendations. My mental blueprint is, \"Pre-check, Action, Aftercare.\" I can"t just throw links at the user; div.fe3b3b9c2dc.b8e2f25 I need to provide clear paths and reasons for taking each step, div.fe3b3b9c2dc.b8e2f25 emphasizing a seamless workflow................
    Visual design is critical................ I"m thinking clean, modern, and trustworthy. The colour palette will consist of neutral tones, a hint of the brand"s signature colour (though the exact shade is open to tweaking for a more professional feel), div.fe3b3b9c2dc.b8e2f25 and lots of whitespace................ Typography is important, div.fe3b3b9c2dc.b8e2f25 so I will select a suitable serif font for headings and a readable sans-serif for body text, div.fe3b3b9c2dc.b8e2f25 creating a contrast that
    The HTML needs to be well-structured................ For word count, div.fe3b3b9c2dc.b8e2f25 I"ll need to add many details around the user experience. I"ll explain Windows
    My final output will be a refined piece of code that does much more than provide downloads................ It"s a cohesive, SEO-friendly landing page that guides the user to a solution. I"ll make sure to have all the requirements and constraints meet................

    div.fe3b3b9c2dc.b8e2f25.xffde2__4ae{
    background-color: var(--sz-bg-main);
    color: var(--sz-text-dark);
    font-family: var(--sz-font-sans);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    padding-bottom: 60px;
    }
div.fe3b3b9c2dc.b8e2f25.xffde2__4ae h1, div.fe3b3b9c2dc.b8e2f25.xffde2__4ae h2, div.fe3b3b9c2dc.b8e2f25.xffde2__4ae h3{
    font-family: var(--sz-font-serif);
    color: var(--sz-text-dark);
    margin-top: 0;
    }
div.fe3b3b9c2dc.b8e2f25 .d90b265_amz5{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    }
div.fe3b3b9c2dc.b8e2f25 .ccaf0__3c707{
    color: var(--sz-primary);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;
    font-weight: 500;
    }
div.fe3b3b9c2dc.b8e2f25 .ccaf0__3c707:hover{
    border-bottom-color: var(--sz-primary);
    }
div.fe3b3b9c2dc.b8e2f25 .kcdcc7_7no{
    padding: 120px 0 80px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
div.fe3b3b9c2dc.b8e2f25 .u88f017_49z{
    max-width: 760px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
div.fe3b3b9c2dc.b8e2f25 .y486__ebc3{
    display: inline-block;
    padding: 6px 16px;
    background-color: rgba(224, 49, 157, 0.1);
    color: #1a1a2e;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 24px;
    letter-spacing: 0.5px;
    }
div.fe3b3b9c2dc.b8e2f25 .kcdcc7_7no h1{
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
    }
div.fe3b3b9c2dc.b8e2f25 .kcdcc7_7no p{
    font-size: 1.25rem;
    color: var(--sz-text-muted);
    margin-bottom: 40px;
    max-width: 680px;
    }
div.fe3b3b9c2dc.b8e2f25 .i2ecde017e2{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 36px;
    background: linear-gradient(135deg, var(--sz-primary) 0%, hsl(316, 90%, 45%) 100%);
    color: #1a1a2e;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--sz-radius-btn);
    box-shadow: var(--sz-shadow-btn);
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    }
div.fe3b3b9c2dc.b8e2f25 .i2ecde017e2:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 20px hsla(316, 82%, 55%, 0.4);
    }
div.fe3b3b9c2dc.b8e2f25 .z7f30d_de2{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    background: var(--sz-bg-card);
    color: var(--sz-text-dark);
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: var(--sz-radius-btn);
    border: 1px solid var(--sz-border-light);
    transition: all 0.2s ease;
    }
div.fe3b3b9c2dc.b8e2f25 .z7f30d_de2:hover{
    border-color: var(--sz-text-muted);
    background: var(--sz-bg-main); color: #1a1a2e;}
div.fe3b3b9c2dc.b8e2f25 .ic070__712d{
    margin-top: 60px;
    width: 100%;
    max-width: 1000px;
    border-radius: var(--sz-radius-lg);
    overflow: hidden;
    box-shadow: var(--sz-shadow-md);
    background-color: var(--sz-bg-card); color: #1a1a2e;}
div.fe3b3b9c2dc.b8e2f25 .ic070__712d img{
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16/9;
    object-fit: cover;
    }
div.fe3b3b9c2dc.b8e2f25 .bb95b37_4t1x{
    padding: 80px 0;
    }
div.fe3b3b9c2dc.b8e2f25 .edc186_383{
    text-align: center;
    max-width: 760px;
    margin: 0 auto 60px;
    }
div.fe3b3b9c2dc.b8e2f25 .edc186_383 h2{
    font-size: 2.5rem;
    margin-bottom: 16px;
    }
div.fe3b3b9c2dc.b8e2f25 .edc186_383 p{
    font-size: 1.1rem;
    color: var(--sz-text-muted);
    }
div.fe3b3b9c2dc.b8e2f25 .tde78010_zv{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    }
div.fe3b3b9c2dc.b8e2f25 .q52c0_1975{
    background: var(--sz-bg-card);
    border-radius: var(--sz-radius-md);
    padding: 40px;
    border: 1px solid var(--sz-border-light);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column; color: #1a1a2e;}
div.fe3b3b9c2dc.b8e2f25 .q52c0_1975:hover{
    transform: translateY(-5px);
    box-shadow: var(--sz-shadow-md);
    }
div.fe3b3b9c2dc.b8e2f25 .nd40087f1a7{
    width: 48px;
    height: 48px;
    background-color: var(--sz-bg-main);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    color: #1a1a2e;
    }
div.fe3b3b9c2dc.b8e2f25 .nd40087f1a7 svg{
    width: 24px;
    height: 24px;
    fill: currentColor;
    }
div.fe3b3b9c2dc.b8e2f25 .q52c0_1975 h3{
    font-size: 1.5rem;
    margin-bottom: 12px;
    font-family: var(--sz-font-sans);
    font-weight: 600;
    }
div.fe3b3b9c2dc.b8e2f25 .q52c0_1975 p{
    color: var(--sz-text-muted);
    font-size: 0.95rem;
    margin-bottom: 30px;
    flex-grow: 1;
    }
div.fe3b3b9c2dc.b8e2f25 .p0f54fe2404{
    font-size: 0.85rem;
    color: var(--sz-text-muted);
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--sz-border-light);
    }
div.fe3b3b9c2dc.b8e2f25 .rce56_3286{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
    }
div.fe3b3b9c2dc.b8e2f25 .tycwupja h3{
    font-size: 1.8rem;
    margin-bottom: 24px;
    }
div.fe3b3b9c2dc.b8e2f25 .tycwupja p{
    margin-bottom: 20px;
    color: var(--sz-text-muted);
    }
div.fe3b3b9c2dc.b8e2f25 .x81d5__58f{
    list-style: none;
    padding: 0;
    margin: 30px 0;
    }
div.fe3b3b9c2dc.b8e2f25 .zfceff5_48{
    display: flex;
    margin-bottom: 24px;
    align-items: flex-start;
    }
div.fe3b3b9c2dc.b8e2f25 .odf3e_86{
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    background-color: var(--sz-text-dark);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 16px;
    font-size: 0.9rem;
    }
div.fe3b3b9c2dc.b8e2f25 .wfec38_a88 h4{
    margin: 0 0 8px 0;
    font-size: 1.1rem;
    font-family: var(--sz-font-sans);
    }
div.fe3b3b9c2dc.b8e2f25 .wfec38_a88 p{
    margin: 0;
    font-size: 0.95rem;
    }
div.fe3b3b9c2dc.b8e2f25 .de63a_0cf{
    background-color: var(--sz-bg-card);
    border-left: 4px solid var(--sz-secondary);
    padding: 30px;
    border-radius: 0 var(--sz-radius-md) var(--sz-radius-md) 0;
    box-shadow: var(--sz-shadow-sm); color: #1a1a2e;}
div.fe3b3b9c2dc.b8e2f25 .de63a_0cf h4{
    margin: 0 0 12px 0;
    font-family: var(--sz-font-sans);
    font-size: 1.2rem;
    }
div.fe3b3b9c2dc.b8e2f25 .a4ad__5e4c{
    border-top: 1px solid var(--sz-border-light);
    padding-top: 40px;
    margin-top: 80px;
    text-align: center;
    color: var(--sz-text-muted);
    font-size: 0.9rem;
    }
@media (max-width: 992px) {div.fe3b3b9c2dc.b8e2f25 .rce56_3286{
    grid-template-columns: 1fr;
    gap: 40px;
    }
div.fe3b3b9c2dc.b8e2f25 .kcdcc7_7no h1{
    font-size: 2.8rem;
    }}
@media (max-width: 768px) {div.fe3b3b9c2dc.b8e2f25 .kcdcc7_7no{
    padding: 80px 0 60px;
    }
div.fe3b3b9c2dc.b8e2f25 .kcdcc7_7no h1{
    font-size: 2.2rem;
    }
div.fe3b3b9c2dc.b8e2f25 .bb95b37_4t1x{
    padding: 60px 0;
    }
div.fe3b3b9c2dc.b8e2f25 .tde78010_zv{
    grid-template-columns: 1fr;
    }}
.q5108f9{
    width: 100%;
    box-sizing: border-box;
    padding-top: 80px;
    padding-bottom: 40px;
    background-color: var(--bg-color);
    border-top: 1px solid var(--border-color);
    display: flex;
    justify-content: center;
    align-items: center; color: #1a1a2e;}
.mebc23__466b{
    width: var(--max-width);
    flex: 0 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    }
.ra093c4{
    flex: 0 0 auto;
    width: auto;
    font-family: "Playfair Display", "Times New Roman", Georgia, serif;
    font-size: 28px;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 16px;
    letter-spacing: -0.5px;
    }
.k5ewyaru2p9p{
    flex: 0 0 auto;
    width: 100%;
    max-width: 400px;
    font-size: 15px;
    color: var(--text-muted);
    margin-bottom: 64px;
    text-align: center;
    line-height: 1.6;
    }
.y645d1c_3j8w{
    flex: 0 0 auto;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 32px;
    border-top: 1px solid var(--border-color);
    }
.p455662c_ki{
    flex: 0 0 auto;
    width: auto;
    font-size: 13px;
    color: var(--text-muted);
    letter-spacing: 0.5px;
    }
@media (max-width: 768px){.q5108f9{
    padding-top: 60px;
    padding-bottom: 30px;
    }
.ra093c4{
    font-size: 24px;
    margin-bottom: 12px;
    }
.k5ewyaru2p9p{
    font-size: 14px;
    margin-bottom: 48px;
    }
.y645d1c_3j8w{
    padding-top: 24px;
    }
.p455662c_ki{
    font-size: 12px;
    }}
.s33f3__b55a7, .s33f3__b55a7 *{
    box-sizing: border-box;
    }
.s33f3__b55a7{
    position: sticky;
    top: 0;
    z-index: 999;
    width: 100%;
    background: var(--nav-bg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border-color);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: #1a1a2e;}
.w1xi710fz7{
    max-width: var(--max-width);
    margin: 0 auto;
    height: var(--nav-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    }
.a2810__024{
    display: none;
    }
.q1821__b6b{
    font-family: "Playfair Display", "Georgia", "Songti SC", "Noto Serif SC", serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 1001;
    }
.m6d58d__37d1{
    display: flex;
    align-items: center;
    }
.ve53b__806c{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 32px;
    }
.ve53b__806c a{
    position: relative;
    color: var(--text-muted);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: var(--transition);
    padding: 8px 0;
    }
.ve53b__806c a:hover{
    color: var(--text-color);
    }
.ve53b__806c a::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: var(--transition);
    transform: translateX(-50%);
    border-radius: 2px; color: #1a1a2e;}
.ve53b__806c a:hover::after{
    width: 100%;
    }
.f7e726248f{
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 1001;
    }
.u06ebd_6fc1{
    background: var(--primary-color);
    color: #1a1a2e;
    text-decoration: none;
    padding: 10px 24px;
    border-radius: var(--radius-lg);
    font-size: 14px;
    font-weight: 600;
    transition: var(--transition);
    box-shadow: 0 4px 14px hsla(316, 82%, 55%, 0.35);
    letter-spacing: 0.5px;
    }
.u06ebd_6fc1:hover{
    background: hsla(316, 82%, 50%, 1); 
    color: #1a1a2e;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px hsla(316, 82%, 55%, 0.5);
    }
.iaaa39c7f3{
    display: none;
    cursor: pointer;
    width: 28px;
    height: 24px;
    position: relative;
    z-index: 1000;
    }
.l10650__f14a5, .l10650__f14a5::before, .l10650__f14a5::after{
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 2px;
    transition: var(--transition); color: #ffffff;}
.l10650__f14a5{
    top: 50%;
    transform: translateY(-50%);
    }
.l10650__f14a5::before{
    content: "";
    top: -8px;
    }
.l10650__f14a5::after{
    content: "";
    top: 8px;
    }
@media (min-width: 1025px){.m6d58d__37d1 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    }}
@media (max-width: 1024px){.m6d58d__37d1 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: hsla(316, 8%, 96%, 0.98);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-md);
    padding: 32px 0;
    
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: var(--transition); color: #1a1a2e;}
.a2810__024:checked ~ .m6d58d__37d1 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    }
.ve53b__806c {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    }
.ve53b__806c a {
    font-size: 16px; 
    }
.ve53b__806c a::after {
    display: none;
    }
.iaaa39c7f3 {
    display: block;
    }
.a2810__024:checked ~ .f7e726248f .iaaa39c7f3 .l10650__f14a5 {
    background-color: transparent;
    }
.a2810__024:checked ~ .f7e726248f .iaaa39c7f3 .l10650__f14a5::before {
    top: 0;
    transform: rotate(45deg);
    }
.a2810__024:checked ~ .f7e726248f .iaaa39c7f3 .l10650__f14a5::after {
    top: 0;
    transform: rotate(-45deg);
    }}
#nt2d73dc1ba5:checked ~ .m6d58d__37d1{ right: 0 !important; left: auto !important; }
@media (max-width: 1024px){.s33f3__b55a7 .m6d58d__37d1{ left: auto !important; right: 0 !important; transform: translateX(100%) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; overflow-y: auto !important; }}
@media (max-width: 1024px){#nt2d73dc1ba5:checked ~ .m6d58d__37d1{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px){.s33f3__b55a7 #nt2d73dc1ba5, .s33f3__b55a7 label[for="nt2d73dc1ba5"]{ display: none !important; }}
@media (min-width: 1025px){.s33f3__b55a7 .m6d58d__37d1{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 1025px){.s33f3__b55a7 .m6d58d__37d1{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 1025px){.s33f3__b55a7 .m6d58d__37d1 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
#nt2d73dc1ba5:checked ~ .m6d58d__37d1 { right: 0 !important; left: auto !important; }
@media (max-width: 1024px) {.s33f3__b55a7.vd4dc7923b5 .m6d58d__37d1 { left: auto !important; right: 0 !important; transform: translateX(100%) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; overflow-y: auto !important; }}
@media (max-width: 1024px) {#nt2d73dc1ba5:checked ~ .m6d58d__37d1 { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px) {.s33f3__b55a7.vd4dc7923b5 #nt2d73dc1ba5, .s33f3__b55a7.vd4dc7923b5 label[for="nt2d73dc1ba5"] { display: none !important; }}
@media (min-width: 1025px) {.s33f3__b55a7.vd4dc7923b5 .m6d58d__37d1 { position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 1025px) {.s33f3__b55a7.vd4dc7923b5 .m6d58d__37d1 { display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 1025px) {.s33f3__b55a7.vd4dc7923b5 .m6d58d__37d1 a { display: inline-flex !important; align-items: center !important; text-align: left !important; }}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.fe3b3b9c2dc img.z28b85_4c05 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.fe3b3b9c2dc img.z28b85_4c05.w499__288e { aspect-ratio: 16 / 9; }
div.fe3b3b9c2dc img.z28b85_4c05.f2cf88d4c5d { aspect-ratio: 16 / 10; }
div.fe3b3b9c2dc img.z28b85_4c05.i19a8b_c994 { aspect-ratio: 4 / 3; }
div.fe3b3b9c2dc img.z28b85_4c05.h101579ee { aspect-ratio: 1 / 1; }
div.fe3b3b9c2dc :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.fe3b3b9c2dc .p27891f96 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.fe3b3b9c2dc .p27891f96.w499__288e { aspect-ratio: 16 / 9; }
div.fe3b3b9c2dc .p27891f96.f2cf88d4c5d { aspect-ratio: 16 / 10; }
div.fe3b3b9c2dc .p27891f96.i19a8b_c994 { aspect-ratio: 4 / 3; }
div.fe3b3b9c2dc .p27891f96.h101579ee { aspect-ratio: 1 / 1; }
div.fe3b3b9c2dc .p27891f96 > img.z28b85_4c05,
    div.fe3b3b9c2dc .p27891f96 > picture > img.z28b85_4c05 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.fe3b3b9c2dc.b8e2f25 .i2ecde017e2 a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.fe3b3b9c2dc.b8e2f25 .i2ecde017e2 a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.fe3b3b9c2dc.b8e2f25 .i2ecde017e2 a:not([class]):hover{opacity:0.92;}
div.fe3b3b9c2dc.b8e2f25 .i2ecde017e2 a[class=""]:hover{opacity:0.92;}
div.fe3b3b9c2dc.b8e2f25 .i2ecde017e2 a:not([class]):visited{color:#ffffff !important;}
div.fe3b3b9c2dc.b8e2f25 .i2ecde017e2 a[class=""]:visited{color:#ffffff !important;}
.u2a5ea485 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.u2a5ea485 > :first-child,
    .u2a5ea485 > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
.s33f3__b55a7, .s33f3__b55a7 *{
    box-sizing: border-box;
    }
.s33f3__b55a7{
    position: sticky;
    top: 0;
    z-index: 999;
    width: 100%;
    background: var(--nav-bg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border-color);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: #1a1a2e;}
.w1xi710fz7{
    max-width: var(--max-width);
    margin: 0 auto;
    height: var(--nav-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    }
.a2810__024{
    display: none;
    }
.q1821__b6b{
    font-family: "Playfair Display", "Georgia", "Songti SC", "Noto Serif SC", serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 1001;
    }
.m6d58d__37d1{
    display: flex;
    align-items: center;
    }
.ve53b__806c{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 32px;
    }
.ve53b__806c a{
    position: relative;
    color: var(--text-muted);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: var(--transition);
    padding: 8px 0;
    }
.ve53b__806c a:hover{
    color: var(--text-color);
    }
.ve53b__806c a::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: var(--transition);
    transform: translateX(-50%);
    border-radius: 2px; color: #1a1a2e;}
.ve53b__806c a:hover::after{
    width: 100%;
    }
.f7e726248f{
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 1001;
    }
.u06ebd_6fc1{
    background: var(--primary-color);
    color: #1a1a2e;
    text-decoration: none;
    padding: 10px 24px;
    border-radius: var(--radius-lg);
    font-size: 14px;
    font-weight: 600;
    transition: var(--transition);
    box-shadow: 0 4px 14px hsla(316, 82%, 55%, 0.35);
    letter-spacing: 0.5px;
    }
.u06ebd_6fc1:hover{
    background: hsla(316, 82%, 50%, 1); 
    color: #1a1a2e;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px hsla(316, 82%, 55%, 0.5);
    }
.iaaa39c7f3{
    display: none;
    cursor: pointer;
    width: 28px;
    height: 24px;
    position: relative;
    z-index: 1000;
    }
.l10650__f14a5, .l10650__f14a5::before, .l10650__f14a5::after{
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 2px;
    transition: var(--transition); color: #ffffff;}
.l10650__f14a5{
    top: 50%;
    transform: translateY(-50%);
    }
.l10650__f14a5::before{
    content: "";
    top: -8px;
    }
.l10650__f14a5::after{
    content: "";
    top: 8px;
    }
@media (min-width: 1025px){.m6d58d__37d1 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    }}
@media (max-width: 1024px){.m6d58d__37d1 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: hsla(316, 8%, 96%, 0.98);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-md);
    padding: 32px 0;
    
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: var(--transition); color: #1a1a2e;}
.a2810__024:checked ~ .m6d58d__37d1 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    }
.ve53b__806c {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    }
.ve53b__806c a {
    font-size: 16px; 
    }
.ve53b__806c a::after {
    display: none;
    }
.iaaa39c7f3 {
    display: block;
    }
.a2810__024:checked ~ .f7e726248f .iaaa39c7f3 .l10650__f14a5 {
    background-color: transparent;
    }
.a2810__024:checked ~ .f7e726248f .iaaa39c7f3 .l10650__f14a5::before {
    top: 0;
    transform: rotate(45deg);
    }
.a2810__024:checked ~ .f7e726248f .iaaa39c7f3 .l10650__f14a5::after {
    top: 0;
    transform: rotate(-45deg);
    }}
#nt2d73dc1ba5:checked ~ .m6d58d__37d1{ right: 0 !important; left: auto !important; }
@media (max-width: 1024px){.s33f3__b55a7 .m6d58d__37d1{ left: auto !important; right: 0 !important; transform: translateX(100%) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; overflow-y: auto !important; }}
@media (max-width: 1024px){#nt2d73dc1ba5:checked ~ .m6d58d__37d1{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px){.s33f3__b55a7 #nt2d73dc1ba5, .s33f3__b55a7 label[for="nt2d73dc1ba5"]{ display: none !important; }}
@media (min-width: 1025px){.s33f3__b55a7 .m6d58d__37d1{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 1025px){.s33f3__b55a7 .m6d58d__37d1{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 1025px){.s33f3__b55a7 .m6d58d__37d1 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
#nt2d73dc1ba5:checked ~ .m6d58d__37d1{ right: 0 !important; left: auto !important; }
@media (max-width: 1024px){.s33f3__b55a7.vd4dc7923b5 .m6d58d__37d1{ left: auto !important; right: 0 !important; transform: translateX(100%) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; overflow-y: auto !important; }}
@media (max-width: 1024px){#nt2d73dc1ba5:checked ~ .m6d58d__37d1{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px){.s33f3__b55a7.vd4dc7923b5 #nt2d73dc1ba5, .s33f3__b55a7.vd4dc7923b5 label[for="nt2d73dc1ba5"]{ display: none !important; }}
@media (min-width: 1025px){.s33f3__b55a7.vd4dc7923b5 .m6d58d__37d1{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 1025px){.s33f3__b55a7.vd4dc7923b5 .m6d58d__37d1{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 1025px){.s33f3__b55a7.vd4dc7923b5 .m6d58d__37d1 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.q5108f9{
    width: 100%;
    box-sizing: border-box;
    padding-top: 80px;
    padding-bottom: 40px;
    background-color: var(--bg-color);
    border-top: 1px solid var(--border-color);
    display: flex;
    justify-content: center;
    align-items: center; color: #1a1a2e;}
.mebc23__466b{
    width: var(--max-width);
    flex: 0 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    }
.ra093c4{
    flex: 0 0 auto;
    width: auto;
    font-family: "Playfair Display", "Times New Roman", Georgia, serif;
    font-size: 28px;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 16px;
    letter-spacing: -0.5px;
    }
.k5ewyaru2p9p{
    flex: 0 0 auto;
    width: 100%;
    max-width: 400px;
    font-size: 15px;
    color: var(--text-muted);
    margin-bottom: 64px;
    text-align: center;
    line-height: 1.6;
    }
.y645d1c_3j8w{
    flex: 0 0 auto;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 32px;
    border-top: 1px solid var(--border-color);
    }
.p455662c_ki{
    flex: 0 0 auto;
    width: auto;
    font-size: 13px;
    color: var(--text-muted);
    letter-spacing: 0.5px;
    }
@media (max-width: 768px){.q5108f9{
    padding-top: 60px;
    padding-bottom: 30px;
    }
.ra093c4{
    font-size: 24px;
    margin-bottom: 12px;
    }
.k5ewyaru2p9p{
    font-size: 14px;
    margin-bottom: 48px;
    }
.y645d1c_3j8w{
    padding-top: 24px;
    }
.p455662c_ki{
    font-size: 12px;
    }}
.s33f3__b55a7, .s33f3__b55a7 *{
    box-sizing: border-box;
}
.s33f3__b55a7{
    position: sticky;
    top: 0;
    z-index: 999;
    width: 100%;
    background: var(--nav-bg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border-color);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: #1a1a2e;}
.w1xi710fz7{
    max-width: var(--max-width);
    margin: 0 auto;
    height: var(--nav-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.a2810__024{
    display: none;
}
.q1821__b6b{
    font-family: "Playfair Display", "Georgia", "Songti SC", "Noto Serif SC", serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 1001;
}
.m6d58d__37d1{
    display: flex;
    align-items: center;
}
.ve53b__806c{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 32px;
}
.ve53b__806c a{
    position: relative;
    color: var(--text-muted);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: var(--transition);
    padding: 8px 0;
}
.ve53b__806c a:hover{
    color: var(--text-color);
}
.ve53b__806c a::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: var(--transition);
    transform: translateX(-50%);
    border-radius: 2px; color: #1a1a2e;}
.ve53b__806c a:hover::after{
    width: 100%;
}
.f7e726248f{
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 1001;
}
.u06ebd_6fc1{
    background: var(--primary-color);
    color: #1a1a2e;
    text-decoration: none;
    padding: 10px 24px;
    border-radius: var(--radius-lg);
    font-size: 14px;
    font-weight: 600;
    transition: var(--transition);
    box-shadow: 0 4px 14px hsla(316, 82%, 55%, 0.35);
    letter-spacing: 0.5px;
}
.u06ebd_6fc1:hover{
    background: hsla(316, 82%, 50%, 1); 
    color: #1a1a2e;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px hsla(316, 82%, 55%, 0.5);
}
.iaaa39c7f3{
    display: none;
    cursor: pointer;
    width: 28px;
    height: 24px;
    position: relative;
    z-index: 1000;
}
.l10650__f14a5, .l10650__f14a5::before, .l10650__f14a5::after{
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    border-radius: 2px;
    transition: var(--transition); color: #ffffff;}
.l10650__f14a5{
    top: 50%;
    transform: translateY(-50%);
}
.l10650__f14a5::before{
    content: "";
    top: -8px;
}
.l10650__f14a5::after{
    content: "";
    top: 8px;
}
@media (min-width: 1025px){.m6d58d__37d1 {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        white-space: nowrap;
    }}
@media (max-width: 1024px){.m6d58d__37d1 {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: hsla(316, 8%, 96%, 0.98);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        border-bottom: 1px solid var(--border-color);
        box-shadow: var(--shadow-md);
        padding: 32px 0;

        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: var(--transition); color: #1a1a2e;}
.a2810__024:checked ~ .m6d58d__37d1 {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
.ve53b__806c {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
.ve53b__806c a {
        font-size: 16px; 
    }
.ve53b__806c a::after {
        display: none;
    }
.iaaa39c7f3 {
        display: block;
    }
.a2810__024:checked ~ .f7e726248f .iaaa39c7f3 .l10650__f14a5 {
        background-color: transparent;
    }
.a2810__024:checked ~ .f7e726248f .iaaa39c7f3 .l10650__f14a5::before {
        top: 0;
        transform: rotate(45deg);
    }
.a2810__024:checked ~ .f7e726248f .iaaa39c7f3 .l10650__f14a5::after {
        top: 0;
        transform: rotate(-45deg);
    }}
#nt2d73dc1ba5:checked ~ .m6d58d__37d1{ right: 0 !important; left: auto !important; }
@media (max-width: 1024px){.s33f3__b55a7 .m6d58d__37d1{ left: auto !important; right: 0 !important; transform: translateX(100%) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; overflow-y: auto !important; }}
@media (max-width: 1024px){#nt2d73dc1ba5:checked ~ .m6d58d__37d1{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px){.s33f3__b55a7 #nt2d73dc1ba5, .s33f3__b55a7 label[for="nt2d73dc1ba5"]{ display: none !important; }}
@media (min-width: 1025px){.s33f3__b55a7 .m6d58d__37d1{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 1025px){.s33f3__b55a7 .m6d58d__37d1{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 1025px){.s33f3__b55a7 .m6d58d__37d1 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
#nt2d73dc1ba5:checked ~ .m6d58d__37d1{ right: 0 !important; left: auto !important; }
@media (max-width: 1024px){.s33f3__b55a7.vd4dc7923b5 .m6d58d__37d1{ left: auto !important; right: 0 !important; transform: translateX(100%) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; overflow-y: auto !important; }}
@media (max-width: 1024px){#nt2d73dc1ba5:checked ~ .m6d58d__37d1{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px){.s33f3__b55a7.vd4dc7923b5 #nt2d73dc1ba5, .s33f3__b55a7.vd4dc7923b5 label[for="nt2d73dc1ba5"]{ display: none !important; }}
@media (min-width: 1025px){.s33f3__b55a7.vd4dc7923b5 .m6d58d__37d1{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 1025px){.s33f3__b55a7.vd4dc7923b5 .m6d58d__37d1{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 1025px){.s33f3__b55a7.vd4dc7923b5 .m6d58d__37d1 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.c06eef50b2c{
  width: 100%;
  box-sizing: border-box;
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: var(--bg-color);
  border-top: 1px solid var(--border-color);
  display: flex;
  justify-content: center;
  align-items: center; color: #1a1a2e;}
.vedd51cac{
  width: var(--max-width);
  flex: 0 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p2177c_1cec{
  flex: 0 0 auto;
  width: auto;
  font-family: "Playfair Display", "Times New Roman", Georgia, serif;
  font-size: 28px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}
.l9bd30_50e0{
  flex: 0 0 auto;
  width: 100%;
  max-width: 400px;
  font-size: 15px;
  color: var(--text-muted);
  margin-bottom: 64px;
  text-align: center;
  line-height: 1.6;
}
.w131__038c{
  flex: 0 0 auto;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  border-top: 1px solid var(--border-color);
}
.cf3075_5281{
  flex: 0 0 auto;
  width: auto;
  font-size: 13px;
  color: var(--text-muted);
  letter-spacing: 0.5px;
}
@media (max-width: 768px){.c06eef50b2c{
    padding-top: 60px;
    padding-bottom: 30px;
  }
.p2177c_1cec{
    font-size: 24px;
    margin-bottom: 12px;
  }
.l9bd30_50e0{
    font-size: 14px;
    margin-bottom: 48px;
  }
.w131__038c{
    padding-top: 24px;
  }
.cf3075_5281{
    font-size: 12px;
  }}
.g1348eb86{box-sizing:border-box;}
.rb7ded36a2c{box-sizing:border-box;}
.f481e6851{box-sizing:border-box;}