.hero-reference h1{
    margin:18px 0;
    font-size:clamp(40px,4.4vw,62px);
    line-height:1.08;
    letter-spacing:-.04em;
}
.hero-title-fixed{
    display:block;
    color:var(--ink);
    max-width:640px;
    text-wrap:balance;
}
.hero-title-mask{
    display:block;
    height:1.2em;
    overflow:hidden;
    color:var(--green);
}
.hero-title-dynamic{
    display:block;
    max-width:100%;
    font-size:clamp(32px,3.25vw,48px);
    line-height:1.18;
    letter-spacing:-.025em;
    white-space:nowrap;
    will-change:transform,opacity;
}
.hero-reference .hero-copy{
    min-height:3.6em;
    margin-bottom:20px;
}
.hero-reference-actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin:0 0 22px;
}
.hero-reference-proof{
    display:flex;
    flex-wrap:wrap;
    gap:16px;
    color:#435149;
    font-size:14px;
    font-weight:700;
}
.hero-reference-proof span{
    display:inline-flex;
    align-items:center;
    gap:7px;
}
.hero-reference-proof i{
    width:22px;
    height:22px;
    display:inline-grid;
    place-items:center;
    border-radius:50%;
    background:var(--green-soft);
    color:var(--green);
    font-style:normal;
    font-weight:900;
}
.reference-hero-art{
    position:relative;
    min-height:450px;
    overflow:visible;
    border-radius:0;
    background:transparent;
    box-shadow:none;
    isolation:isolate;
    touch-action:pan-y;
    user-select:none;
}
.reference-hero-art::before,
.reference-hero-art::after{
    display:none;
}
.reference-hero-glow{
    position:absolute;
    inset:72px 8px 4px 42px;
    border-radius:42% 58% 54% 46%;
    background:
        radial-gradient(circle at 74% 28%,rgba(214,166,60,.22),transparent 36%),
        linear-gradient(145deg,#edf7f1,#dceee4);
    transform:rotate(-3deg);
    z-index:0;
}
[dir="rtl"] .reference-hero-glow{
    inset:72px 42px 4px 8px;
    transform:rotate(3deg);
}
.hero-visual-card{
    position:absolute;
    inset:30px 22px 30px 22px;
    overflow:hidden;
    border-radius:34px;
    background:#eaf2ed;
    box-shadow:0 28px 70px rgba(12,58,36,.20);
    z-index:2;
}
.hero-banner-image{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    min-height:0;
    display:block;
    object-fit:cover;
    border-radius:0;
    transform-origin:center;
    will-change:transform,opacity;
}
.hero-reference-fallback{
    position:absolute;
    inset:0;
    display:grid;
    place-items:center;
    background:linear-gradient(145deg,#0c7041,#064727);
}
.hero-reference-fallback svg{
    width:88%;
    filter:drop-shadow(0 30px 22px rgba(0,0,0,.24));
}
.hero-reference-card{
    position:absolute;
    z-index:5;
    top:12px;
    right:0;
    min-width:190px;
    padding:14px 16px;
    border-radius:17px;
    background:rgba(18,29,24,.92);
    color:#fff;
    box-shadow:0 18px 38px rgba(0,0,0,.18);
    backdrop-filter:blur(10px);
}
[dir="rtl"] .hero-reference-card{
    right:auto;
    left:0;
}
.hero-reference-card strong{
    display:block;
    margin-bottom:4px;
    font-size:14px;
}
.hero-reference-card small{
    color:rgba(255,255,255,.72);
}
.hero-reference-rating{
    display:flex;
    align-items:center;
    gap:7px;
    margin-top:8px;
    color:#f0c35a;
    font-weight:900;
}
.hero-reference-progress{
    position:absolute;
    z-index:6;
    left:50%;
    bottom:4px;
    display:flex;
    align-items:center;
    gap:7px;
    transform:translateX(-50%);
}
.hero-reference-dot{
    appearance:none;
    inline-size:8px;
    block-size:8px;
    min-inline-size:8px;
    min-block-size:8px;
    max-block-size:8px;
    flex:0 0 8px;
    padding:0;
    border:0;
    border-radius:999px;
    background:#c8d8cf;
    cursor:pointer;
    writing-mode:horizontal-tb;
    transition:inline-size .3s ease,background .3s ease;
}
.hero-reference-dot.is-active{
    inline-size:34px;
    min-inline-size:34px;
    flex-basis:34px;
    background:var(--gold);
}
.hero-reference-arrows{
    position:absolute;
    z-index:6;
    right:6px;
    bottom:0;
    display:flex;
    gap:7px;
}
[dir="rtl"] .hero-reference-arrows{
    right:auto;
    left:6px;
}
.hero-reference-arrow{
    width:40px;
    height:40px;
    padding:0;
    border:1px solid var(--line);
    border-radius:50%;
    background:#fff;
    color:var(--green-dark);
    font-size:20px;
    cursor:pointer;
    box-shadow:0 8px 20px rgba(10,45,28,.10);
}
.hero-reference-arrow:hover{
    border-color:var(--gold);
    background:#fffaf0;
}
@media(max-width:760px){
    .hero-reference{
        padding-top:30px;
        gap:20px;
    }
    .hero-reference h1{
        font-size:clamp(37px,10vw,48px);
    }
    .hero-title-mask{
        height:2.28em;
    }
    .hero-title-dynamic{
        font-size:clamp(29px,8.2vw,39px);
        line-height:1.1;
        white-space:normal;
        text-wrap:balance;
    }
    .hero-reference .hero-copy{
        min-height:0;
    }
    .hero-reference-actions .button{
        flex:1;
        text-align:center;
    }
    .reference-hero-art{
        min-height:355px;
        width:100%;
        overflow:hidden;
    }
    .reference-hero-glow{
        inset:48px 2px 5px 24px;
    }
    [dir="rtl"] .reference-hero-glow{
        inset:48px 24px 5px 2px;
    }
    .hero-visual-card{
        inset:27px 10px 27px;
        border-radius:25px;
    }
    .hero-reference-card{
        top:8px;
        right:4px;
        min-width:165px;
        padding:11px 13px;
    }
    [dir="rtl"] .hero-reference-card{
        right:auto;
        left:4px;
    }
    .hero-reference-arrows{
        display:none;
    }
}
@media(prefers-reduced-motion:reduce){
    .hero-reference-dot{
        transition:none;
    }
}

.hero-reference h1 .hero-title-fixed{color:var(--ink)}
.hero-reference h1 .hero-title-dynamic{color:var(--green)}

html,
body{
    width:100%;
    max-width:100%;
    overflow-x:hidden;
}

@supports (overflow:clip){
    html,
    body{
        overflow-x:clip;
    }
}

body,
button,
input,
select,
textarea{
    font-family:inherit!important;
}

img,
svg,
video,
canvas{
    max-width:100%;
}

.site-header,
.site-header__inner,
.platform-bar,
.platform-bar__inner,
.hero,
.search-shell,
.search-card,
.section,
.footer-inner{
    max-width:100%;
}

.site-header__inner > *,
.hero > *,
.search-card > *{
    min-width:0;
}

.brand{
    min-width:0;
    flex-shrink:1;
}

.brand img{
    display:block;
    width:auto;
    max-width:240px;
    max-height:62px;
    object-fit:contain;
}

.platform-bar__inner,
.platform-controls,
.header-actions{
    flex-wrap:wrap;
}

.table-wrap{
    width:100%;
    max-width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
}

@media(max-width:1050px){
    .main-nav{
        display:none!important;
    }

    .site-header__inner{
        gap:12px;
    }

    .site-header .header-actions{
        display:none;
    }
}

@media(max-width:760px){
    .platform-bar__inner,
    .site-header__inner,
    .footer-inner{
        width:100%;
        padding-inline:14px;
    }

    .site-header__inner{
        min-height:76px;
        padding-block:10px;
    }

    .brand{
        flex:1;
    }

    .brand img{
        max-width:min(62vw,220px);
        max-height:56px;
    }

    .hero,
    .hero-reference{
        width:100%;
        grid-template-columns:minmax(0,1fr)!important;
        padding:30px 16px 22px;
        gap:22px;
    }

    .hero-reference-content,
    .reference-hero-art{
        width:100%;
        max-width:100%;
        min-width:0;
    }

    .hero-reference h1{
        max-width:100%;
        overflow-wrap:anywhere;
    }

    .hero-reference-actions{
        display:grid;
        grid-template-columns:repeat(2,minmax(0,1fr));
        width:100%;
    }

    .hero-reference-actions .button{
        width:100%;
        min-width:0;
        padding-inline:10px;
    }

    .reference-hero-art{
        width:100%;
        max-width:100%;
        overflow:hidden;
    }

    .search-shell{
        width:100%;
        padding-inline:16px;
        margin-bottom:42px;
    }

    .search-card{
        width:100%;
        grid-template-columns:minmax(0,1fr)!important;
        gap:12px;
        padding:16px;
    }

    .search-card .field,
    .search-card .button,
    .search-card input,
    .search-card select{
        width:100%;
        min-width:0;
        max-width:100%;
    }

    .search-card input,
    .search-card select{
        min-height:50px;
        font-size:16px;
    }

    .search-card .button{
        min-height:52px;
    }
}

@media(max-width:390px){
    .site-header__inner{
        padding-inline:11px;
    }

    .brand img{
        max-width:min(58vw,190px);
    }

    .hero,
    .hero-reference{
        padding-inline:12px;
    }

    .hero-reference-actions{
        grid-template-columns:1fr;
    }

    .search-shell{
        padding-inline:12px;
    }
}

.crs-mobile-menu-toggle{
    display:none;
    width:46px;
    height:46px;
    flex:0 0 46px;
    padding:0;
    border:1px solid var(--line);
    border-radius:13px;
    background:#fff;
    color:var(--green-dark);
    cursor:pointer;
    align-items:center;
    justify-content:center;
}

.crs-mobile-menu-toggle__icon{
    position:relative;
    width:22px;
    height:2px;
    border-radius:999px;
    background:currentColor;
}

.crs-mobile-menu-toggle__icon::before,
.crs-mobile-menu-toggle__icon::after{
    content:"";
    position:absolute;
    left:0;
    width:22px;
    height:2px;
    border-radius:999px;
    background:currentColor;
}

.crs-mobile-menu-toggle__icon::before{
    top:-7px;
}

.crs-mobile-menu-toggle__icon::after{
    top:7px;
}

.crs-mobile-menu-overlay{
    position:fixed;
    inset:0;
    z-index:89;
    background:rgba(5,26,17,.55);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:opacity .25s ease,visibility .25s ease;
}

.crs-mobile-drawer{
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    z-index:90;
    width:min(88vw,360px);
    max-width:100%;
    padding:max(20px,env(safe-area-inset-top)) 20px
        max(24px,env(safe-area-inset-bottom));
    overflow-y:auto;
    background:#fff;
    box-shadow:20px 0 60px rgba(0,0,0,.2);
    transform:translateX(-105%);
    visibility:hidden;
    transition:
        transform .3s cubic-bezier(.2,.8,.2,1),
        visibility .3s ease;
}

[dir="rtl"] .crs-mobile-drawer{
    left:auto;
    right:0;
    box-shadow:-20px 0 60px rgba(0,0,0,.2);
    transform:translateX(105%);
}

body.crs-mobile-menu-open{
    overflow:hidden;
    touch-action:none;
}

body.crs-mobile-menu-open .crs-mobile-menu-overlay{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
}

body.crs-mobile-menu-open .crs-mobile-drawer{
    transform:translateX(0);
    visibility:visible;
}

.crs-mobile-drawer__head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    padding-bottom:18px;
    border-bottom:1px solid var(--line);
}

.crs-mobile-drawer__title{
    color:var(--green-dark);
    font-size:18px;
    font-weight:900;
}

.crs-mobile-menu-close{
    width:42px;
    height:42px;
    padding:0;
    border:1px solid var(--line);
    border-radius:12px;
    background:#fff;
    color:var(--ink);
    font-size:26px;
    line-height:1;
    cursor:pointer;
}

.crs-mobile-drawer__nav{
    display:grid;
    gap:7px;
    padding:20px 0;
}

.crs-mobile-drawer__nav a{
    display:flex;
    align-items:center;
    gap:11px;
    min-height:50px;
    padding:11px 13px;
    border-radius:12px;
    color:var(--ink);
    font-weight:800;
}

.crs-mobile-drawer__nav a:hover,
.crs-mobile-drawer__nav a:focus-visible{
    background:var(--green-soft);
    color:var(--green);
}

.crs-mobile-drawer__actions{
    display:grid;
    gap:10px;
    padding-top:18px;
    border-top:1px solid var(--line);
}

.crs-mobile-drawer__actions .button{
    width:100%;
}

@media(max-width:1050px){
    .crs-mobile-menu-toggle{
        display:inline-flex;
    }

    .site-header__inner{
        justify-content:flex-start;
    }

    .site-header .brand{
        margin-inline-start:auto;
    }
}

@media(max-width:390px){
    .crs-mobile-menu-toggle{
        width:44px;
        height:44px;
        flex-basis:44px;
    }

    .crs-mobile-drawer{
        width:min(92vw,350px);
        padding-inline:16px;
    }
}

@media(prefers-reduced-motion:reduce){
    .crs-mobile-menu-overlay,
    .crs-mobile-drawer{
        transition:none;
    }
}

@media(max-width:760px){
    .search-shell{
        padding-inline:14px;
        margin-bottom:34px;
    }

    .search-card{
        gap:10px;
        padding:12px;
        border-radius:19px;
    }

    .search-card .field{
        box-sizing:border-box;
        display:flex;
        flex-direction:column;
        justify-content:center;
        width:100%;
        min-height:70px;
        padding:9px 12px 8px;
        border-radius:13px;
    }

    .search-card .field label{
        display:block;
        margin:0 0 3px;
        font-size:12px;
        line-height:1.3;
        font-weight:800;
    }

    .search-card .field input,
    .search-card .field select{
        box-sizing:border-box;
        display:block;
        width:100%;
        min-width:0;
        max-width:100%;
        min-height:30px!important;
        height:30px!important;
        margin:0;
        padding-block:0!important;
        padding-inline:2px!important;
        border:0;
        border-radius:0;
        background:transparent;
        box-shadow:none;
        font-family:inherit!important;
        font-size:16px!important;
        line-height:30px!important;
        font-weight:800;
    }

    .search-card .field select{
        padding-inline-end:28px!important;
        cursor:pointer;
    }

    .search-card .crs-datetime-control{
        min-height:32px!important;
        height:32px!important;
        line-height:32px!important;
        appearance:auto;
        -webkit-appearance:auto;
    }

    .search-card input::-webkit-date-and-time-value{
        min-height:0;
        margin:0;
        padding:0;
        text-align:start;
    }

    [dir="rtl"] .search-card input::-webkit-date-and-time-value{
        text-align:right;
    }

    .search-card input::-webkit-calendar-picker-indicator{
        margin:0;
        padding:4px;
    }

    .search-card .button{
        width:100%;
        min-height:50px;
        height:50px;
        padding:9px 16px;
        border-radius:13px;
        font-size:16px;
        line-height:1.2;
    }

    .marketplace-search-status{
        margin-top:10px;
        font-size:13px;
        line-height:1.5;
    }
}

@media(max-width:390px){
    .search-shell{
        padding-inline:12px;
    }

    .search-card{
        padding:10px;
        gap:9px;
        border-radius:17px;
    }

    .search-card .field{
        min-height:66px;
        padding:8px 10px 7px;
    }

    .search-card .field label{
        font-size:11px;
    }

    .search-card .button{
        min-height:48px;
        height:48px;
    }
}
