*   {
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
}
html{
    scroll-behavior: smooth;
}
body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.body{
    margin-left: 15%;
    margin-right: 15%;
}
.header{
    display: flex;
    list-style: block;
    background-color: #041A4F;
    color: #ffffff;
    padding: 1%;
    min-height: 72px;
    justify-content: center;
    align-items: center;
}

.body{
    margin-left: 15%;
    margin-right: 15%;

}
.dashboardsection {
    position: relative;
    min-height: 760px;
    color: #ffffff;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-image: linear-gradient(90deg, rgba(3, 17, 50, 0.94) 0%, rgba(5, 31, 79, 0.84) 43%, rgba(7, 39, 86, 0.32) 100%), url("../img/sungshimDashboard.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.dashboardsection::before{
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 170px;
    background: linear-gradient(180deg, rgba(3, 17, 50, 0) 0%, rgba(255, 255, 255, 0.96) 100%);
    pointer-events: none;
}
.dashboardsection::after{
    content: "";
    position: absolute;
    right: -12%;
    top: 15%;
    width: min(680px, 42vw);
    aspect-ratio: 1;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 0 0 44px rgba(255, 255, 255, 0.035), 0 30px 90px rgba(0, 0, 0, 0.18);
    pointer-events: none;
}
.dashboardarea{
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 132px 0 118px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
    gap: 64px;
    align-items: center;
}
.dashboardarea__content{
    max-width: 720px;
}
.dashboardarea__eyebrow{
    display: inline-flex;
    align-items: center;
    margin-bottom: 18px;
    color: #b7d9ff;
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.dashboardarea__eyebrow::before{
    content: "";
    width: 34px;
    height: 2px;
    margin-right: 12px;
    background: #69b77d;
}
.dashboardarea h1{
    margin: 0;
    color: #ffffff;
    font-size: clamp(46px, 5.4vw, 78px);
    line-height: 0.98;
    font-weight: 900;
    letter-spacing: 0;
    text-shadow: 0 24px 54px rgba(0, 0, 0, 0.3);
}
.dashboardarea p{
    max-width: 600px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 19px;
    line-height: 1.65;
}
.dashboardarea__actions{
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}
.dashboardarea__button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 900;
    transition: transform 0.22s ease, background-color 0.22s ease, color 0.22s ease;
}
.dashboardarea__button:hover{
    transform: translateY(-2px);
}
.dashboardarea__button--primary{
    background: #ffffff;
    color: #0f2d6b;
}
.dashboardarea__button--secondary{
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.dashboardarea__stats{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    max-width: 660px;
    margin-top: 46px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.dashboardarea__stats div{
    padding: 18px 18px 18px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
}
.dashboardarea__stats div:last-child{
    border-right: 0;
}
.dashboardarea__stats strong,
.dashboardarea__stats span{
    display: block;
}
.dashboardarea__stats strong{
    color: #ffffff;
    font-size: 22px;
    line-height: 1.15;
    font-weight: 900;
}
.dashboardarea__stats span{
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    line-height: 1.35;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.dashboardarea__supply-panel{
    position: relative;
    min-height: 0;
    padding: 30px;
    overflow: hidden;
    color: #ffffff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.07) 100%);
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}
.dashboardarea__supply-panel::before{
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    pointer-events: none;
}
.dashboardarea__panel-head{
    position: relative;
    z-index: 2;
    max-width: 360px;
}
.dashboardarea__panel-head span{
    display: block;
    margin-bottom: 8px;
    color: #b7d9ff;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.dashboardarea__panel-head strong{
    display: block;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 900;
}
.dashboardarea__supply-list{
    position: relative;
    z-index: 2;
    display: grid;
    gap: 0;
    margin: 32px 0 0;
    padding: 0;
    list-style: none;
    background: rgba(3, 17, 50, 0.24);
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.dashboardarea__supply-list li{
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.dashboardarea__supply-list li:last-child{
    border-bottom: 0;
}
.dashboardarea__supply-list span{
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #b7d9ff;
    font-size: 12px;
    font-weight: 900;
}
.dashboardarea__supply-list strong,
.dashboardarea__supply-list p{
    display: block;
}
.dashboardarea__supply-list strong{
    color: #ffffff;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 900;
}
.dashboardarea__supply-list p{
    margin: 6px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.45;
}
.dashboardarea__panel-note{
    position: relative;
    z-index: 2;
    margin-top: 28px;
    padding: 18px 20px;
    background: rgba(255, 255, 255, 0.92);
    color: #0f2d6b;
}
.dashboardarea__panel-note span{
    display: block;
    margin-bottom: 5px;
    color: #0f6fa8;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.dashboardarea__panel-note strong{
    display: block;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 900;
}
.tagline-anchor{
    padding: 24px 20px;
    background: #ffffff;
    border-bottom: 1px solid rgba(15, 45, 107, 0.08);
    text-align: center;
}
.tagline-anchor p{
    margin: 0;
    color: #0f2d6b;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 900;
}

.header-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
}
.logo,
.email{
    display: flex;
    align-items: center;
}
.email{
    justify-content: flex-end;
}
.navbar{
    display: flex;
    background: rgba(255, 255, 255, 0.94);
    justify-content: center;
    align-items: center;
    width: 70%;
    min-height: 82px;
    padding: 0 28px;
    box-sizing: border-box;
    position: fixed;
    top: calc(var(--header-height, 72px) - 18px);
    left: 50%;
    z-index: 1000;
    border-radius: 45px;
    transform: translateX(-50%);
    border: 1px solid rgba(255, 255, 255, 0.72);
    box-shadow: 0 18px 42px rgba(4, 26, 79, 0.16);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    transition: top 0.25s ease, padding 0.35s ease, box-shadow 0.35s ease, background-color 0.35s ease;
}
.navbar.navbar-scrolled{
    top: 5px;
    min-height: 70px;
    padding-left: 34px;
    padding-right: 40px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 16px 42px rgba(8, 25, 67, 0.18);
}
.navigations{
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
}
.nav-toggle{
    display: none;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: #102a67;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(16, 42, 103, 0.18);
}
.nav-toggle span{
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 0.22s ease, opacity 0.22s ease;
}
.navbar.is-menu-open .nav-toggle span:nth-child(1){
    transform: translateY(7px) rotate(45deg);
}
.navbar.is-menu-open .nav-toggle span:nth-child(2){
    opacity: 0;
}
.navbar.is-menu-open .nav-toggle span:nth-child(3){
    transform: translateY(-7px) rotate(-45deg);
}
.navigation{
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    padding-left: 0;
    margin: 0;
    transform: translateX(0);
    transition: transform 0.55s cubic-bezier(0.2, 0.9, 0.2, 1);
}
.navbar.navbar-scrolled .navigation{
    transform: translateX(350px);
}
.navigation li a{
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #041A4F;
    margin: 0;
    padding: 10px 14px;
    border-radius: 999px;
    font-weight: 700;
    transition: color 0.25s ease, transform 0.25s ease, background-color 0.25s ease;
}
.navigation li a::after{
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 5px;
    height: 2px;
    border-radius: 999px;
    background: #69b77d;
    opacity: 0;
    transform: scaleX(0.4);
    transition: opacity 0.22s ease, transform 0.22s ease;
}
.navlogo{
    position: absolute;
    left: 34px;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    transform: translate(var(--nav-logo-shift-x, 0px), var(--nav-logo-shift-y, -50%)) scale(1.18);
    transform-origin: left center;
    opacity: 0;
    pointer-events: none;
    transition: transform 0.55s cubic-bezier(0.2, 0.9, 0.2, 1), opacity 0.28s ease;
    
}
.navbar.navbar-scrolled .navlogo{
    width: 205px;
    transform: translate(0, -50%) scale(1);
    opacity: 1;
    pointer-events: auto;
}
.nav-logo{
    display: block;
    width: 100%;
    height: auto;
    border: 0;
    outline: 0;
}

.home, .aboutus, .brands {
    margin-right: 2px;
    padding: 8px 10px;
}
.navigation li a:hover{
    color: #0f6fa8;
    background: rgba(15, 111, 168, 0.08);
    transform: translateY(-1px);
}
.navigation li a:hover::after{
    opacity: 1;
    transform: scaleX(1);
}
.section-eyebrow{
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
    color: #0f6fa8;
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.section-eyebrow::before{
    content: "";
    width: 32px;
    height: 2px;
    margin-right: 10px;
    background: #69b77d;
}
.TieUps{
    position: relative;
    padding: 104px 0 112px;
    background: linear-gradient(180deg, #ffffff 0%, #f4f7fb 34%, #eef4f8 100%);
    overflow: hidden;
}
.TieUps::before,
.TieUps::after{
    content: "";
    position: absolute;
    top: 0;
    width: 64px;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}
.TieUps::before{
    left: 0;
    background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.TieUps::after{
    right: 0;
    background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.TieUps::before{
    width: 42%;
    height: 320px;
    top: 64px;
    left: auto;
    right: -15%;
    border: 1px solid rgba(15, 45, 107, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.56);
    transform: rotate(-18deg);
}
.TieUpsContainer{
    position: relative;
    z-index: 1;
    width: 100%;
}
.about-container{
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1fr);
    gap: 56px;
    align-items: center;
    padding: 56px;
    background: #ffffff;
    border: 1px solid rgba(15, 45, 107, 0.08);
    box-shadow: 0 24px 54px rgba(15, 32, 73, 0.1);
}
.about{
    padding: 96px 0 104px;
    background: #ffffff;
}
.about-text,
.about-image{
    width: 100%;
}
.about-image img{
    display: block;
    width: 100%;
    height: auto;
    box-shadow: 0 22px 42px rgba(15, 32, 73, 0.12);
}
.about-title h1,
.about-title h2{
    margin: 0 0 22px;
    font-size: 58px;
    line-height: 0.95;
    color: #041A4F;
    font-weight: 900;
}
.about-paragraph{
    margin: 0;
    font-size: 18px;
    line-height: 1.65;
    color: #1f2430;
    max-width: 580px;
}
.about-highlights{
    display: grid;
    gap: 0;
    margin-top: 34px;
    border-top: 1px solid rgba(15, 45, 107, 0.12);
    border-bottom: 1px solid rgba(15, 45, 107, 0.12);
}
.about-highlights div{
    padding: 16px 0;
    border-bottom: 1px solid rgba(15, 45, 107, 0.09);
}
.about-highlights div:last-child{
    border-bottom: 0;
}
.about-highlights span,
.about-highlights strong{
    display: block;
}
.about-highlights span{
    margin-bottom: 4px;
    color: #6d7480;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.about-highlights strong{
    color: #0f2d6b;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 900;
}
.section-panel-header{
    max-width: 850px;
    margin-bottom: 34px;
}
.section-panel-header h2,
.coverage-section h2{
    margin: 0;
    color: #041A4F;
    font-size: 42px;
    line-height: 1.08;
    font-weight: 900;
}
.section-panel-header p,
.coverage-section p{
    margin: 14px 0 0;
    color: #4e5868;
    font-size: 17px;
    line-height: 1.65;
}
.company-timeline,
.services-section,
.coverage-section,
.buyer-faq{
    padding: 92px 0;
    border-top: 1px solid rgba(15, 45, 107, 0.08);
}
.timeline-grid{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid rgba(15, 45, 107, 0.14);
    border-bottom: 1px solid rgba(15, 45, 107, 0.14);
}
.timeline-grid article{
    min-height: 250px;
    padding: 28px 24px;
    border-right: 1px solid rgba(15, 45, 107, 0.12);
}
.timeline-grid article:last-child{
    border-right: 0;
}
.timeline-grid span{
    display: inline-block;
    margin-bottom: 28px;
    color: #0f6fa8;
    font-size: 13px;
    font-weight: 900;
}
.timeline-grid h3,
.service-grid h3,
.faq-grid h3{
    margin: 0;
    color: #0f2d6b;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 900;
}
.timeline-grid p,
.service-grid p,
.faq-grid p{
    margin: 12px 0 0;
    color: #4e5868;
    font-size: 15px;
    line-height: 1.6;
}
.service-grid,
.faq-grid{
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    border: 1px solid rgba(15, 45, 107, 0.1);
}
.service-grid article,
.faq-grid article{
    padding: 26px 22px;
    background: #ffffff;
    border-right: 1px solid rgba(15, 45, 107, 0.1);
}
.service-grid article:last-child,
.faq-grid article:last-child{
    border-right: 0;
}
.coverage-section{
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
    gap: 44px;
    align-items: center;
}
.coverage-list{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border: 1px solid rgba(15, 45, 107, 0.14);
}
.coverage-list span{
    display: grid;
    min-height: 94px;
    place-items: center;
    color: #0f2d6b;
    font-size: 18px;
    font-weight: 900;
    border-right: 1px solid rgba(15, 45, 107, 0.12);
    border-bottom: 1px solid rgba(15, 45, 107, 0.12);
}
.coverage-list span:nth-child(2n){
    border-right: 0;
}
.coverage-list span:nth-last-child(-n+2){
    border-bottom: 0;
}
.faq-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.faq-grid article{
    border-bottom: 1px solid rgba(15, 45, 107, 0.1);
}
.faq-grid article:nth-child(2n){
    border-right: 0;
}
.faq-grid article:nth-last-child(-n+1){
    grid-column: 1 / -1;
    border-bottom: 0;
}
.tieups-header{
    max-width: 820px;
    margin: 0 auto 52px;
    text-align: center;
}
.tieupsTitle{
    color: #041A4F;
    font-weight: 900;
    font-size: 48px;
    line-height: 1.05;
    margin: 0;
}
.tieups-header p{
    max-width: 680px;
    margin: 18px auto 0;
    color: #4e5868;
    font-size: 17px;
    line-height: 1.6;
}
.brandContainer{
    display: grid;
    grid-template-columns: repeat(3, minmax(220px, 1fr));
    gap: 28px;
}
.brand-card{
    min-width: 0;
    min-height: 550px;
    padding: 0;
    background-color: #ffffff;
    border-radius: 0;
    text-decoration: none;
    box-shadow: 0 18px 36px rgba(15, 32, 73, 0.12);
    border: 1px solid rgba(4, 26, 79, 0.08);
    position: relative;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.sungshimCard:hover{
    background-color: #0f4ca3;
}
.EropCard:hover{
    background-color: #108048;
}
.HansolCard:hover{
    background-color: #b32424;
}
.brand-card:hover{
    transform: translateY(-10px);
    box-shadow: 0 18px 36px rgba(15, 32, 73, 0.18);
    border-color: rgba(4, 26, 79, 0.2);
}
.brand-card__image{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: opacity 0.25s ease;
}
.EropCard .brand-card__image--default,
.HansolCard .brand-card__image--default{
    transform: scale(0.84);
}
.brand-card__hover-content{
    position: absolute;
    inset: 0;
    opacity: 0;
    padding: 34px 26px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    transition: opacity 0.25s ease;
}
.brand-card__product-image{
    width: 100%;
    max-width: 250px;
    height: 300px;
    object-fit: contain;
    object-position: center;
    flex: 1 1 auto;
}
.sungshimCard .brand-card__product-image{
    transform: translateY(-24px);
}
.EropCard .brand-card__product-image,
.HansolCard .brand-card__product-image{
    max-width: 340px;
    height: 400px;
}
.brand-card__description{
    margin: 0;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.4;
    text-align: center;
    text-wrap: balance;
}
.brand-card:hover .brand-card__hover-content{
    opacity: 1;
}
.brand-card:hover .brand-card__image--default{
    opacity: 0;
}
.partner-section{
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #041a4f 0%, #0f2d6b 52%, #0f6fa8 100%);
    padding: 112px 20px;
    color: #ffffff;
}
.partner-section::before{
    content: "";
    position: absolute;
    inset: 24px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    pointer-events: none;
}
.partner-section::after{
    content: "";
    position: absolute;
    right: -8%;
    top: -22%;
    width: min(520px, 42vw);
    aspect-ratio: 1;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 0 0 42px rgba(255, 255, 255, 0.04);
    pointer-events: none;
}
.partner-section__inner{
    position: relative;
    z-index: 1;
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}
.partner-section .section-eyebrow{
    color: #b7d9ff;
}
.partner-section__title{
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 54px;
    line-height: 1.08;
    font-weight: 900;
}
.partner-section__text{
    margin: 0 auto;
    max-width: 720px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 21px;
    line-height: 1.45;
}
.partner-section__button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    margin-top: 34px;
    padding: 0 24px;
    background: #ffffff;
    color: #0f2d6b;
    text-decoration: none;
    font-size: 14px;
    font-weight: 900;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.partner-section__button:hover{
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.18);
}
.site-footer{
    background-color: #102a67;
    color: #ffffff;
    border-top: 2px solid rgba(179, 214, 255, 0.72);
    padding: 64px 9% 34px;
}
.site-footer__top{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 32px;
    margin-bottom: 54px;
}
.site-footer__brand{
    display: flex;
    align-items: center;
}
.site-footer__logo{
    width: 280px;
    max-width: 100%;
    height: auto;
}
.site-footer__contact{
    text-align: right;
    font-size: 18px;
    line-height: 1.7;
}
.site-footer__contact p{
    margin: 0;
}
.site-footer__bottom{
    margin: 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.78);
    font-size: 17px;
}
.back-to-top{
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 50%;
    background: rgba(15, 45, 107, 0.68);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(15, 45, 107, 0.2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, background-color 0.2s ease;
    z-index: 1100;
}
.back-to-top.is-visible{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.back-to-top:hover{
    background: rgba(31, 88, 209, 0.78);
}
.back-to-top:focus-visible{
    outline: 2px solid rgba(255, 255, 255, 0.9);
    outline-offset: 3px;
}
.brand-page{
    background-color: #ffffff;
}
.body--brand{
    margin-top: 0;
    margin-bottom: 72px;
}
.brand-hero{
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.brand-hero--sungshim{
    background-image: url("../img/sungshimDashboard.png");
    background-size: cover;
    background-position: center;
}
.brand-hero--erop{
    background-image: url("../img/eropdashboard.png");
    background-size: cover;
    background-position: center;
}
.brand-hero--hansol{
    background-image: url("../img/hansol-17-cup-set.png");
    background-size: cover;
    background-position: center 48%;
}
.brand-hero__overlay{
    position: absolute;
    inset: 0;
    background: rgba(15, 45, 107, 0.38);
}
.brand-hero__overlay--erop{
    background: rgba(8, 31, 76, 0.45);
}
.brand-hero__overlay--hansol{
    background: linear-gradient(90deg, rgba(5, 24, 67, 0.78) 0%, rgba(15, 45, 107, 0.5) 52%, rgba(15, 45, 107, 0.2) 100%);
}
.brand-hero__content{
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 120px 20px 70px;
}
.brand-hero__title{
    margin: 0;
    color: #ffffff;
    font-size: 76px;
    font-weight: 900;
    letter-spacing: 0;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
}
.brand-hero__logo{
    display: block;
    width: min(460px, 78vw);
    height: auto;
    margin: 0 auto;
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.28));
}
.brand-hero__logo--erop{
    width: min(280px, 56vw);
}
.brand-intro{
    padding: 0 0 38px;
    color: #242833;
    font-size: 20px;
    line-height: 1.45;
}
.brand-intro p{
    margin: 0;
}
.brand-intro--summary{
    max-width: 1180px;
    margin: -38px auto 0;
    padding: 34px 38px 34px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 42px;
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(15, 45, 107, 0.08);
    box-shadow: 0 20px 44px rgba(15, 32, 73, 0.1);
    position: relative;
    z-index: 2;
}
.brand-intro--sungshim .brand-intro__eyebrow{
    color: #0f6fa8;
}
.brand-intro--hansol .brand-intro__eyebrow{
    color: #425a98;
}
.brand-intro__copy{
    max-width: 700px;
}
.brand-intro__eyebrow{
    display: block;
    margin-bottom: 12px;
    color: #06733a;
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.brand-intro h1,
.brand-intro h2{
    margin: 0 0 16px;
    color: #0f2d6b;
    font-size: 36px;
    line-height: 1.12;
    font-weight: 900;
}
.brand-intro__copy p{
    color: #343b49;
    font-size: 16px;
    line-height: 1.65;
}
.brand-intro__copy .brand-intro__citation{
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(15, 45, 107, 0.12);
    color: #17233c;
    font-weight: 700;
}
.brand-intro__facts{
    display: grid;
    grid-template-columns: 1fr;
    border-left: 1px solid rgba(15, 45, 107, 0.12);
}
.brand-intro__facts div{
    padding: 16px 0 16px 28px;
    border-bottom: 1px solid rgba(15, 45, 107, 0.1);
}
.brand-intro__facts div:last-child{
    border-bottom: 0;
}
.brand-intro__facts span{
    display: block;
    margin-bottom: 4px;
    color: #6d7480;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.brand-intro__facts strong{
    display: block;
    color: #0f2d6b;
    font-size: 22px;
    line-height: 1.15;
    font-weight: 900;
}
.erop-categories{
    position: relative;
    padding-top: 76px;
    padding-bottom: 40px;
}
.erop-categories::before{
    content: "";
    position: absolute;
    top: 36px;
    left: 50%;
    width: min(520px, 54vw);
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(15, 45, 107, 0.2) 50%, transparent 100%);
    transform: translateX(-50%);
}
.erop-categories__title{
    margin: 0 0 44px;
    text-align: center;
    color: #0f2d6b;
    font-size: 46px;
    font-weight: 800;
}
.erop-categories__grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(220px, 1fr));
    gap: 22px;
}
.erop-category-card{
    display: flex;
    flex-direction: column;
    min-height: 380px;
    background-color: #eef4f2;
    border: 1px solid rgba(15, 45, 107, 0.08);
    text-decoration: none;
    box-shadow: 0 8px 16px rgba(15, 32, 73, 0.14);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.erop-category-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 16px 30px rgba(15, 32, 73, 0.18);
}
.erop-category-card__media{
    position: relative;
    flex: 1 1 auto;
    min-height: 258px;
    padding: 28px 28px 0;
    background: #eef4f2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.erop-category-card__media h3{
    position: absolute;
    top: 24px;
    left: 28px;
    z-index: 2;
    margin: 0;
    color: #102a67;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0;
    transition: opacity 0.2s ease, transform 0.2s ease;
}
.erop-category-card:hover .erop-category-card__media h3{
    opacity: 0;
    transform: translateY(-8px);
}
.erop-category-card__image{
    position: relative;
    z-index: 1;
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    transform: translateY(16px);
    transition: transform 0.25s ease;
}
.erop-category-card:hover .erop-category-card__image{
    transform: translateY(0) scale(1.28);
}
.erop-category-card:hover .erop-category-card__image--eroptix,
.erop-category-card:hover .erop-category-card__image--chito-block{
    transform: translateY(0) scale(1.16);
}
.erop-category-card:hover .erop-category-card__image--trocar,
.erop-category-card:hover .erop-category-card__image--dual-guard,
.erop-category-card:hover .erop-category-card__image--s-sustener{
    transform: translateY(0) scale(1.2);
}
.erop-category-card:hover .erop-category-card__image--new-port-pack{
    transform: translateY(0) scale(1.52);
}
.erop-category-card__image--eroptix{
    max-height: 258px;
}
.erop-category-card__image--trocar{
    max-height: 282px;
}
.erop-category-card__image--forcep{
    max-height: 214px;
}
.erop-category-card__image--port{
    max-height: 258px;
}
.erop-category-card__image--dual-guard{
    max-height: 258px;
}
.erop-category-card__image--chito-block{
    width: min(100%, 360px);
    max-height: 236px;
}
.erop-category-card__image--new-port-pack{
    width: min(150%, 560px);
    max-height: 430px;
}
.erop-category-card__image--t-closure{
    width: min(100%, 260px);
    max-height: 190px;
}
.erop-category-card__image--s-sustener{
    max-height: 250px;
}
.erop-category-card__placeholder{
    width: 100%;
    height: 214px;
    display: grid;
    place-items: center;
    border: 1px dashed rgba(16, 82, 56, 0.2);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(240, 250, 246, 0.94) 100%);
    color: #6b8e83;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.02em;
}
.erop-category-card__footer{
    margin-top: auto;
    background: #06733a;
    color: #ffffff;
    padding: 28px 18px;
    min-height: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.24s ease-out;
}
.erop-category-card:hover .erop-category-card__footer{
    opacity: 0;
    pointer-events: none;
}
.erop-category-card__footer p{
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
    text-align: center;
    color: rgba(255, 255, 255, 0.92);
}
.product-categories{
    position: relative;
    padding-top: 76px;
    padding-bottom: 32px;
}
.product-categories::before{
    content: "";
    position: absolute;
    top: 36px;
    left: 50%;
    width: min(520px, 54vw);
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(15, 45, 107, 0.2) 50%, transparent 100%);
    transform: translateX(-50%);
}
.product-categories__title{
    margin: 0 0 46px;
    text-align: center;
    color: #0f2d6b;
    font-size: 52px;
    font-weight: 800;
}
.product-categories__grid{
    display: grid;
    grid-template-columns: repeat(4, minmax(180px, 1fr));
    gap: 20px;
}
.product-card{
    position: relative;
    min-height: 430px;
    background-color: #ffffff;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(15, 32, 73, 0.1);
    border: 1px solid rgba(15, 45, 107, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.product-card:hover{
    transform: translateY(-10px);
    box-shadow: 0 18px 34px rgba(15, 32, 73, 0.16);
}
.product-card__media{
    height: 290px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 10px;
    padding: 24px 18px 18px;
    transition: transform 0.3s ease;
}
.product-card:hover .product-card__media{
    transform: translateY(12px) scale(1.3);
}
.product-card:hover .product-card__media--insulin,
.product-card:hover .product-card__media--single,
.product-card:hover .product-card__media--lds{
    transform: translateY(16px) scale(1.4);
}
.product-card:hover .product-card__media--single{
    transform: translate(-10px, 46px) scale(1.4);
}
.product-card:hover .product-card__media--lds{
    transform: translateY(16px) scale(1.48);
}
.product-card__image{
    max-width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}
.product-card__image--tall{
    height: 220px;
}
.product-card__image--bottle{
    height: 104px;
}
.product-card__image--single{
    height: 250px;
}
.product-card__image--pen{
    height: 170px;
    transform: translateX(-14px);
}
.product-card__label{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #102a67;
    color: #ffffff;
    padding: 18px 18px 16px;
    border-radius: 40px 40px 0 0;
    text-align: center;
    transition: opacity 0.24s ease, transform 0.24s ease;
}
.product-card:hover .product-card__label{
    opacity: 0;
    transform: translateY(100%);
}
.product-card__label h3{
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 700;
}
.product-card__label p{
    margin: 0;
    font-size: 13px;
    line-height: 1.35;
}
.product-card__media--insulin,
.product-card__media--lds{
    align-items: flex-end;
}
.product-card__media--pen{
    padding-top: 42px;
}
.hansol-sets{
    position: relative;
    padding: 76px 0 44px;
}
.hansol-sets::before{
    content: "";
    position: absolute;
    top: 36px;
    left: 50%;
    width: min(520px, 54vw);
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(15, 45, 107, 0.2) 50%, transparent 100%);
    transform: translateX(-50%);
}
.hansol-sets__header{
    max-width: 780px;
    margin: 0 auto 42px;
    text-align: center;
}
.hansol-sets__header .section-eyebrow{
    justify-content: center;
}
.hansol-sets__header h2{
    margin: 0;
    color: #0f2d6b;
    font-size: 48px;
    line-height: 1.06;
    font-weight: 900;
}
.hansol-sets__header p{
    max-width: 680px;
    margin: 16px auto 0;
    color: #4e5868;
    font-size: 16px;
    line-height: 1.65;
}
.hansol-sets__grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(260px, 1fr));
    gap: 22px;
}
.hansol-set-card{
    position: relative;
    min-height: 390px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(15, 45, 107, 0.08);
    box-shadow: 0 14px 30px rgba(15, 32, 73, 0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.hansol-set-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 22px 42px rgba(15, 32, 73, 0.18);
}
.hansol-set-card__media{
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 32px;
    background: #eef2f8;
}
.hansol-set-card__media::after{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(14, 31, 72, 0);
    transition: background-color 0.25s ease;
}
.hansol-set-card:hover .hansol-set-card__media::after{
    background: rgba(14, 31, 72, 0.45);
}
.hansol-set-card__image{
    position: relative;
    z-index: 1;
    display: block;
    width: min(520px, 100%);
    max-height: 275px;
    object-fit: contain;
    filter: drop-shadow(0 12px 24px rgba(15, 32, 73, 0.18));
    transition: transform 0.3s ease, opacity 0.25s ease;
}
.hansol-set-card:hover .hansol-set-card__image{
    transform: scale(1.12);
    opacity: 0.78;
}
.hansol-set-card__label{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 26px 28px;
    background: #071f58;
    color: #ffffff;
    text-align: center;
    transition: transform 0.25s ease, opacity 0.25s ease;
}
.hansol-set-card__label span{
    display: block;
    margin-bottom: 8px;
    color: #b7d9ff;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.hansol-set-card__label h3{
    margin: 0;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 900;
}
.hansol-set-card:hover .hansol-set-card__label{
    opacity: 0;
    transform: translateY(100%);
}
.hansol-set-card__overlay{
    position: absolute;
    inset: 0;
    z-index: 3;
    display: grid;
    place-items: center;
    padding: 42px;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.25s ease, transform 0.25s ease;
    pointer-events: none;
}
.hansol-set-card:hover .hansol-set-card__overlay{
    opacity: 1;
    transform: translateY(0);
}
.hansol-set-card__overlay p{
    max-width: 520px;
    margin: 0;
    color: #ffffff;
    font-size: 25px;
    line-height: 1.45;
    font-weight: 500;
    text-align: center;
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}
.brand-showcase{
    margin-top: 24px;
    background-color: #ffffff;
}
.brand-showcase--hansol{
    margin-top: 0;
}
.brand-showcase__media{
    width: 100%;
    overflow: hidden;
}
.brand-showcase__image{
    display: block;
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: center;
}
.brand-showcase__image--hansol{
    height: 520px;
    object-fit: contain;
    background: #eef2f8;
}
.brand-showcase__content{
    padding: 56px 9% 72px;
    background-color: #ffffff;
}
.brand-showcase__content p{
    margin: 0;
    color: #2d3442;
    font-size: 22px;
    line-height: 1.7;
}
.product-hero{
    position: relative;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.product-hero--insulin{
    background-image: url("../img/sungshimDashboard.png");
    background-size: cover;
    background-position: center;
}
.product-hero__overlay{
    position: absolute;
    inset: 0;
    background: rgba(15, 45, 107, 0.46);
}
.product-hero__content{
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 44px 20px 36px;
}
.product-hero__logo{
    display: block;
    width: min(320px, 64vw);
    height: auto;
    margin: 0 auto;
    filter: drop-shadow(0 10px 28px rgba(0, 0, 0, 0.28));
}
.brand-local-nav{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 18px;
    margin: -44px auto 30px;
    padding: 18px 22px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(15, 45, 107, 0.08);
    border-radius: 28px;
    box-shadow: 0 18px 40px rgba(15, 32, 73, 0.1);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}
.brand-local-nav__brand{
    flex: 0 0 auto;
    text-decoration: none;
    color: #5b76b0;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding-right: 10px;
    border-right: 1px solid rgba(15, 45, 107, 0.1);
}
.brand-local-nav__links{
    display: flex;
    flex: 1 1 auto;
    gap: 10px;
    overflow-x: auto;
    scrollbar-width: none;
}
.brand-local-nav__links::-webkit-scrollbar{
    display: none;
}
.brand-local-nav__link{
    flex: 0 0 auto;
    text-decoration: none;
    color: #17386f;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 16px;
    border-radius: 999px;
    background: rgba(15, 45, 107, 0.04);
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.brand-local-nav__link:hover{
    background: rgba(15, 45, 107, 0.09);
    transform: translateY(-1px);
}
.brand-local-nav__link.is-active{
    background: linear-gradient(90deg, #102a67 0%, #1f58d1 100%);
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(16, 42, 103, 0.18);
}
.product-detail{
    padding: 34px 0 76px;
    color: #202636;
}
.product-detail__title{
    margin: 0 0 22px;
    color: #102a67;
    font-size: 42px;
    font-weight: 800;
    letter-spacing: -0.03em;
}
.product-detail__intro{
    max-width: 980px;
    margin-bottom: 34px;
}
.product-detail__intro p{
    margin: 0 0 16px;
    font-size: 18px;
    line-height: 1.55;
}
.product-gallery{
    display: grid;
    grid-template-columns: repeat(2, minmax(260px, 1fr));
    gap: 28px;
    margin-bottom: 42px;
}
.product-gallery--single{
    grid-template-columns: 1fr;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}
.product-gallery__card{
    margin: 0;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f9fbff;
    border: 1px solid rgba(15, 45, 107, 0.08);
    padding: 28px;
    box-sizing: border-box;
}
.product-gallery__card--single{
    min-height: 420px;
}
.product-gallery__card--blend{
    position: relative;
    background-color: transparent;
    border: 0;
    padding: 0;
    overflow: hidden;
}
.product-gallery__card--blend::after{
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 16%),
        linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 16%),
        linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 18%),
        linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0) 18%);
    pointer-events: none;
}
.product-gallery__image{
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}
.product-gallery__image--wide{
    width: min(100%, 380px);
}
.product-gallery__image--tall{
    max-height: 560px;
}
.product-gallery__image--lds{
    width: 100%;
    max-width: none;
    min-height: 420px;
    object-fit: cover;
}
.product-gallery__image--pen-dashboard{
    width: 100%;
    max-width: none;
    min-height: 420px;
    object-fit: cover;
}
.packaging-placeholders{
    display: grid;
    grid-template-columns: repeat(2, minmax(240px, 1fr));
    gap: 18px;
    margin: -12px 0 42px;
}
.packaging-placeholder{
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding: 18px;
    background: #ffffff;
    border: 1px solid rgba(15, 45, 107, 0.1);
    box-shadow: 0 10px 22px rgba(15, 32, 73, 0.08);
}
.packaging-placeholder__image{
    position: relative;
    display: grid;
    place-items: center;
    min-height: 120px;
    background: #f9fbff;
    border: 1px solid rgba(16, 42, 103, 0.08);
    text-align: center;
    padding: 10px;
    overflow: hidden;
}
.packaging-placeholder__image[data-magnify]{
    cursor: zoom-in;
}
.packaging-placeholder__image img{
    display: block;
    width: 100%;
    max-height: 140px;
    object-fit: contain;
}
.packaging-zoom-preview{
    position: fixed;
    z-index: 3000;
    width: min(360px, calc(100vw - 32px));
    height: 260px;
    border: 1px solid rgba(15, 45, 107, 0.18);
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: 360%;
    box-shadow: 0 24px 54px rgba(15, 32, 73, 0.28);
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 0.14s ease, transform 0.14s ease;
}
.packaging-zoom-preview.is-visible{
    opacity: 1;
    transform: translateY(0);
}
.packaging-placeholder h2{
    margin: 0 0 8px;
    color: #102a67;
    font-size: 20px;
    font-weight: 900;
}
.packaging-placeholder p{
    margin: 0;
    color: #3c4658;
    font-size: 14px;
    line-height: 1.55;
}
.product-section{
    margin-bottom: 34px;
}
.product-section__bar{
    margin-bottom: 18px;
    background: linear-gradient(90deg, #0f2d6b 0%, #1f58d1 100%);
    padding: 9px 14px;
}
.product-section__bar h2{
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
}
.product-features{
    margin: 0;
    padding-left: 22px;
    color: #30384a;
}
.product-features li{
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.45;
}
.product-copy p{
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 1.5;
    color: #30384a;
}
.product-steps{
    margin: 0;
    padding-left: 20px;
    color: #30384a;
}
.product-steps > li{
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.45;
}
.product-steps ul{
    margin: 8px 0 0;
    padding-left: 18px;
}
.product-steps ul li{
    margin-bottom: 6px;
}
.product-note{
    margin: 26px 0 0;
    text-align: center;
    font-size: 13px;
    line-height: 1.5;
    color: #8c92a0;
    font-style: italic;
}
.brand-product-nav{
    display: flex;
    gap: 16px;
    margin-top: 26px;
}
.brand-product-nav__link{
    flex: 1 1 0;
    text-decoration: none;
    padding: 16px 18px;
    border-radius: 18px;
    background: #f6f9ff;
    border: 1px solid rgba(15, 45, 107, 0.08);
    color: #16376e;
    font-size: 15px;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.brand-product-nav__link span{
    display: block;
    margin-bottom: 4px;
    color: #6880b4;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
.brand-product-nav__link:hover{
    background: #eef4ff;
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(15, 45, 107, 0.08);
}
.product-hero--single-use{
    background-image: url("../img/sungshimDashboard.png");
    background-size: cover;
    background-position: center;
}
.product-hero--lds{
    background-image: url("../img/sungshimDashboard.png");
    background-size: cover;
    background-position: center;
}
.product-hero--pen{
    background-image: url("../img/sungshimDashboard.png");
    background-size: cover;
    background-position: center;
}
.product-hero--contact{
    background-image: url("../img/dbImage.png");
    background-size: cover;
    background-position: center;
}
.single-use-carousel{
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    margin: 26px 0 28px;
}
.single-use-carousel__viewport{
    position: relative;
    width: min(100%, 820px);
    margin: 0 auto;
    min-height: 410px;
    overflow: hidden;
    perspective: 1500px;
    outline: none;
}
.single-use-carousel__track{
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
}
.single-use-card{
    --offset: 0;
    --abs-offset: 0;
    --direction: 1;
    position: absolute;
    top: 32px;
    left: 50%;
    width: min(100%, 370px);
    min-height: 250px;
    padding: 18px 20px 24px;
    box-sizing: border-box;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 249, 255, 0.94) 100%);
    border: 1px solid rgba(15, 45, 107, 0.02);
    box-shadow: 0 12px 24px rgba(20, 39, 86, 0.06);
    transform-origin: center center;
    transform:
        translateX(-50%)
        rotateY(calc(var(--offset) * -48deg))
        translateX(calc(var(--direction) * var(--abs-offset) * 68px))
        translateZ(calc((1 - var(--abs-offset)) * 170px - var(--abs-offset) * 138px))
        scale(calc(1 - var(--abs-offset) * 0.2));
    opacity: calc(1 - var(--abs-offset) * 0.28);
    filter: blur(calc(var(--abs-offset) * 1.8px));
    transition: transform 0.55s cubic-bezier(0.2, 0.9, 0.2, 1), opacity 0.35s ease, filter 0.35s ease;
}
.single-use-card.is-active{
    z-index: 4;
    filter: none;
    opacity: 1;
}
.single-use-card__image{
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 18px auto 0;
    height: auto;
    object-fit: contain;
}
.single-use-carousel__nav{
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 50%;
    background-color: #ffffff;
    color: #0f2d6b;
    box-shadow: 0 14px 30px rgba(16, 42, 103, 0.12);
    font-size: 40px;
    line-height: 1;
    cursor: pointer;
    margin: 0 -2px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}
.single-use-carousel__nav:hover{
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(16, 42, 103, 0.18);
    color: #1f58d1;
}
.single-use-carousel__nav:disabled{
    opacity: 0.45;
    cursor: default;
    transform: none;
}
.product-table-wrap{
    overflow-x: auto;
}
.product-table{
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    font-size: 15px;
}
.product-table th{
    background-color: #d8ebff;
    color: #314159;
    font-weight: 700;
}
.product-table th,
.product-table td{
    border: 1px solid #d5deea;
    padding: 11px 12px;
    text-align: center;
}
.product-table td[rowspan]{
    font-weight: 700;
}
.contact-page{
    position: relative;
    margin-top: 28px;
    padding: 92px 0 104px;
    background-image:
        linear-gradient(90deg, rgba(3, 17, 50, 0.94) 0%, rgba(5, 31, 79, 0.84) 46%, rgba(7, 39, 86, 0.36) 100%),
        url("../img/sungshimDashboard.png");
    background-size: cover;
    background-position: center;
    overflow: hidden;
    box-sizing: border-box;
}
.contact-page::before{
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 150px;
    background: linear-gradient(180deg, rgba(3, 17, 50, 0) 0%, rgba(255, 255, 255, 0.96) 100%);
    pointer-events: none;
}
.contact-page__intro{
    max-width: 760px;
    margin: 0 auto 28px;
    text-align: left;
    position: relative;
    z-index: 1;
}
.contact-page__eyebrow{
    display: inline-flex;
    align-items: center;
    margin-bottom: 18px;
    color: #b7d9ff;
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.contact-page__eyebrow::before{
    content: "";
    width: 34px;
    height: 2px;
    margin-right: 12px;
    background: #69b77d;
}
.contact-page__title{
    margin: 0 0 14px;
    color: #ffffff;
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
    text-shadow: 0 12px 36px rgba(5, 14, 38, 0.35);
}
.contact-page__text{
    margin: 0;
    color: rgba(238, 245, 255, 0.9);
    font-size: 18px;
    line-height: 1.55;
}
.contact-card{
    max-width: 860px;
    margin: 0 auto;
    padding: 36px;
    position: relative;
    z-index: 1;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.07) 100%);
    border: 1px solid rgba(255, 255, 255, 0.22);
    overflow: hidden;
    box-shadow: 0 24px 46px rgba(7, 18, 46, 0.22);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}
.contact-card::before{
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    pointer-events: none;
}
.contact-card__intro{
    position: relative;
    z-index: 1;
    max-width: 560px;
    margin-bottom: 28px;
}
.contact-card__intro span{
    display: block;
    margin-bottom: 8px;
    color: #b7d9ff;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.contact-card__intro strong{
    display: block;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 900;
}
.contact-form{
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 24px;
}
.contact-form__botcheck{
    display: none;
}
.contact-form__field{
    position: relative;
}
.contact-form__field--full{
    grid-column: 1 / -1;
}
.contact-form__field label{
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(244, 248, 255, 0.96);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.01em;
    pointer-events: none;
    transition: top 0.2s ease, transform 0.2s ease, font-size 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}
.contact-form__field--textarea label{
    top: 22px;
    transform: none;
}
.contact-form__field input,
.contact-form__field textarea{
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 0;
    background-color: rgba(3, 17, 50, 0.24);
    padding: 24px 16px 12px;
    color: #f2f7ff;
    font-size: 16px;
    line-height: 1.45;
    outline: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.contact-form__field input::placeholder,
.contact-form__field textarea::placeholder{
    color: transparent;
}
.contact-form__field input:focus,
.contact-form__field textarea:focus{
    border-color: rgba(183, 217, 255, 0.9);
    background-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 0 4px rgba(171, 214, 255, 0.12);
}
.contact-form__field input:focus + label,
.contact-form__field input:not(:placeholder-shown) + label,
.contact-form__field textarea:focus + label,
.contact-form__field textarea:not(:placeholder-shown) + label{
    top: 11px;
    transform: none;
    font-size: 12px;
    color: rgba(210, 230, 255, 0.92);
}
.contact-form__field textarea{
    min-height: 200px;
    resize: vertical;
}
.contact-form__status{
    grid-column: 1 / -1;
    min-height: 22px;
    margin: 0;
    color: rgba(238, 245, 255, 0.9);
    font-size: 14px;
    line-height: 1.5;
}
.contact-form__status.is-success{
    color: #d9ffe6;
}
.contact-form__status.is-error{
    color: #ffe1e1;
}
.contact-form__actions{
    grid-column: 1 / -1;
    display: flex;
    justify-content: flex-end;
}
.contact-form__button{
    min-height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 0;
    background: #ffffff;
    color: #0f2d6b;
    padding: 0 24px;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 14px 28px rgba(7, 24, 58, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.contact-form__button:hover{
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(7, 24, 58, 0.24);
}
.contact-form__button:disabled{
    cursor: wait;
    opacity: 0.72;
    transform: none;
}
.simple-product-page{
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f4f7fb;
    padding: 24px;
}
.simple-product-page__content{
    max-width: 720px;
    background-color: #ffffff;
    border-radius: 24px;
    padding: 48px;
    box-shadow: 0 16px 38px rgba(15, 32, 73, 0.12);
    text-align: center;
}
.simple-product-page__content h1{
    margin: 0 0 16px;
    color: #0f2d6b;
}
.simple-product-page__content p{
    margin: 0 0 20px;
    color: #2d3442;
    font-size: 18px;
}
.simple-product-page__content a{
    color: #0f2d6b;
    font-weight: 700;
    text-decoration: none;
}
.quote-page{
    min-height: 100vh;
    background: #f4f7fb;
    color: #1f2430;
}
.quote-shell{
    width: min(1440px, calc(100% - 48px));
    margin: 0 auto;
    padding: 118px 0 72px;
}
.quote-hero{
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: 36px;
    align-items: end;
    margin-bottom: 28px;
    padding: 48px;
    background: linear-gradient(135deg, #041a4f 0%, #0f2d6b 56%, #0f6fa8 100%);
    color: #ffffff;
    box-shadow: 0 24px 54px rgba(15, 32, 73, 0.16);
}
.quote-hero__eyebrow{
    display: inline-block;
    margin-bottom: 14px;
    color: #b7d9ff;
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.quote-hero h1{
    margin: 0;
    font-size: 58px;
    line-height: 1;
    font-weight: 900;
}
.quote-hero p{
    max-width: 760px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    line-height: 1.6;
}
.quote-hero__note{
    padding: 22px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
}
.quote-hero__note span,
.quote-hero__note strong{
    display: block;
}
.quote-hero__note span{
    margin-bottom: 8px;
    color: #b7d9ff;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.quote-hero__note strong{
    font-size: 18px;
    line-height: 1.4;
}
.quote-workspace{
    display: grid;
    grid-template-columns: minmax(260px, 320px) minmax(0, 1fr) minmax(300px, 380px);
    gap: 20px;
    align-items: start;
}
.quote-panel{
    min-width: 0;
    background: #ffffff;
    border: 1px solid rgba(15, 45, 107, 0.08);
    box-shadow: 0 16px 36px rgba(15, 32, 73, 0.08);
}
.quote-panel--customer,
.quote-panel--summary{
    position: sticky;
    top: 94px;
}
.quote-panel h2{
    margin: 0;
    color: #102a67;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 900;
}
.quote-panel p{
    margin: 8px 0 0;
    color: #637083;
    font-size: 14px;
    line-height: 1.5;
}
.quote-panel .quote-discount-criteria{
    max-width: 620px;
    color: #102a67;
    font-size: 12px;
    font-weight: 800;
}
.quote-panel__header{
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 24px;
    border-bottom: 1px solid rgba(15, 45, 107, 0.08);
}
.quote-panel--customer{
    padding: 24px;
}
.quote-customer-form{
    display: grid;
    gap: 15px;
    margin-top: 22px;
}
.quote-customer-form label{
    display: grid;
    gap: 7px;
    color: #314159;
    font-size: 13px;
    font-weight: 800;
}
.quote-customer-form input,
.quote-customer-form textarea,
.quote-search{
    width: 100%;
    border: 1px solid #d7dfeb;
    background: #ffffff;
    color: #1f2430;
    font-size: 15px;
    line-height: 1.4;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.quote-customer-form input,
.quote-customer-form textarea{
    padding: 12px 13px;
}
.quote-address-tools{
    display: grid;
    gap: 10px;
}
.quote-address-tools .quote-button{
    width: 100%;
}
.quote-toggle,
.quote-admin-address-after-payment{
    display: flex;
    align-items: center;
    gap: 9px;
    color: #314159;
    font-size: 13px;
    font-weight: 800;
}
.quote-toggle input,
.quote-admin-address-after-payment input{
    width: auto;
    min-height: auto;
}
.quote-search{
    max-width: 280px;
    min-height: 42px;
    padding: 0 13px;
}
.quote-customer-form input:focus,
.quote-customer-form textarea:focus,
.quote-search:focus{
    border-color: #4d8fe8;
    box-shadow: 0 0 0 4px rgba(77, 143, 232, 0.12);
}
.quote-category-tabs{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 18px 24px;
    border-bottom: 1px solid rgba(15, 45, 107, 0.08);
}
.quote-category-tabs button{
    border: 1px solid rgba(16, 42, 103, 0.12);
    background: #f6f9ff;
    color: #16376e;
    padding: 10px 13px;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
}
.quote-category-tabs button.is-active{
    background: #102a67;
    border-color: #102a67;
    color: #ffffff;
}
.quote-category-tabs span{
    margin-left: 6px;
    color: inherit;
    opacity: 0.72;
}
.quote-product-list{
    display: grid;
    gap: 12px;
    padding: 24px;
}
.quote-product-card{
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    padding: 18px;
    border: 1px solid rgba(15, 45, 107, 0.08);
    background: #fbfcff;
}
.quote-product-card span{
    display: block;
    margin-bottom: 6px;
    color: #6880b4;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.quote-product-card h3{
    margin: 0;
    color: #17243c;
    font-size: 17px;
    line-height: 1.25;
    font-weight: 900;
}
.quote-product-card p{
    margin-top: 7px;
}
.quote-product-card__inventory{
    color: #102a67;
    font-weight: 800;
}
.quote-product-card button,
.quote-button{
    border: 0;
    background: #102a67;
    color: #ffffff;
    min-height: 40px;
    padding: 0 16px;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease;
}
.quote-product-card button:hover,
.quote-button:hover{
    background: #1f58d1;
    transform: translateY(-1px);
}
.quote-selected-list{
    display: grid;
    gap: 12px;
    padding: 18px 20px;
}
.quote-selected-item{
    display: grid;
    gap: 12px;
    padding: 16px;
    border: 1px solid rgba(15, 45, 107, 0.08);
    background: #fbfcff;
}
.quote-selected-item strong,
.quote-selected-item span{
    display: block;
}
.quote-selected-item strong{
    color: #17243c;
    font-size: 15px;
    line-height: 1.3;
}
.quote-selected-item span{
    margin-top: 4px;
    color: #6880b4;
    font-size: 12px;
    font-weight: 800;
}
.quote-discount-note{
    color: #0f7a42;
}
.quote-line-total{
    margin: 0;
    color: #102a67;
    font-size: 13px;
    font-weight: 800;
}
.quote-pricing-summary{
    display: grid;
    gap: 8px;
    padding: 16px;
    background: #eef4ff;
    border: 1px solid rgba(16, 42, 103, 0.08);
}
.quote-pricing-summary p{
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin: 0;
    color: #314159;
    font-size: 14px;
}
.quote-pricing-summary p:last-child{
    color: #102a67;
    font-size: 16px;
    font-weight: 900;
}
.quote-quantity{
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    gap: 6px;
}
.quote-quantity button,
.quote-remove{
    border: 1px solid #d7dfeb;
    background: #ffffff;
    color: #102a67;
    font-weight: 900;
    cursor: pointer;
}
.quote-quantity button{
    min-height: 34px;
}
.quote-quantity input{
    min-width: 0;
    border: 1px solid #d7dfeb;
    text-align: center;
    font-weight: 800;
}
.quote-remove{
    min-height: 34px;
}
.quote-actions{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 0 20px 20px;
}
.quote-button--submit{
    grid-column: 1 / -1;
}
.quote-button:disabled{
    cursor: wait;
    opacity: 0.72;
    transform: none;
}
.quote-button--secondary{
    background: #e9eef8;
    color: #102a67;
}
.quote-button--secondary:hover{
    background: #dce6f6;
}
.quote-button--danger{
    background: #b42318;
    color: #ffffff;
}
.quote-button--danger:hover{
    background: #d92d20;
}
.quote-button--compact{
    min-height: 34px;
    padding: 0 12px;
    font-size: 12px;
}
.quote-empty,
.quote-copy-status{
    margin: 0;
    color: #738096;
    font-size: 14px;
    line-height: 1.5;
}
.quote-copy-status{
    min-height: 21px;
    padding: 0 20px 20px;
}
.quote-copy-fallback{
    display: block;
    width: calc(100% - 40px);
    margin: 0 20px 20px;
    padding: 12px;
    border: 1px solid rgba(34, 64, 116, 0.18);
    border-radius: 8px;
    color: #263247;
    font: inherit;
    resize: vertical;
}
.quote-modal[hidden]{
    display: none;
}
.quote-modal{
    position: fixed;
    inset: 0;
    z-index: 3000;
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgba(8, 20, 48, 0.58);
}
.quote-modal__dialog{
    position: relative;
    width: min(780px, 100%);
    max-height: min(820px, calc(100vh - 48px));
    overflow: auto;
    background: #ffffff;
    border: 1px solid rgba(15, 45, 107, 0.12);
    box-shadow: 0 30px 80px rgba(4, 16, 45, 0.28);
}
.quote-modal__close{
    position: absolute;
    top: 14px;
    right: 14px;
    width: 34px;
    height: 34px;
    border: 1px solid #d7dfeb;
    background: #ffffff;
    color: #102a67;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}
.quote-modal__content{
    padding: 34px;
}
.quote-modal__eyebrow{
    display: block;
    margin-bottom: 8px;
    color: #6880b4;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.quote-modal h2{
    margin: 0;
    color: #102a67;
    font-size: 34px;
}
.quote-modal__meta{
    margin: 8px 0 24px;
    color: #637083;
}
.quote-modal__section{
    margin-top: 22px;
}
.quote-modal__section h3{
    margin: 0 0 10px;
    color: #102a67;
    font-size: 18px;
}
.quote-modal__section p{
    margin: 5px 0;
    color: #3c4658;
}
.quote-modal__items{
    display: grid;
    gap: 10px;
}
.quote-modal__items article{
    padding: 12px;
    background: #fbfcff;
    border: 1px solid rgba(15, 45, 107, 0.08);
}
.quote-modal__items strong,
.quote-modal__items span{
    display: block;
}
.quote-modal__items span{
    margin-top: 4px;
    color: #637083;
    font-size: 13px;
}
.quote-modal__totals{
    display: grid;
    gap: 8px;
    margin-top: 24px;
    padding: 16px;
    background: #eef4ff;
}
.quote-modal__totals p{
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin: 0;
    color: #314159;
}
.quote-modal__totals p:last-child{
    color: #102a67;
    font-size: 18px;
    font-weight: 900;
}
.quote-modal__actions{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 24px;
}
.quote-modal__actions .quote-button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.quote-admin{
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 72px 0;
}
.quote-admin__hero{
    grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
}
.quote-admin__panel{
    margin-top: 24px;
}
.quote-admin-login{
    margin-top: 24px;
    padding: 24px;
}
.quote-admin-login__grid{
    display: grid;
    grid-template-columns: minmax(180px, 1fr) minmax(180px, 1fr) auto auto;
    gap: 12px;
    align-items: end;
    margin-top: 18px;
}
.quote-admin-login label,
.quote-admin-workflow label{
    display: grid;
    gap: 7px;
    color: #314159;
    font-size: 13px;
    font-weight: 800;
}
.quote-admin-status-display{
    display: flex;
    align-items: center;
    min-height: 40px;
    border: 1px solid #d7dfeb;
    background: #ffffff;
    color: #102a67;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 900;
}
.quote-admin-workflow small{
    color: #9a3412;
    font-size: 11px;
    font-weight: 900;
}
.quote-admin-assignment-note{
    margin: 0;
    color: #9a3412;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
}
.quote-admin-login input,
.quote-admin-login select,
.quote-admin-workflow input,
.quote-admin-workflow select,
.quote-admin-card__customer input,
.quote-admin-card__customer textarea,
.quote-admin-items input,
.quote-admin-revision input{
    width: 100%;
    min-height: 40px;
    border: 1px solid #d7dfeb;
    background: #ffffff;
    color: #1f2430;
    padding: 0 12px;
    font-size: 14px;
}
.quote-admin-card__customer textarea{
    min-height: 78px;
    padding: 10px 12px;
    resize: vertical;
}
.quote-admin-login__session{
    font-weight: 800;
}
.quote-admin-report{
    margin-top: 24px;
}
.quote-admin-users{
    margin-top: 24px;
}
.quote-admin-report__grid{
    display: grid;
    grid-template-columns: repeat(4, minmax(150px, 1fr));
    gap: 12px;
    padding: 24px;
}
.quote-admin-report-card{
    border: 1px solid rgba(16, 42, 103, 0.08);
    background: #f7faff;
    padding: 16px;
}
.quote-admin-report-card span{
    display: block;
    color: #6880b4;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}
.quote-admin-report-card strong{
    display: block;
    margin-top: 8px;
    color: #102a67;
    font-size: 22px;
}
.quote-admin-report-card--attention{
    background: #fff7ed;
    border-color: rgba(194, 65, 12, 0.22);
}
.quote-admin-report-card--attention span,
.quote-admin-report-card--attention strong{
    color: #9a3412;
}
.quote-admin-report-table{
    grid-column: span 2;
    padding: 18px;
    border: 1px solid rgba(16, 42, 103, 0.08);
    background: #ffffff;
}
.quote-admin-report-table--wide{
    grid-column: 1 / -1;
}
.quote-admin-report-table h3{
    margin: 0 0 14px;
    color: #102a67;
    font-size: 18px;
}
.quote-admin-user-form{
    display: grid;
    grid-template-columns: repeat(5, minmax(140px, 1fr)) auto;
    gap: 12px;
    align-items: end;
    padding: 24px;
    border-bottom: 1px solid rgba(15, 45, 107, 0.08);
}
.quote-admin-user-form label{
    display: grid;
    gap: 7px;
    color: #314159;
    font-size: 13px;
    font-weight: 800;
}
.quote-admin-user-form input,
.quote-admin-user-form select{
    width: 100%;
    min-height: 40px;
    border: 1px solid #d7dfeb;
    background: #ffffff;
    color: #1f2430;
    padding: 0 12px;
    font-size: 14px;
}
.quote-admin-users__list{
    padding: 24px;
}
.quote-admin__header-actions{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
    align-items: end;
}
.quote-admin-filter,
.quote-admin-search{
    display: grid;
    gap: 6px;
    min-width: 210px;
    color: #314159;
    font-size: 12px;
    font-weight: 900;
}
.quote-admin-filter select,
.quote-admin-filter input,
.quote-admin-search input{
    min-height: 40px;
    border: 1px solid #d7dfeb;
    background: #ffffff;
    color: #1f2430;
    padding: 0 12px;
    font-size: 14px;
}
.quote-admin__list{
    display: grid;
    gap: 18px;
    padding: 24px;
}
.quote-admin-queue-summary{
    display: grid;
    grid-template-columns: repeat(2, minmax(160px, 1fr));
    gap: 12px;
}
.quote-admin-queue-summary button{
    padding: 16px;
    background: #f7faff;
    border: 1px solid rgba(16, 42, 103, 0.08);
    text-align: left;
    cursor: pointer;
}
.quote-admin-queue-summary button:first-child{
    background: #fff7ed;
    border-color: rgba(194, 65, 12, 0.22);
}
.quote-admin-queue-summary button.is-active{
    outline: 3px solid rgba(16, 42, 103, 0.18);
    border-color: #102a67;
}
.quote-admin-queue-summary button:first-child.is-active{
    outline-color: rgba(194, 65, 12, 0.22);
    border-color: #c2410c;
}
.quote-admin-queue-summary span,
.quote-admin-queue-summary strong{
    display: block;
}
.quote-admin-queue-summary span{
    color: #6880b4;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}
.quote-admin-queue-summary strong{
    margin-top: 8px;
    color: #102a67;
    font-size: 24px;
}
.quote-admin-card{
    border: 1px solid rgba(15, 45, 107, 0.08);
    background: #fbfcff;
    padding: 0;
    overflow: hidden;
}
.quote-admin-card--carryover{
    border-color: rgba(194, 65, 12, 0.28);
    box-shadow: 0 14px 30px rgba(154, 52, 18, 0.1);
}
.quote-admin-card__header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 18px 20px;
    margin-bottom: 0;
    background: #ffffff;
}
.quote-admin-card__header span{
    display: block;
    margin-bottom: 5px;
    color: #6880b4;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.quote-admin-card__header .quote-admin-card__warning{
    color: #c2410c;
}
.quote-admin-card__header .quote-admin-card__fresh{
    color: #0f7a42;
}
.quote-admin-card__header h2{
    margin: 0;
    color: #102a67;
    font-size: 22px;
}
.quote-admin-card__header strong{
    margin-left: auto;
    color: #102a67;
    font-size: 14px;
    white-space: nowrap;
}
.quote-admin-card__toggle{
    width: 36px;
    height: 36px;
    border: 1px solid #d7dfeb;
    background: #eef4ff;
    cursor: pointer;
    position: relative;
    flex: 0 0 auto;
}
.quote-admin-card__toggle::before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 9px solid #102a67;
    transform: translate(-50%, -35%);
    transition: transform 0.18s ease;
}
.quote-admin-card.is-expanded .quote-admin-card__toggle::before{
    transform: translate(-50%, -55%) rotate(180deg);
}
.quote-admin-card__body{
    padding: 20px;
    border-top: 1px solid rgba(15, 45, 107, 0.08);
}
.quote-admin-card__body[hidden]{
    display: none;
}
.quote-admin-card__meta{
    margin: 0 0 14px;
    color: #6880b4;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.quote-admin-card__customer{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 18px;
    margin-bottom: 18px;
}
.quote-admin-card__customer label{
    display: grid;
    gap: 7px;
    color: #314159;
    font-size: 13px;
    font-weight: 800;
}
.quote-admin-card__wide{
    grid-column: 1 / -1;
}
.quote-admin-card__customer p{
    margin: 0;
    color: #3c4658;
    font-size: 14px;
    line-height: 1.45;
}
.quote-admin-workflow{
    display: grid;
    grid-template-columns: repeat(3, minmax(160px, 1fr)) minmax(150px, auto);
    gap: 12px;
    align-items: end;
    margin: 18px 0;
    padding: 16px;
    background: #eef4ff;
    border: 1px solid rgba(16, 42, 103, 0.08);
}
.quote-admin-check{
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 40px;
}
.quote-admin-check input{
    width: auto;
    min-height: auto;
}
.quote-admin-updated{
    margin: -4px 0 16px;
    color: #6880b4;
    font-size: 13px;
    font-weight: 800;
}
.quote-admin-items input{
    min-width: 92px;
}
.quote-admin-totals{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px 18px;
    margin-top: 14px;
    color: #314159;
    font-size: 14px;
}
.quote-admin-totals strong{
    color: #102a67;
}
.quote-admin-revision{
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 16px;
}
.quote-admin-revision input{
    max-width: 260px;
}
.erop-product-page{
    background: #f4f4f4;
    color: #0b1f53;
}
.erop-product-hero{
    position: relative;
    min-height: 230px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background-image: url("../img/eropdashboard.png");
    background-size: cover;
    background-position: center 42%;
}
.erop-product-hero__overlay{
    position: absolute;
    inset: 0;
    background: rgba(7, 26, 67, 0.48);
}
.erop-product-hero__logo{
    position: relative;
    z-index: 1;
    width: min(230px, 48vw);
    height: auto;
    filter: drop-shadow(0 12px 26px rgba(0, 0, 0, 0.22));
}
.erop-product-main{
    background: #f4f4f4;
}
.erop-showcase{
    min-height: 560px;
    padding: 56px 5vw 44px;
    background: #ffffff;
    display: grid;
    grid-template-columns: minmax(0, 900px);
    align-items: center;
    justify-content: center;
    gap: 18px;
    overflow: hidden;
}
.erop-showcase--variations{
    grid-template-columns: 48px minmax(0, 880px) 48px 150px;
    min-height: 620px;
    padding-right: 6vw;
}
.erop-showcase__stage{
    position: relative;
    min-height: 360px;
    display: grid;
    place-items: center;
    isolation: isolate;
}
.erop-showcase__orb{
    position: absolute;
    z-index: 0;
    width: min(420px, 66vw);
    aspect-ratio: 1;
    border-radius: 50%;
    background: #edf4f2;
    opacity: 0;
    transform: scale(0.64);
    transition: opacity 0.55s ease-out, transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}
.erop-showcase__word{
    position: absolute;
    z-index: 1;
    pointer-events: none;
    margin: 0;
    color: rgba(56, 75, 118, 0.62);
    font-size: clamp(62px, 11vw, 148px);
    line-height: 0.9;
    font-weight: 900;
    text-align: center;
    white-space: nowrap;
    opacity: 0;
    transform: translateY(28px) scale(0.96);
    transition: opacity 0.55s ease-out 0.12s, transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.12s;
}
.erop-showcase__image{
    position: relative;
    z-index: 2;
    display: block;
    max-width: min(430px, 70vw);
    max-height: 380px;
    object-fit: contain;
    opacity: 0;
    transform: translateY(42px) scale(0.88) rotate(-2deg);
    filter: drop-shadow(0 18px 22px rgba(11, 31, 83, 0.16));
    transition: opacity 0.55s ease-in-out 0.24s, transform 0.85s ease-in-out 0.24s;
}
.erop-showcase__image--trocar,
.erop-showcase__image--s-sustener{
    max-height: 430px;
}
.erop-showcase__image--forcep{
    max-width: min(560px, 78vw);
}
.erop-showcase__image--chito-block{
    max-width: min(620px, 82vw);
}
.erop-showcase__image--new-port-pack{
    max-width: min(650px, 84vw);
    max-height: 440px;
}
.erop-showcase__image--t-closure{
    max-width: min(360px, 58vw);
}
.erop-product-ready .erop-showcase__orb,
.erop-product-ready .erop-showcase__word,
.erop-product-ready .erop-showcase__image{
    opacity: 1;
    transform: translateY(0) scale(1) rotate(0);
}
.erop-showcase--variations .erop-showcase__orb{
    width: min(560px, 54vw);
    background: rgba(247, 249, 248, 0.96);
}
.erop-showcase--variations .erop-showcase__word{
    color: rgba(178, 192, 209, 0.34);
    font-size: clamp(70px, 12vw, 166px);
    letter-spacing: 0;
}
.erop-showcase--variations .erop-showcase__image{
    max-height: 460px;
    max-width: min(440px, 40vw);
    margin-left: 42px;
}
.erop-showcase--variations .erop-showcase__image--forcep{
    max-width: min(620px, 58vw);
    max-height: 360px;
    margin-left: 18px;
}
.erop-showcase--variations .erop-showcase__image--chito-block{
    max-width: min(680px, 58vw);
    max-height: 500px;
    margin-left: 10px;
}
.erop-showcase--variations .erop-showcase__caption{
    right: 8%;
    bottom: 28px;
    min-width: 280px;
}
.erop-showcase--variations .erop-showcase__caption h1{
    color: #06733a;
    font-size: 32px;
}
.erop-showcase--variations .erop-showcase__caption p{
    color: #111111;
    font-size: 14px;
    font-weight: 600;
}
.erop-showcase.is-slide-next .erop-showcase__image{
    opacity: 0;
    transform: translateX(-120px) scale(0.92);
    transition-delay: 0s;
    transition-duration: 0.38s;
}
.erop-showcase.is-slide-prev .erop-showcase__image{
    opacity: 0;
    transform: translateX(120px) scale(0.92);
    transition-delay: 0s;
    transition-duration: 0.38s;
}
.erop-showcase.is-slide-next .erop-showcase__word,
.erop-showcase.is-slide-next .erop-showcase__caption,
.erop-showcase.is-slide-prev .erop-showcase__word,
.erop-showcase.is-slide-prev .erop-showcase__caption{
    opacity: 0;
    transform: translateY(-28px);
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.erop-showcase.is-enter-next .erop-showcase__image{
    animation: trocarImageEnterNext 0.54s ease-in-out both;
}
.erop-showcase.is-enter-prev .erop-showcase__image{
    animation: trocarImageEnterPrev 0.54s ease-in-out both;
}
.erop-showcase.is-enter-next .erop-showcase__word,
.erop-showcase.is-enter-next .erop-showcase__caption,
.erop-showcase.is-enter-prev .erop-showcase__word,
.erop-showcase.is-enter-prev .erop-showcase__caption{
    animation: trocarTextRise 0.46s ease-out both;
}
.erop-showcase__caption{
    position: absolute;
    z-index: 3;
    right: 14%;
    bottom: 12px;
    min-width: 190px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease-out 0.42s, transform 0.62s cubic-bezier(0.16, 1, 0.3, 1) 0.42s;
}
.erop-product-ready .erop-showcase__caption{
    opacity: 1;
    transform: translateY(0);
}
.erop-showcase__caption h1{
    margin: 0 0 4px;
    color: #007a3f;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 900;
}
.erop-showcase__caption p{
    margin: 0;
    color: #141923;
    font-size: 13px;
    line-height: 1.4;
}
.erop-showcase__arrow{
    position: relative;
    z-index: 5;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #686868;
    color: #ffffff;
    text-decoration: none;
    font-size: 28px;
    line-height: 1;
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.12);
    transition: transform 0.2s ease, background-color 0.2s ease;
    border: 0;
    cursor: pointer;
}
.erop-showcase__arrow:hover{
    transform: translateY(-2px) scale(1.06);
    background: #0b1f53;
}
.erop-showcase__indicators{
    display: grid;
    gap: 20px;
    justify-self: start;
    color: #8b8b8b;
    font-size: 14px;
    font-weight: 500;
}
.erop-showcase__indicator{
    display: flex;
    align-items: center;
    gap: 14px;
    border: 0;
    padding: 4px 0;
    background: transparent;
    color: #8b8b8b;
    font: inherit;
    cursor: pointer;
    transform-origin: left center;
    transform: scale(0.96);
    opacity: 0.72;
    transition: color 0.34s ease, opacity 0.34s ease, transform 0.38s cubic-bezier(0.16, 1, 0.3, 1), font-weight 0.34s ease;
}
.erop-showcase__indicator::before{
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
    transform: scale(0.9);
    transition: transform 0.38s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.34s ease;
}
.erop-showcase__indicator:hover{
    color: #333333;
    opacity: 1;
    transform: scale(1.02);
}
.erop-showcase__indicator.is-active{
    color: #1f1f1f;
    font-weight: 800;
    opacity: 1;
    transform: scale(1.12);
}
.erop-showcase__indicator.is-active::before{
    background: #1f1f1f;
    transform: scale(1.45);
}
.erop-showcase__indicator:focus-visible{
    outline: 2px solid rgba(6, 115, 58, 0.45);
    outline-offset: 5px;
}
@keyframes trocarImageEnterNext{
    0%{
        opacity: 0;
        transform: translateX(120px) scale(0.92);
    }
    100%{
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}
@keyframes trocarImageEnterPrev{
    0%{
        opacity: 0;
        transform: translateX(-120px) scale(0.92);
    }
    100%{
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}
@keyframes trocarTextRise{
    0%{
        opacity: 0;
        transform: translateY(30px);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}
.erop-spec{
    padding: 34px 20px 72px;
    background: #f4f4f4;
}
body[data-erop-product="forcep"] .erop-spec{
    padding-bottom: 0;
}
body[data-erop-product="chito-block"] .erop-spec,
body[data-erop-product="t-closure"] .erop-spec,
body[data-erop-product="s-sustener"] .erop-spec,
body[data-erop-product="new-port-pack"] .erop-spec{
    display: none;
}
.erop-spec__group{
    margin: 0 auto 72px;
}
.erop-spec__group:last-child{
    margin-bottom: 0;
}
.erop-spec h2{
    margin: 0 0 22px;
    color: #0b2b66;
    font-size: 28px;
    font-weight: 900;
    text-align: center;
}
.erop-spec__table-wrap{
    width: min(700px, 100%);
    margin: 0 auto;
    overflow-x: auto;
    background: #ffffff;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
}
.erop-spec__table{
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
    color: #151923;
}
.erop-spec__table th,
.erop-spec__table td{
    padding: 8px 14px;
    text-align: center;
    border-bottom: 1px solid #d9dfe8;
}
.erop-spec__table th{
    color: #111827;
    font-weight: 700;
    border-top: 3px solid #0b2b66;
    background: #ffffff;
}
.erop-spec__image-cell{
    width: 126px;
}
.erop-spec__thumb{
    width: 86px;
    height: 58px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
.forcep-spec{
    width: min(1120px, 100%);
}
.forcep-spec__table-wrap{
    width: 100%;
    margin: 0 auto;
    overflow-x: auto;
}
.forcep-spec__table{
    width: 100%;
    min-width: 820px;
    border-collapse: collapse;
    background: #ffffff;
    border-top: 3px solid #07356f;
    color: #151923;
}
.forcep-spec__table th,
.forcep-spec__table td{
    border: 1px solid #e5eaf1;
    padding: 20px 24px;
    vertical-align: top;
    font-size: 21px;
    line-height: 1.35;
}
.forcep-spec__table th{
    width: 25%;
    color: #151515;
    font-weight: 800;
    text-align: right;
}
.forcep-spec__table td{
    width: 25%;
    color: #626262;
    font-weight: 500;
}
.forcep-spec__table td[colspan]{
    text-align: left;
}
.forcep-spec__table ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.forcep-spec__table li{
    margin: 0 0 10px;
}
.forcep-spec__table li::before{
    content: "·";
    margin-right: 4px;
}
.forcep-spec__competitiveness{
    width: min(1060px, 100%);
    margin: 72px auto 0;
    padding: 58px 20px;
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 44px;
    align-items: start;
    background: #ffffff;
    box-shadow: 0 0 0 100vmax #ffffff;
    clip-path: inset(0 -100vmax);
}
.forcep-spec__competitiveness h3{
    margin: 0;
    color: #151515;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 800;
}
.forcep-spec__competitiveness p{
    margin: 0;
    color: #626262;
    font-size: 14px;
    line-height: 1.5;
}
.dual-guard-spec{
    width: min(1120px, 100%);
}
.dual-guard-spec__table-wrap{
    width: 100%;
    margin: 0 auto;
    overflow-x: auto;
}
.dual-guard-spec__table{
    width: 100%;
    min-width: 820px;
    border-collapse: collapse;
    background: #ffffff;
    border-top: 3px solid #07356f;
    color: #151923;
}
.dual-guard-spec__table th,
.dual-guard-spec__table td{
    border: 1px solid #e5eaf1;
    padding: 22px 24px;
    text-align: center;
    vertical-align: middle;
    font-size: 21px;
    line-height: 1.35;
}
.dual-guard-spec__table th{
    color: #151515;
    font-weight: 500;
    border-bottom: 2px solid #b8c7da;
}
.dual-guard-spec__table td{
    color: #626262;
    font-weight: 500;
}
.dual-guard-spec__table td:first-child{
    color: #151515;
}
.erop-product-competitiveness{
    width: min(1060px, 100%);
    margin: 0 auto;
    padding: 58px 20px;
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 44px;
    align-items: start;
    background: #ffffff;
    box-shadow: 0 0 0 100vmax #ffffff;
    clip-path: inset(0 -100vmax);
}
.erop-product-competitiveness h3{
    margin: 0;
    color: #151515;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 800;
}
.erop-product-competitiveness p{
    margin: 0;
    color: #626262;
    font-size: 14px;
    line-height: 1.5;
}
.chito-function-strip{
    background: #ffffff;
    padding: 62px 20px 58px;
}
.chito-function-strip__inner{
    width: min(860px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 46px;
    color: #222222;
}
.chito-function-strip h3{
    margin: 0;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 800;
}
.chito-function-strip ul{
    margin: 0;
    padding: 0;
    list-style: none;
    color: #4f5663;
    font-size: 14px;
    line-height: 1.65;
}
.chito-function-strip li::before{
    content: "- ";
}
.chito-feature-panel{
    background: #00192d;
    color: #ffffff;
    overflow: hidden;
}
.chito-feature-panel__inner{
    position: relative;
    width: min(1440px, 100%);
    min-height: 1160px;
    margin: 0 auto;
    padding: 150px 9% 160px;
}
.chito-feature-panel__features{
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(3, minmax(210px, 1fr));
    gap: 120px 9%;
}
.chito-feature{
    max-width: 320px;
}
.chito-feature--4{
    grid-column: 1;
    margin-top: 500px;
}
.chito-feature--5{
    grid-column: 2;
    margin-top: 500px;
}
.chito-feature__icon{
    display: block;
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
    object-fit: contain;
}
.chito-feature h3{
    margin: 0 0 26px;
    color: #ffffff;
    font-size: 32px;
    line-height: 1.22;
    font-weight: 800;
}
.chito-feature p{
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
    line-height: 1.65;
    font-weight: 500;
}
.chito-feature-panel__visual{
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 180px;
    height: 860px;
    overflow: visible;
}
.chito-feature-panel__visual::before{
    content: "";
    position: absolute;
    right: -10%;
    bottom: -8%;
    width: min(1420px, 96vw);
    height: min(940px, 68vw);
    background: url("../img/chitoblockbottom draft.png") center / contain no-repeat;
    filter: blur(16px);
    opacity: 0.34;
    transform: scale(1.02);
    pointer-events: none;
}
.chito-feature-panel__image{
    position: absolute;
    z-index: 1;
    right: -9%;
    bottom: 0;
    display: block;
    width: min(1320px, 94vw);
    max-height: 870px;
    object-fit: contain;
    filter: drop-shadow(0 26px 34px rgba(0, 0, 0, 0.22));
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%), linear-gradient(180deg, transparent 0, #000 6%, #000 94%, transparent 100%);
    -webkit-mask-composite: source-in;
    mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%), linear-gradient(180deg, transparent 0, #000 6%, #000 94%, transparent 100%);
    mask-composite: intersect;
}
.dual-guard-static-panel{
    background: #00192d;
    padding: 0;
    overflow: hidden;
}
.dual-guard-static-panel__image{
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}
.new-port-spec{
    width: min(1120px, 100%);
}
.new-port-spec__table-wrap{
    width: 100%;
    margin: 0 auto;
    overflow-x: auto;
}
.new-port-spec__table{
    width: 100%;
    min-width: 900px;
    border-collapse: collapse;
    background: #ffffff;
    border-top: 3px solid #07356f;
    color: #151923;
}
.new-port-spec__table th,
.new-port-spec__table td{
    border: 1px solid #e5eaf1;
    padding: 18px 22px;
    text-align: center;
    vertical-align: middle;
    font-size: 21px;
    line-height: 1.35;
}
.new-port-spec__section-title th{
    padding: 28px 22px;
    color: #151515;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.02em;
}
.new-port-spec__table th{
    color: #151515;
    font-weight: 500;
}
.new-port-spec__table td{
    color: #626262;
    font-weight: 500;
}
.new-port-spec__table td:nth-child(2){
    color: #151515;
}
.new-port-spec__image-cell{
    width: 38%;
    padding: 26px;
}
.new-port-spec__image{
    display: block;
    width: min(360px, 100%);
    max-height: 260px;
    object-fit: contain;
    margin: 0 auto;
}
.new-port-static-panel{
    background: #00192d;
    padding: 0;
    overflow: hidden;
}
.new-port-static-panel__image{
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}
.trocar-spec{
    width: min(1120px, 100%);
    margin: 0 auto;
    overflow-x: auto;
}
.trocar-spec__table{
    width: 100%;
    min-width: 820px;
    border-collapse: collapse;
    background: #ffffff;
    border-top: 3px solid #07356f;
    color: #151923;
}
.trocar-spec__table th,
.trocar-spec__table td{
    width: 20%;
    border: 1px solid #e5eaf1;
    text-align: center;
    vertical-align: middle;
}
.trocar-spec__table th{
    color: #111111;
    font-size: 18px;
    font-weight: 800;
}
.trocar-spec__table td{
    color: #5f5f5f;
    font-size: 21px;
    font-weight: 500;
}
.trocar-spec__table tr:first-child th,
.trocar-spec__table tr:first-child td{
    height: 350px;
    padding: 26px 18px;
}
.trocar-spec__table tr:not(:first-child) th,
.trocar-spec__table tr:not(:first-child) td{
    height: 70px;
    padding: 16px 12px;
}
.trocar-spec__image{
    display: block;
    max-width: 100%;
    max-height: 310px;
    margin: 0 auto;
    object-fit: contain;
}
.trocar-info-strip{
    background: #ffffff;
    padding: 62px 20px 58px;
}
.trocar-info-strip__inner{
    width: min(760px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(170px, 0.7fr) minmax(0, 1.8fr);
    gap: 64px;
    align-items: start;
}
.trocar-info-strip h2{
    margin: 0;
    color: #111111;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 800;
}
.trocar-info-strip p{
    margin: 0;
    color: #565d67;
    font-size: 13px;
    line-height: 1.45;
}
.trocar-scroll-story{
    --trocar-rotate: 270deg;
    --trocar-left: 72%;
    --trocar-top: 50%;
    --trocar-scale: 1;
    --halo-left: 47%;
    --halo-top: 37%;
    --halo-size: 250px;
    --focus-x: 18%;
    position: relative;
    min-height: 225vh;
    background: radial-gradient(circle at 50% 42%, rgba(20, 50, 104, 0.2) 0%, rgba(0, 25, 45, 0) 52%), #00192d;
    color: #ffffff;
}
.trocar-scroll-story.is-step-1{
    --trocar-rotate: 315deg;
    --trocar-left: 50%;
    --trocar-top: 50%;
    --trocar-scale: 0.56;
    --halo-left: 42%;
    --halo-top: 55%;
    --halo-size: 230px;
    --focus-x: 0%;
}
.trocar-scroll-story.is-step-2{
    --trocar-rotate: 180deg;
    --trocar-left: 45%;
    --trocar-top: 100%;
    --trocar-scale: 0.72;
    --halo-left: 50%;
    --halo-top: 43%;
    --halo-size: 230px;
    --focus-x: 0%;
}
.trocar-scroll-story__stage{
    position: sticky;
    top: 0;
    min-height: 82vh;
    display: grid;
    place-items: center;
    overflow: hidden;
    pointer-events: none;
}
.trocar-scroll-story__focus{
    position: relative;
    width: min(860px, 86vw);
    height: min(560px, 70vh);
    overflow: hidden;
    transform: translateX(var(--focus-x));
    transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
.trocar-scroll-story__image{
    position: absolute;
    left: var(--trocar-left);
    top: var(--trocar-top);
    z-index: 2;
    width: min(430px, 60%);
    height: auto;
    transform: translate(-50%, -50%) rotate(var(--trocar-rotate)) scale(var(--trocar-scale));
    transform-origin: center;
    transition: left 0.9s cubic-bezier(0.16, 1, 0.3, 1), top 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.55s ease;
    filter: drop-shadow(0 28px 36px rgba(0, 0, 0, 0.24));
}
.trocar-scroll-story__halo{
    position: absolute;
    left: var(--halo-left);
    top: var(--halo-top);
    z-index: 1;
    width: var(--halo-size);
    aspect-ratio: 1;
    border-radius: 50%;
    border: 3px solid rgba(71, 105, 233, 0.78);
    box-shadow:
        0 0 0 12px rgba(71, 105, 233, 0.15),
        0 0 0 34px rgba(71, 105, 233, 0.08);
    transform: translate(-50%, -50%);
    transition: left 0.9s cubic-bezier(0.16, 1, 0.3, 1), top 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1), width 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
.trocar-scroll-story__steps{
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
}
.trocar-scroll-step{
    min-height: 75vh;
    padding: 0 10%;
    display: grid;
    align-items: center;
    opacity: 0.35;
    transform: translateY(34px);
    transition: opacity 0.45s ease-out, transform 0.55s ease-out;
}
.trocar-scroll-step.is-active{
    opacity: 1;
    transform: translateY(0);
}
.trocar-scroll-step--valve{
    grid-template-columns: minmax(230px, 320px) 1fr;
    align-content: center;
    row-gap: 0;
}
.trocar-scroll-step--valve > *{
    grid-column: 1;
}
.trocar-scroll-step--fixation,
.trocar-scroll-step--tip{
    grid-template-columns: minmax(230px, 320px) 1fr minmax(230px, 320px);
    gap: 42px;
}
.trocar-scroll-step--fixation > div:first-child,
.trocar-scroll-step--tip > div:first-child{
    grid-column: 1;
}
.trocar-scroll-step--fixation > div:last-child,
.trocar-scroll-step--tip > div:last-child{
    grid-column: 3;
    justify-self: end;
    text-align: center;
}
.trocar-scroll-step h2{
    margin: 0 0 16px;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 800;
}
.trocar-scroll-step p{
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    line-height: 1.55;
}
.trocar-scroll-step--fixation .trocar-feature__icon,
.trocar-scroll-step--tip .trocar-feature__icon{
    margin-left: 0;
}
.trocar-scroll-step--fixation > div:last-child .trocar-feature__icon,
.trocar-scroll-step--tip > div:last-child .trocar-feature__icon{
    margin-left: auto;
    margin-right: auto;
}
.trocar-feature__icon{
    width: 108px;
    height: 108px;
    display: block;
    margin-bottom: 30px;
    object-fit: contain;
    position: relative;
}
.forcep-scroll-story{
    --forcep-rotate: 0deg;
    --forcep-left: 5%;
    --forcep-top: 50%;
    --forcep-scale: 2;
    --forcep-halo-left: 62%;
    --forcep-halo-top: 48%;
    --forcep-halo-size: 425px;
    --forcep-focus-width: min(700px, 58vw);
    --forcep-focus-x: 12%;
    position: relative;
    min-height: 150vh;
    background: radial-gradient(circle at 54% 46%, rgba(20, 50, 104, 0.2) 0%, rgba(0, 25, 45, 0) 52%), #00192d;
    color: #ffffff;
}
.forcep-scroll-story.is-step-1{
    --forcep-rotate: -30deg;
    --forcep-left: 53%;
    --forcep-top: 50%;
    --forcep-scale: 0.95;
    --forcep-halo-left: 44%;
    --forcep-halo-top: 51%;
    --forcep-halo-size: 300px;
    --forcep-focus-width: min(1040px, 88vw);
    --forcep-focus-x: 0%;
}
.forcep-scroll-story__stage{
    position: sticky;
    top: 0;
    min-height: 82vh;
    display: grid;
    place-items: center;
    overflow: hidden;
    pointer-events: none;
}
.forcep-scroll-story__focus{
    position: relative;
    width: var(--forcep-focus-width);
    height: min(520px, 68vh);
    overflow: hidden;
    transform: translateX(var(--forcep-focus-x));
    transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
.forcep-scroll-story__image{
    position: absolute;
    left: var(--forcep-left);
    top: var(--forcep-top);
    z-index: 2;
    width: min(900px, 96%);
    height: auto;
    transform: translate(-50%, -50%) rotate(var(--forcep-rotate)) scale(var(--forcep-scale));
    transform-origin: center;
    transition: left 0.9s cubic-bezier(0.16, 1, 0.3, 1), top 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
    filter: drop-shadow(0 28px 36px rgba(0, 0, 0, 0.24));
}
.forcep-scroll-story__halo{
    position: absolute;
    left: var(--forcep-halo-left);
    top: var(--forcep-halo-top);
    z-index: 1;
    width: var(--forcep-halo-size);
    aspect-ratio: 1;
    border-radius: 50%;
    border: 3px solid rgba(71, 105, 233, 0.78);
    box-shadow:
        0 0 0 12px rgba(71, 105, 233, 0.15),
        0 0 0 34px rgba(71, 105, 233, 0.08);
    transform: translate(-50%, -50%);
    transition: left 0.9s cubic-bezier(0.16, 1, 0.3, 1), top 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
.forcep-scroll-story__steps{
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
}
.forcep-scroll-step{
    min-height: 75vh;
    padding: 0 7%;
    display: grid;
    align-content: center;
    opacity: 0.35;
    transform: translateY(34px);
    transition: opacity 0.45s ease-out, transform 0.55s ease-out;
}
.forcep-scroll-step--unlock{
    max-width: 620px;
}
.forcep-scroll-step--grip{
    grid-template-columns: minmax(260px, 420px) 1fr minmax(300px, 460px);
    gap: 48px;
}
.forcep-scroll-step--grip > div:first-child{
    grid-column: 1;
    align-self: start;
}
.forcep-scroll-step--grip > div:last-child{
    grid-column: 3;
    align-self: end;
    justify-self: end;
    text-align: right;
}
.forcep-scroll-step--grip > div:last-child .trocar-feature__icon{
    margin-left: auto;
}
.forcep-scroll-step.is-active{
    opacity: 1;
    transform: translateY(0);
}
.forcep-scroll-step h2{
    margin: 0 0 16px;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 800;
}
.forcep-scroll-step p{
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    line-height: 1.55;
}
.erop-product-page .brand-product-nav{
    max-width: 980px;
    margin: 0 auto;
    padding: 0 20px 58px;
}
.trocar-scroll-story + .brand-product-nav,
.forcep-scroll-story + .brand-product-nav,
.chito-feature-panel + .brand-product-nav{
    position: relative;
    z-index: 4;
    margin-top: -112px;
    padding-bottom: 42px;
    background: #00192d;
    box-shadow: 0 0 0 100vmax #00192d;
    clip-path: inset(0 -100vmax);
}
.trocar-scroll-story + .brand-product-nav .brand-product-nav__link,
.forcep-scroll-story + .brand-product-nav .brand-product-nav__link,
.chito-feature-panel + .brand-product-nav .brand-product-nav__link{
    background: rgba(246, 249, 255, 0.92);
    border-color: rgba(255, 255, 255, 0.36);
    box-shadow: 0 18px 34px rgba(0, 12, 28, 0.28);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.dual-guard-static-panel + .brand-product-nav,
.new-port-static-panel + .brand-product-nav{
    position: relative;
    z-index: 4;
    margin-top: -118px;
    padding-bottom: 0;
}
.dual-guard-static-panel + .brand-product-nav .brand-product-nav__link,
.new-port-static-panel + .brand-product-nav .brand-product-nav__link{
    background: rgba(246, 249, 255, 0.92);
    border-color: rgba(255, 255, 255, 0.36);
    box-shadow: 0 18px 34px rgba(0, 12, 28, 0.28);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.erop-product-main:has(.dual-guard-static-panel),
.erop-product-main:has(.new-port-static-panel){
    margin-bottom: -1px;
}
.erop-feature-panel + .brand-product-nav{
    position: relative;
    z-index: 2;
    margin-top: -138px;
    padding-bottom: 52px;
}
.erop-feature-panel + .brand-product-nav .brand-product-nav__link{
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.38);
    box-shadow: 0 18px 34px rgba(0, 12, 28, 0.26);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.erop-feature-panel{
    position: relative;
    background: #00192d;
    overflow: hidden;
}
.erop-feature-panel::before,
.erop-feature-panel::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    height: 150px;
    pointer-events: none;
}
.erop-feature-panel::before{
    top: 0;
    background: linear-gradient(180deg, #f4f4f4 0%, rgba(244, 244, 244, 0.62) 28%, rgba(0, 25, 45, 0) 100%);
}
.erop-feature-panel::after{
    bottom: 0;
    background: linear-gradient(0deg, #00192d 0%, rgba(0, 25, 45, 0.68) 32%, rgba(0, 25, 45, 0) 100%);
}
.erop-feature-panel__image{
    display: block;
    width: 100%;
    height: auto;
}
@media (max-width: 820px){
    .erop-product-hero{
        min-height: 176px;
    }
    .erop-showcase{
        min-height: 520px;
        grid-template-columns: minmax(0, 1fr);
        gap: 8px;
        padding: 42px 14px 36px;
    }
    .erop-showcase--variations{
        grid-template-columns: 42px minmax(0, 1fr) 42px;
        padding-right: 14px;
    }
    .erop-showcase--variations .erop-showcase__indicators{
        grid-column: 1 / -1;
        grid-row: 2;
        display: flex;
        justify-self: center;
        gap: 18px;
    }
    .erop-showcase--variations .erop-showcase__caption{
        right: 8%;
    }
    .trocar-info-strip__inner{
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .trocar-scroll-story{
        --trocar-left: 70%;
        --trocar-scale: 0.72;
        --halo-left: 51%;
        --halo-top: 38%;
        --halo-size: 220px;
        --focus-x: 12%;
        min-height: 225vh;
    }
    .trocar-scroll-story__focus{
        width: min(720px, 84vw);
        height: min(500px, 68vh);
    }
    .trocar-scroll-story__image{
        width: min(340px, 62%);
    }
    .trocar-scroll-step{
        padding: 0 8%;
    }
    .forcep-scroll-story{
        --forcep-left: 62%;
        --forcep-halo-left: 62%;
        --forcep-focus-width: min(600px, 62vw);
        --forcep-focus-x: 7%;
        min-height: 150vh;
    }
    .forcep-scroll-story.is-step-1{
        --forcep-left: 52%;
        --forcep-halo-left: 44%;
        --forcep-focus-width: min(780px, 84vw);
        --forcep-focus-x: 0%;
    }
    .forcep-scroll-story__focus{
        height: min(460px, 66vh);
    }
    .forcep-scroll-story__image{
        width: min(620px, 92%);
    }
    .forcep-scroll-step{
        padding: 0 6%;
    }
    .forcep-scroll-step--unlock{
        max-width: 460px;
    }
    .forcep-scroll-step--grip{
        grid-template-columns: minmax(220px, 300px) 1fr;
    }
    .forcep-scroll-step--grip > div:last-child{
        grid-column: 1;
        justify-self: start;
        text-align: left;
        margin-top: 34px;
    }
    .forcep-scroll-step--grip > div:last-child .trocar-feature__icon{
        margin-left: 0;
    }
    .trocar-scroll-step--valve,
    .trocar-scroll-step--fixation,
    .trocar-scroll-step--tip{
        grid-template-columns: minmax(180px, 280px) 1fr;
    }
    .trocar-scroll-step--fixation > div:last-child,
    .trocar-scroll-step--tip > div:last-child{
        grid-column: 1;
        justify-self: start;
        text-align: left;
        margin-top: 34px;
    }
    .trocar-scroll-step--fixation > div:last-child .trocar-feature__icon,
    .trocar-scroll-step--tip > div:last-child .trocar-feature__icon{
        margin-left: 0;
        margin-right: 0;
    }
    .erop-showcase__stage{
        min-height: 340px;
    }
    .erop-showcase__word{
        font-size: clamp(46px, 14vw, 92px);
        white-space: normal;
    }
    .erop-showcase__image{
        max-width: min(360px, 72vw);
        max-height: 330px;
    }
    .erop-showcase__image--forcep,
    .erop-showcase__image--chito-block,
    .erop-showcase__image--new-port-pack{
        max-width: min(430px, 78vw);
    }
    .erop-showcase__caption{
        right: 6%;
        bottom: -14px;
    }
    .erop-product-page .brand-product-nav{
        flex-direction: column;
    }
    .erop-feature-panel + .brand-product-nav{
        margin-top: -110px;
        padding-bottom: 38px;
    }
    .trocar-scroll-story + .brand-product-nav,
    .forcep-scroll-story + .brand-product-nav{
        margin-top: -86px;
        padding-bottom: 34px;
    }
    .dual-guard-static-panel + .brand-product-nav,
    .new-port-static-panel + .brand-product-nav{
        margin-top: -92px;
        padding-bottom: 0;
    }
}
@media (max-width: 560px){
    .erop-product-hero{
        min-height: 140px;
    }
    .erop-product-hero__logo{
        width: min(170px, 54vw);
    }
    .erop-showcase{
        min-height: 500px;
        grid-template-columns: 1fr;
        align-items: end;
        padding: 34px 16px 30px;
    }
    .erop-showcase--variations{
        grid-template-columns: 42px minmax(0, 1fr) 42px;
    }
    .erop-showcase__stage{
        grid-column: 1 / -1;
        grid-row: 1;
        min-height: 360px;
    }
    .erop-showcase__arrow{
        grid-row: 2;
        justify-self: center;
    }
    .erop-showcase__arrow--prev{
        grid-column: 1;
    }
    .erop-showcase__arrow--next{
        grid-column: 3;
    }
    .erop-showcase--variations .erop-showcase__indicators{
        grid-column: 1 / -1;
        grid-row: 3;
        flex-wrap: wrap;
        gap: 12px 16px;
        margin-top: 12px;
    }
    .erop-showcase--variations .erop-showcase__word{
        font-size: clamp(48px, 16vw, 84px);
    }
    .erop-showcase--variations .erop-showcase__image{
        max-width: min(300px, 62vw);
        max-height: 340px;
        margin-left: 0;
    }
    .erop-showcase--variations .erop-showcase__image--forcep{
        max-width: min(380px, 72vw);
        max-height: 280px;
    }
    .erop-showcase--variations .erop-showcase__image--chito-block{
        max-width: min(380px, 76vw);
        max-height: 340px;
    }
    .trocar-info-strip{
        padding: 44px 20px 40px;
    }
    .trocar-scroll-story{
        min-height: auto;
        --trocar-left: 50%;
        --trocar-top: 50%;
        --trocar-scale: 0.72;
        --halo-left: 50%;
        --halo-top: 43%;
    }
    .trocar-scroll-story__stage{
        position: relative;
        min-height: 420px;
    }
    .trocar-scroll-story__focus{
        width: min(360px, 88vw);
        height: 420px;
    }
    .trocar-scroll-story__image{
        width: min(290px, 70%);
    }
    .trocar-scroll-story__steps{
        position: relative;
    }
    .forcep-scroll-story{
        min-height: auto;
        --forcep-left: 50%;
        --forcep-top: 50%;
        --forcep-scale: 0.82;
        --forcep-halo-left: 50%;
        --forcep-halo-top: 50%;
        --forcep-focus-width: min(360px, 88vw);
        --forcep-focus-x: 0%;
    }
    .forcep-scroll-story__stage{
        position: relative;
        min-height: 360px;
    }
    .forcep-scroll-story__focus{
        height: 360px;
    }
    .forcep-scroll-story__image{
        width: min(320px, 80%);
    }
    .forcep-scroll-story__steps{
        position: relative;
    }
    .forcep-scroll-step,
    .forcep-scroll-step--grip,
    .forcep-scroll-step--grip > div:first-child,
    .forcep-scroll-step--grip > div:last-child{
        min-height: auto;
        max-width: none;
        grid-column: auto;
        grid-template-columns: 1fr;
        margin-left: 0;
        margin-top: 0;
        justify-self: start;
        padding: 40px 8%;
        text-align: left;
        opacity: 1;
        transform: none;
    }
    .forcep-scroll-step h2{
        max-width: 320px;
        font-size: 26px;
    }
    .forcep-scroll-step p{
        max-width: 360px;
    }
    .forcep-scroll-step--grip{
        gap: 0;
    }
    .forcep-scroll-step--grip > div:first-child,
    .forcep-scroll-step--grip > div:last-child{
        padding: 0;
    }
    .forcep-scroll-step--grip > div:last-child{
        margin-top: 34px;
    }
    .forcep-scroll-step--grip > div:last-child .trocar-feature__icon{
        margin-left: 0;
    }
    .trocar-scroll-step,
    .trocar-scroll-step--valve,
    .trocar-scroll-step--fixation,
    .trocar-scroll-step--tip{
        min-height: auto;
        padding: 40px 8%;
        grid-template-columns: 1fr;
        opacity: 1;
        transform: none;
    }
    .trocar-feature h2{
        font-size: 26px;
    }
    .trocar-feature p{
        font-size: 14px;
    }
    .trocar-feature__icon{
        width: 84px;
        height: 84px;
        margin-bottom: 24px;
    }
    .trocar-scroll-story + .brand-product-nav,
    .forcep-scroll-story + .brand-product-nav,
    .chito-feature-panel + .brand-product-nav{
        margin-top: 0;
        padding-top: 24px;
        padding-bottom: 32px;
    }
    .dual-guard-static-panel + .brand-product-nav,
    .new-port-static-panel + .brand-product-nav{
        margin-top: -30px;
        padding-bottom: 0;
    }
    .trocar-scroll-story__halo{
        width: 150px;
    }
    .erop-showcase__caption{
        left: 50%;
        right: auto;
        bottom: 4px;
        transform: translate(-50%, 20px);
        text-align: center;
    }
    .erop-product-ready .erop-showcase__caption{
        transform: translate(-50%, 0);
    }
    .erop-spec__table th,
    .erop-spec__table td{
        padding: 9px 10px;
        font-size: 11px;
    }
    .forcep-spec__table{
        min-width: 760px;
    }
    .dual-guard-spec__table{
        min-width: 720px;
    }
    .new-port-spec__table{
        min-width: 780px;
    }
    .forcep-spec__table th,
    .forcep-spec__table td{
        padding: 16px 18px;
        font-size: 18px;
    }
    .dual-guard-spec__table th,
    .dual-guard-spec__table td{
        padding: 16px 18px;
        font-size: 18px;
    }
    .new-port-spec__table th,
    .new-port-spec__table td{
        padding: 14px 16px;
        font-size: 17px;
    }
    .new-port-spec__section-title th{
        padding: 22px 16px;
        font-size: 19px;
    }
    .new-port-spec__image{
        max-height: 210px;
    }
    .forcep-spec__competitiveness{
        margin-top: 54px;
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .erop-product-competitiveness{
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .chito-function-strip{
        padding: 48px 20px 44px;
    }
    .chito-function-strip__inner{
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .chito-feature-panel__inner{
        min-height: 0;
        padding: 72px 24px 80px;
    }
    .chito-feature-panel__features{
        grid-template-columns: 1fr;
        gap: 46px;
    }
    .chito-feature,
    .chito-feature--4,
    .chito-feature--5{
        max-width: 520px;
        margin-top: 0;
        grid-column: auto;
    }
    .chito-feature__icon{
        width: 62px;
        height: 62px;
        margin-bottom: 18px;
    }
    .chito-feature h3{
        margin-bottom: 14px;
        font-size: 26px;
    }
    .chito-feature p{
        font-size: 15px;
    }
    .chito-feature-panel__visual{
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        height: auto;
        margin-top: -8px;
    }
    .chito-feature-panel__visual::before{
        right: -32vw;
        bottom: -10vw;
        width: min(880px, 154vw);
        height: min(620px, 110vw);
        filter: blur(12px);
    }
    .chito-feature-panel__image{
        position: relative;
        width: min(820px, 146vw);
        max-height: none;
        margin-left: -28vw;
    }
    .forcep-spec__competitiveness p{
        font-size: 14px;
    }
}
@media (max-width: 960px){
    .body{
        margin-left: 8%;
        margin-right: 8%;
    }
    .header-container{
        width: 88%;
    }
    .dashboardsection{
        min-height: 620px;
        height: auto;
        background-position: 58% center;
    }
    .dashboardarea{
        width: min(88%, 860px);
        padding-top: 130px;
        padding-bottom: 92px;
        grid-template-columns: 1fr;
        gap: 42px;
    }
    .dashboardarea h1{
        font-size: 42px;
    }
    .dashboardarea p{
        font-size: 17px;
    }
    .dashboardarea__supply-panel{
        min-height: 0;
    }
    .brandContainer{
        grid-template-columns: 1fr;
    }

    .tieupsTitle{
        font-size: 36px;
    }
    .about-container,
    .site-footer__top{
        flex-direction: column;
    }
    .about-container{
        grid-template-columns: 1fr;
        gap: 34px;
        padding: 38px;
    }
    .about-text,
    .about-image{
        width: 100%;
    }
    .site-footer__contact{
        font-size: 17px;
    }
    .brand-hero{
        min-height: 320px;
    }
    .brand-hero__title{
        font-size: 50px;
    }
    .brand-hero__logo{
        width: min(340px, 76vw);
    }
    .brand-hero__logo--erop{
        width: min(240px, 62vw);
    }
    .brand-intro--summary{
        margin-top: -28px;
        padding: 28px;
        grid-template-columns: 1fr;
        gap: 26px;
    }
    .brand-intro h1{
        font-size: 30px;
    }
    .brand-intro__facts{
        grid-template-columns: repeat(3, 1fr);
        border-left: 0;
        border-top: 1px solid rgba(15, 45, 107, 0.12);
    }
    .brand-intro__facts div{
        padding: 18px 18px 0 0;
        border-right: 1px solid rgba(15, 45, 107, 0.1);
        border-bottom: 0;
    }
    .brand-intro__facts div:last-child{
        border-right: 0;
    }
    .navbar{
        width: calc(100% - 40px);
        min-height: 74px;
        padding: 0 18px;
        top: calc(var(--header-height, 72px) - 12px);
    }
    .navbar.navbar-scrolled{
        padding-left: 20px;
        padding-right: 20px;
    }
    .navigations{
        justify-content: center;
        min-width: 0;
    }
    .navbar.navbar-scrolled .navigation{
        transform: translateX(0);
    }
    .navlogo{
        width: 150px;
        left: 20px;
    }
    .navbar.navbar-scrolled .navlogo{
        opacity: 0;
        pointer-events: none;
    }
    .navbar.navbar-scrolled .navigations{
        justify-content: center;
    }
    .navigation{
        width: 100%;
    }
    .navigation li{
        min-width: 0;
    }
    .navigation li a{
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
    }
    .brand-intro{
        font-size: 18px;
    }
    .brand-local-nav{
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
        margin-top: -34px;
        padding: 16px 18px;
    }
    .brand-local-nav__brand{
        border-right: 0;
        padding-right: 0;
    }
    .product-categories__title{
        font-size: 36px;
    }
    .erop-categories__title{
        font-size: 36px;
    }
    .erop-categories__grid{
        grid-template-columns: repeat(2, minmax(220px, 1fr));
    }
    .product-categories__grid{
        grid-template-columns: repeat(2, minmax(180px, 1fr));
    }
    .hansol-sets__grid{
        grid-template-columns: repeat(2, minmax(220px, 1fr));
    }
    .hansol-set-card{
        min-height: 360px;
    }
    .hansol-set-card__overlay{
        padding: 30px;
    }
    .hansol-set-card__overlay p{
        font-size: 21px;
    }
    .brand-showcase__image{
        height: 380px;
    }
    .brand-showcase__content{
        padding: 42px 20px 52px;
    }
    .product-detail__title{
        font-size: 34px;
    }
    .brand-product-nav{
        flex-direction: column;
    }
    .contact-page__title{
        font-size: 36px;
    }
    .contact-card{
        padding: 28px;
    }
    .contact-form{
        grid-template-columns: 1fr;
    }
    .product-gallery{
        grid-template-columns: 1fr;
    }
    .packaging-placeholders{
        grid-template-columns: 1fr;
    }
    .packaging-placeholder{
        grid-template-columns: 1fr;
    }
    .product-gallery--single{
        max-width: 100%;
    }
    .single-use-carousel{
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .single-use-carousel__viewport{
        order: 1;
        width: min(100%, 620px);
        margin: 0 auto;
        min-height: 390px;
    }
    .single-use-carousel__nav{
        order: 2;
        justify-self: center;
    }
    .single-use-carousel__nav--prev{
        margin-right: 64px;
    }
    .single-use-carousel__nav--next{
        margin-left: 64px;
        margin-top: -66px;
    }
    .product-gallery__card{
        min-height: 280px;
    }
    .product-gallery__card--single{
        min-height: 340px;
    }
    .product-hero__logo{
        width: min(260px, 70vw);
    }
    .site-footer{
        padding: 56px 20px 28px;
    }
    .site-footer__contact{
        text-align: left;
    }
    .back-to-top{
        right: 18px;
        bottom: 18px;
    }
}
@media (min-width: 841px) and (max-width: 1200px){
    .navbar{
        width: calc(100% - 72px);
        min-height: 70px;
        padding-left: 18px;
        padding-right: 18px;
    }
    .navbar.navbar-scrolled{
        padding-left: 18px;
        padding-right: 18px;
    }
    .navlogo,
    .navbar.navbar-scrolled .navlogo{
        display: none;
        opacity: 0;
        pointer-events: none;
    }
    .navigations,
    .navbar.navbar-scrolled .navigations{
        justify-content: center;
        width: 100%;
    }
    .navigation,
    .navbar.navbar-scrolled .navigation{
        width: auto;
        flex-wrap: nowrap;
        transform: none;
        gap: 2px;
    }
    .navigation li{
        padding: 0;
    }
    .navigation li a{
        padding: 9px 10px;
        font-size: 14px;
        white-space: nowrap;
    }
}
@media (max-width: 840px){
    .heading,
    .header,
    .dashboardsection,
    .TieUps{
        width: 100%;
        max-width: 100%;
    }
    .header{
        min-height: 58px;
        padding: 10px 0;
        overflow: hidden;
    }
    .header-container{
        width: 92%;
        justify-content: center;
    }
    .header .logo img{
        max-width: min(360px, 82vw);
        height: auto;
    }
    .email{
        display: none;
    }
    .dashboardsection{
        min-height: 560px;
        background-position: 62% center;
    }
    .dashboardarea{
        width: calc(100% - 32px);
        padding-top: 124px;
        padding-bottom: 78px;
        gap: 34px;
    }
    .dashboardarea h1{
        font-size: 34px;
        line-height: 1.12;
        margin-bottom: 14px;
    }
    .dashboardarea p{
        font-size: 18px;
        line-height: 1.42;
    }
    .dashboardarea__actions{
        gap: 10px;
        margin-top: 26px;
    }
    .dashboardarea__button{
        min-height: 46px;
        padding: 0 18px;
    }
    .dashboardarea__stats{
        grid-template-columns: 1fr;
        margin-top: 30px;
    }
    .dashboardarea__stats div{
        padding: 13px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    }
    .dashboardarea__stats div:last-child{
        border-bottom: 0;
    }
    .dashboardarea__supply-panel{
        padding: 22px;
    }
    .dashboardarea__panel-head strong{
        font-size: 20px;
    }
    .dashboardarea__supply-list li{
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 12px;
    }
    .dashboardarea__panel-note{
        padding: 16px;
    }
    .navbar{
        width: 60px;
        height: 60px;
        max-height: 60px;
        justify-content: flex-start;
        align-items: flex-start;
        border-radius: 50%;
        left: 12px;
        min-height: 0;
        padding: 8px;
        transform: none;
        overflow: hidden;
        transition: width 0.24s ease, max-height 0.28s ease, border-radius 0.2s ease, top 0.25s ease, padding 0.24s ease, box-shadow 0.24s ease;
    }
    .navbar.navbar-scrolled{
        width: 60px;
        height: 60px;
        max-height: 60px;
        top: 8px;
        left: 12px;
        border-radius: 50%;
        padding-left: 8px;
        padding-right: 8px;
        transform: none;
    }
    .navbar.navbar-scrolled.is-menu-open{
        width: calc(100% - 24px);
        height: 60px;
        max-height: 60px;
        border-radius: 26px;
    }
    .navbar.navbar-scrolled.is-menu-expanded{
        height: auto;
        max-height: 360px;
    }
    .navbar.navbar-scrolled .navlogo{
        opacity: 0;
        pointer-events: none;
    }
    .navbar.navbar-scrolled .navigation{
        transform: none;
    }
    .navbar.is-menu-open{
        width: calc(100% - 24px);
        height: 60px;
        max-height: 60px;
        border-radius: 26px;
        padding: 8px;
    }
    .navbar.is-menu-expanded{
        height: auto;
        max-height: 360px;
    }
    .nav-toggle{
        display: inline-flex;
        flex: 0 0 auto;
        margin: 0;
        border: 0;
        outline: 0;
        position: relative;
        z-index: 2;
    }
    .navigations{
        position: static;
        display: none;
        flex: 1 1 auto;
        width: auto;
        min-width: 0;
        margin-left: 8px;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateX(-8px);
        transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease;
    }
    .navbar.is-menu-expanded .navigations{
        display: block;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateX(0);
    }
    .navigation{
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 4px;
        width: 100%;
        padding: 0;
        background: transparent;
        border: 0;
        box-shadow: none;
        transform: none;
    }
    .navigation li{
        margin: 0;
        padding: 0;
    }
    .navigation li a{
        display: block;
        width: 100%;
        padding: 11px 14px;
        font-size: 15px;
        text-align: left;
        white-space: nowrap;
        border-radius: 16px;
    }
    .dashboardsection{
        width: 100%;
        max-width: 100%;
    }
    .brand-card{
        width: 100%;
        max-width: 100%;
    }
    .section-panel-header h2,
    .coverage-section h2{
        font-size: 34px;
    }
    .timeline-grid,
    .service-grid,
    .faq-grid,
    .coverage-section{
        grid-template-columns: 1fr;
    }
    .timeline-grid article,
    .service-grid article,
    .faq-grid article{
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid rgba(15, 45, 107, 0.1);
    }
    .timeline-grid article:last-child,
    .service-grid article:last-child,
    .faq-grid article:last-child{
        border-bottom: 0;
    }
    .faq-grid article:nth-last-child(-n+1){
        grid-column: auto;
    }
}
@media (max-width: 640px){
    .body{
        margin-left: 5%;
        margin-right: 5%;
    }
    .body--brand{
        margin-left: 5%;
        margin-right: 5%;
    }
    .header .logo img{
        max-width: 142px;
        height: auto;
    }
    .TieUps{
        padding: 72px 0;
    }
    .TieUps::before,
    .TieUps::after{
        width: 20px;
    }
    .tieupsTitle{
        font-size: 28px;
        line-height: 1.16;
        margin-bottom: 0;
    }
    .tieups-header{
        margin-bottom: 34px;
    }
    .tieups-header p{
        font-size: 15px;
    }
    .brand-card{
        min-height: 420px;
        border-radius: 0;
    }
    .brand-card__hover-content{
        padding: 24px 18px;
    }
    .brand-card__product-image{
        max-width: 220px;
        height: 240px;
    }
    .EropCard .brand-card__product-image,
    .HansolCard .brand-card__product-image{
        max-width: 260px;
        height: 300px;
    }
    .brand-card__description{
        font-size: 14px;
    }
    .about{
        padding: 64px 0 72px;
    }
    .about-container{
        padding: 28px 20px;
        box-shadow: 0 16px 34px rgba(15, 32, 73, 0.08);
    }
    .about-title h1{
        font-size: 34px;
        line-height: 1.1;
    }
    .about-title h2{
        font-size: 34px;
        line-height: 1.1;
    }
    .about-paragraph{
        font-size: 16px;
    }
    .tagline-anchor p{
        font-size: 15px;
    }
    .company-timeline,
    .services-section,
    .coverage-section,
    .buyer-faq{
        padding: 64px 0;
    }
    .section-panel-header h2,
    .coverage-section h2{
        font-size: 28px;
        line-height: 1.15;
    }
    .coverage-list{
        grid-template-columns: 1fr;
    }
    .coverage-list span{
        min-height: 72px;
        border-right: 0;
    }
    .coverage-list span:nth-last-child(-n+2){
        border-bottom: 1px solid rgba(15, 45, 107, 0.12);
    }
    .coverage-list span:last-child{
        border-bottom: 0;
    }
    .partner-section{
        padding: 76px 20px;
    }
    .partner-section::before{
        inset: 14px;
    }
    .partner-section__title{
        font-size: 32px;
    }
    .partner-section__text{
        font-size: 17px;
    }
    .product-categories__grid{
        grid-template-columns: 1fr;
    }
    .hansol-sets{
        padding-top: 48px;
    }
    .hansol-sets::before{
        top: 22px;
        width: 66vw;
    }
    .hansol-sets__header{
        margin-bottom: 28px;
    }
    .hansol-sets__header h2{
        font-size: 28px;
    }
    .hansol-sets__header p{
        font-size: 14px;
    }
    .hansol-sets__grid{
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .hansol-set-card{
        min-height: 330px;
    }
    .hansol-set-card__media{
        padding: 24px;
    }
    .hansol-set-card__image{
        max-height: 220px;
    }
    .hansol-set-card__label{
        padding: 20px;
    }
    .hansol-set-card__label h3{
        font-size: 24px;
    }
    .hansol-set-card__overlay p{
        font-size: 18px;
    }
    .erop-categories__grid{
        grid-template-columns: 1fr;
    }
    .erop-category-card{
        min-height: 344px;
    }
    .erop-category-card__media{
        min-height: 236px;
    }
    .erop-category-card__media h3{
        top: 22px;
        left: 22px;
        font-size: 18px;
    }
    .erop-category-card__placeholder{
        height: 188px;
    }
    .product-card{
        min-height: 380px;
    }
    .nav-toggle{
        transition: border-color 0.2s ease, background-color 0.2s ease;
    }
    .navigation li a:hover{
        background: rgba(15, 45, 107, 0.08);
        transform: none;
    }
    .back-to-top{
        width: 46px;
        height: 46px;
        right: 14px;
        bottom: 14px;
        font-size: 22px;
    }
    .brand-showcase__image{
        height: 300px;
    }
    .brand-showcase__image--hansol{
        height: 340px;
    }
    .brand-showcase__content p{
        font-size: 18px;
    }
    .product-hero{
        min-height: 150px;
    }
    .product-detail{
        padding-top: 28px;
    }
    .product-detail__title{
        font-size: 30px;
    }
    .brand-local-nav{
        margin-top: -24px;
        border-radius: 22px;
        padding: 14px;
    }
    .brand-local-nav__links{
        gap: 8px;
    }
    .brand-local-nav__link{
        font-size: 13px;
        padding: 11px 14px;
    }
    .contact-page{
        margin-top: 22px;
        padding: 64px 0 74px;
        border-radius: 28px;
    }
    .contact-page__title{
        font-size: 30px;
    }
    .contact-page__text{
        font-size: 16px;
    }
    .contact-card{
        padding: 22px 18px;
        border-radius: 22px;
    }
    .contact-form__field input,
    .contact-form__field textarea{
        font-size: 15px;
        padding: 13px 14px;
    }
    .contact-form__field input,
    .contact-form__field textarea{
        padding-top: 22px;
        padding-bottom: 11px;
    }
    .contact-form__field label{
        left: 14px;
        font-size: 15px;
    }
    .contact-form__field--textarea label{
        top: 20px;
    }
    .contact-form__actions{
        justify-content: stretch;
    }
    .contact-form__button{
        width: 100%;
    }
    .product-detail__intro p,
    .product-features li,
    .product-copy p,
    .product-steps > li{
        font-size: 15px;
    }
    .single-use-carousel__viewport{
        min-height: 320px;
    }
    .single-use-card{
        top: 18px;
        width: min(100%, 280px);
        min-height: 200px;
        padding: 16px 16px 20px;
        transform:
            translateX(-50%)
            rotateY(calc(var(--offset) * -42deg))
            translateX(calc(var(--direction) * var(--abs-offset) * 56px))
            translateZ(calc((1 - var(--abs-offset)) * 120px - var(--abs-offset) * 140px))
            scale(calc(1 - var(--abs-offset) * 0.22));
    }
    .single-use-card__image{
        max-width: 236px;
        margin-top: 22px;
    }
    .single-use-carousel__nav{
        width: 46px;
        height: 46px;
        font-size: 34px;
    }
    .single-use-carousel__nav--prev{
        margin-right: 52px;
    }
    .single-use-carousel__nav--next{
        margin-left: 52px;
        margin-top: -58px;
    }
    .product-gallery__card{
        min-height: 240px;
        padding: 20px;
    }
    .product-gallery__card--single{
        min-height: 260px;
    }
    .product-gallery__image--tall{
        max-height: 450px;
    }
    .product-gallery__image--lds{
        min-height: 260px;
    }
    .product-gallery__image--pen-dashboard{
        min-height: 260px;
    }
    .product-section__bar h2{
        font-size: 16px;
    }
    .brand-product-nav__link{
        padding: 14px 16px;
        font-size: 14px;
    }
    .product-table{
        font-size: 13px;
    }
    .product-table th,
    .product-table td{
        padding: 10px 8px;
    }
    .product-note{
        font-size: 12px;
    }
    .simple-product-page__content{
        padding: 36px 24px;
    }
}
@media (max-width: 520px){
    .brand-hero{
        min-height: 250px;
    }
    .brand-hero__content{
        padding: 104px 18px 50px;
    }
    .brand-hero__logo{
        width: min(270px, 74vw);
    }
    .brand-hero__logo--erop{
        width: min(190px, 54vw);
    }
    .brand-intro{
        font-size: 16px;
        padding-bottom: 30px;
    }
    .brand-intro--summary{
        margin-top: 0;
        padding: 26px 20px 24px;
        border-left: 0;
        border-right: 0;
        box-shadow: none;
    }
    .brand-intro__eyebrow{
        font-size: 11px;
    }
    .brand-intro h1{
        font-size: 24px;
    }
    .brand-intro__copy p{
        font-size: 14px;
    }
    .brand-intro__facts{
        grid-template-columns: 1fr;
    }
    .brand-intro__facts div{
        padding: 13px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(15, 45, 107, 0.1);
    }
    .erop-categories,
    .product-categories{
        padding-top: 48px;
    }
    .erop-categories::before,
    .product-categories::before{
        top: 22px;
        width: 66vw;
    }
    .product-categories__title,
    .erop-categories__title{
        font-size: 28px;
        line-height: 1.15;
        margin-bottom: 24px;
    }
    .product-card{
        min-height: 340px;
    }
    .product-card__media{
        height: 240px;
    }
    .product-card__image--tall{
        height: 180px;
    }
    .product-card__image--bottle{
        height: 88px;
    }
    .product-card__image--single{
        height: 210px;
    }
    .product-card__image--pen{
        height: 140px;
    }
    .product-card__label{
        border-radius: 28px 28px 0 0;
        padding: 16px 14px 14px;
    }
    .product-card__label h3{
        font-size: 15px;
    }
    .product-card__label p{
        font-size: 12px;
    }
    .erop-category-card{
        min-height: 320px;
    }
    .erop-category-card__media{
        min-height: 210px;
        padding: 14px 14px 0;
    }
    .erop-category-card__media h3{
        top: 18px;
        left: 18px;
        font-size: 17px;
    }
    .erop-category-card__image--eroptix,
    .erop-category-card__image--trocar,
    .erop-category-card__image--port,
    .erop-category-card__image--dual-guard,
    .erop-category-card__image--new-port-pack,
    .erop-category-card__image--s-sustener{
        max-height: 178px;
    }
    .erop-category-card__image--t-closure{
        width: min(100%, 210px);
        max-height: 148px;
    }
    .erop-category-card__image--chito-block{
        width: min(100%, 280px);
        max-height: 178px;
    }
    .erop-category-card__image--forcep{
        max-height: 132px;
    }
    .erop-category-card__placeholder{
        height: 160px;
    }
    .erop-category-card__footer{
        min-height: 96px;
        padding: 14px 16px;
    }
    .product-gallery{
        gap: 18px;
    }
    .product-gallery__card{
        min-height: 210px;
        padding: 16px;
    }
    .product-gallery__card--single{
        min-height: 220px;
    }
    .product-gallery__image--wide{
        width: min(100%, 300px);
    }
    .product-gallery__image--tall{
        max-height: 340px;
    }
    .product-gallery__image--lds,
    .product-gallery__image--pen-dashboard{
        min-height: 220px;
    }
    .single-use-carousel{
        margin-top: 16px;
    }
    .single-use-carousel__viewport{
        min-height: 280px;
    }
    .single-use-card{
        width: min(100%, 240px);
        padding: 14px;
    }
    .single-use-card__image{
        max-width: 204px;
    }
    .product-table{
        min-width: 560px;
    }
    .brand-product-nav{
        gap: 10px;
    }
    .site-footer__top{
        gap: 22px;
        margin-bottom: 34px;
    }
    .site-footer__logo{
        width: 210px;
    }
    .site-footer__contact{
        font-size: 15px;
        line-height: 1.55;
    }
    .site-footer__bottom{
        font-size: 14px;
    }
}
@media (max-width: 380px){
    .navigation li a{
        padding: 11px 12px;
        font-size: 13px;
    }
    .dashboardarea h1{
        font-size: 30px;
    }
    .dashboardarea p{
        font-size: 16px;
    }
    .brand-card{
        min-height: 380px;
    }
    .contact-card{
        padding: 18px 14px;
    }
    .single-use-carousel__viewport{
        min-height: 250px;
    }
    .single-use-card{
        width: min(100%, 214px);
    }
    .single-use-card__image{
        max-width: 184px;
    }
}
@media (max-width: 1180px){
    .quote-workspace{
        grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
    }
    .quote-panel--summary{
        grid-column: 1 / -1;
        position: static;
    }
    .quote-selected-list{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 860px){
    .quote-shell{
        width: calc(100% - 32px);
        padding-top: 104px;
    }
    .quote-hero{
        grid-template-columns: 1fr;
        padding: 34px 28px;
    }
    .quote-hero h1{
        font-size: 40px;
    }
    .quote-workspace{
        grid-template-columns: 1fr;
    }
    .quote-panel--customer{
        position: static;
    }
    .quote-panel__header{
        display: grid;
    }
    .quote-admin-login__grid,
    .quote-admin-workflow,
    .quote-admin-user-form,
    .quote-admin-report__grid{
        grid-template-columns: 1fr;
    }
    .quote-admin-revision{
        display: grid;
    }
    .quote-admin-revision input{
        max-width: none;
    }
    .quote-admin__header-actions{
        justify-content: stretch;
    }
    .quote-admin__header-actions .quote-button{
        flex: 1 1 auto;
    }
    .quote-search{
        max-width: none;
    }
}
@media (max-width: 560px){
    .quote-shell{
        width: 100%;
        padding: 88px 0 48px;
    }
    .quote-hero{
        margin-bottom: 0;
        padding: 30px 20px;
        box-shadow: none;
    }
    .quote-hero h1{
        font-size: 34px;
    }
    .quote-hero p{
        font-size: 15px;
    }
    .quote-workspace{
        gap: 0;
    }
    .quote-panel{
        border-left: 0;
        border-right: 0;
        box-shadow: none;
    }
    .quote-product-card{
        grid-template-columns: 1fr;
    }
    .quote-selected-list{
        grid-template-columns: 1fr;
    }
    .quote-actions{
        grid-template-columns: 1fr;
    }
}

/* ===========================================
   TRUST BAR
   =========================================== */
.trust-bar {
    background: #041A4F;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.trust-bar__inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.trust-bar__item {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 6px 22px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #b7d9ff;
    white-space: nowrap;
}
.trust-bar__item::before {
    content: "";
    width: 17px;
    height: 17px;
    border-radius: 50%;
    flex-shrink: 0;
    background: #69b77d url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6l3 3 5-5' stroke='white' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/10px no-repeat;
}
.trust-bar__divider {
    width: 1px;
    height: 18px;
    background: rgba(255,255,255,0.14);
    flex-shrink: 0;
}

/* ===========================================
   BRAND SPOTLIGHTS — homepage brand sections
   =========================================== */
.brand-spotlights {
    margin-left: -21.5%;
    margin-right: -21.5%;
    overflow: hidden;
}
.brand-spotlights__header {
    text-align: center;
    padding: 80px 24px 0;
    max-width: 680px;
    margin: 0 auto;
}
.brand-spotlights__header .section-eyebrow { display: block; margin-bottom: 10px; }
.brand-spotlights__header h2 { margin: 0 0 16px; }
.brand-spotlights__header p {
    font-size: 16px;
    color: #4e5868;
    line-height: 1.65;
    margin: 0;
}
.brand-spotlight {
    padding: 80px 0;
}
.brand-spotlight--sungshim {
    background: linear-gradient(135deg, #eef4ff 0%, #ffffff 65%);
    border-top: 1px solid #d6e5f8;
}
.brand-spotlight--erop {
    background: linear-gradient(135deg, #edfaf3 0%, #ffffff 65%);
    border-top: 1px solid #cce7d8;
    border-bottom: 1px solid #cce7d8;
}
.brand-spotlight--hansol {
    background: linear-gradient(135deg, #fff2f2 0%, #ffffff 65%);
    border-top: 1px solid #f0d8d8;
}
.brand-spotlight__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 48px;
}
.brand-spotlight__visual {
    display: flex;
    justify-content: center;
    align-items: center;
}
.brand-spotlight__product-img {
    width: 100%;
    max-width: 420px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.13));
}
.brand-spotlight__logo-wrap { margin-bottom: 10px; }
.brand-spotlight__logo { height: 42px; object-fit: contain; }
.brand-spotlight__logo--erop { height: 34px; }
.brand-spotlight__brand-name {
    display: inline-block;
    font-size: 21px;
    font-weight: 900;
    letter-spacing: 0.04em;
}
.brand-spotlight__brand-name--hansol { color: #b32424; }
.brand-spotlight__category {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    margin-bottom: 16px;
}
.brand-spotlight__category::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
    flex-shrink: 0;
}
.brand-spotlight--sungshim .brand-spotlight__category { color: #0f4ca3; }
.brand-spotlight--erop     .brand-spotlight__category { color: #08713d; }
.brand-spotlight--hansol   .brand-spotlight__category { color: #b32424; }
.brand-spotlight__content h3 {
    font-size: clamp(20px, 2vw, 27px);
    font-weight: 800;
    color: #041A4F;
    line-height: 1.3;
    margin: 0 0 14px;
}
.brand-spotlight__content > p {
    font-size: 14.5px;
    color: #4e5868;
    line-height: 1.72;
    margin: 0 0 20px;
}
.brand-spotlight__products {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 18px;
}
.brand-spotlight__product-tag {
    padding: 5px 13px;
    border-radius: 40px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.brand-spotlight--sungshim .brand-spotlight__product-tag { background: #dde8fc; color: #0f4ca3; }
.brand-spotlight--erop     .brand-spotlight__product-tag { background: #d6eddf; color: #08713d; }
.brand-spotlight--hansol   .brand-spotlight__product-tag { background: #fcd8d8; color: #b32424; }
.brand-spotlight__certs {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 24px;
}
.cert-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 11px;
    border-radius: 6px;
    font-size: 10.5px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: 1.5px solid;
}
.cert-badge--blue  { border-color: #0f4ca3; color: #0f4ca3; background: #eef4ff; }
.cert-badge--green { border-color: #08713d; color: #08713d; background: #edfaf3; }
.cert-badge--red   { border-color: #b32424; color: #b32424; background: #fff2f2; }
.cert-badge--navy  { border-color: #041A4F; color: #041A4F; background: #eef4ff; }
.cert-badge__check {
    width: 13px;
    height: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 8px;
    font-weight: 900;
    flex-shrink: 0;
    line-height: 1;
}
.cert-badge--blue  .cert-badge__check { background: #0f4ca3; color: #fff; }
.cert-badge--green .cert-badge__check { background: #08713d; color: #fff; }
.cert-badge--red   .cert-badge__check { background: #b32424; color: #fff; }
.cert-badge--navy  .cert-badge__check { background: #041A4F; color: #fff; }
.brand-spotlight__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 26px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}
.brand-spotlight--sungshim .brand-spotlight__cta { background: #0f4ca3; color: #fff; }
.brand-spotlight--sungshim .brand-spotlight__cta:hover { background: #0a3a7f; transform: translateY(-1px); }
.brand-spotlight--erop     .brand-spotlight__cta { background: #08713d; color: #fff; }
.brand-spotlight--erop     .brand-spotlight__cta:hover { background: #065a30; transform: translateY(-1px); }
.brand-spotlight--hansol   .brand-spotlight__cta { background: #b32424; color: #fff; }
.brand-spotlight--hansol   .brand-spotlight__cta:hover { background: #8f1c1c; transform: translateY(-1px); }

/* ===========================================
   FAQ ACCORDION
   =========================================== */
.faq-accordion {
    max-width: 820px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.faq-item {
    background: #ffffff;
    border: 1px solid #dce6f0;
    border-radius: 10px;
    overflow: hidden;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.faq-item.is-active {
    box-shadow: 0 4px 18px rgba(4,26,79,0.09);
    border-color: #b0cbee;
}
.faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 22px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 15px;
    font-weight: 700;
    color: #041A4F;
    gap: 16px;
    transition: background 0.2s;
    font-family: 'Inter', sans-serif;
}
.faq-question:hover { background: #f4f7fb; }
.faq-item.is-active .faq-question { background: #f0f6ff; color: #0f4ca3; }
.faq-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1.5px solid #b0bccf;
    font-size: 17px;
    line-height: 1;
    transition: transform 0.28s ease, border-color 0.2s, color 0.2s;
    color: #738096;
}
.faq-item.is-active .faq-icon {
    transform: rotate(45deg);
    border-color: #0f4ca3;
    color: #0f4ca3;
}
.faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.28s ease;
}
.faq-answer.is-open { grid-template-rows: 1fr; }
.faq-answer__inner {
    overflow: hidden;
    font-size: 14px;
    color: #4e5868;
    line-height: 1.72;
}
.faq-answer.is-open .faq-answer__inner { padding: 0 22px 18px; }

/* ===========================================
   CERTIFICATIONS — Brand pages
   =========================================== */
.brand-certifications {
    padding: 72px 0 64px;
    background: #f4f8fb;
    border-top: 1px solid #dce6f0;
}
.brand-certifications__inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 24px;
}
.brand-certifications__header {
    text-align: center;
    margin-bottom: 44px;
}
.brand-certifications__header h2 { margin: 8px 0 12px; }
.brand-certifications__header p {
    font-size: 15px;
    color: #4e5868;
    line-height: 1.65;
    max-width: 540px;
    margin: 0 auto;
}
.cert-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(195px, 1fr));
    gap: 18px;
}
.cert-card {
    background: #ffffff;
    border: 1px solid #dce6f0;
    border-radius: 12px;
    padding: 26px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    transition: box-shadow 0.2s;
}
.cert-card:hover { box-shadow: 0 6px 20px rgba(4,26,79,0.08); }
.cert-card__icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.02em;
    flex-shrink: 0;
    border: 2px solid currentColor;
}
.cert-card--sungshim .cert-card__icon { color: #0f4ca3; background: #e8f0fd; }
.cert-card--erop     .cert-card__icon { color: #08713d; background: #e0f2e8; }
.cert-card--hansol   .cert-card__icon { color: #b32424; background: #fde8e8; }
.cert-card--kpick    .cert-card__icon { color: #041A4F; background: #e0e8f4; }
.cert-card h3 { font-size: 14px; font-weight: 800; color: #041A4F; margin: 0; }
.cert-card p { font-size: 12.5px; color: #637083; line-height: 1.55; margin: 0; }
.cert-card__note {
    font-size: 10.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #9eb0c4;
    padding: 3px 10px;
    border: 1.5px dashed #c0d4e8;
    border-radius: 20px;
}
.cert-disclaimer {
    text-align: center;
    margin-top: 28px;
    font-size: 12.5px;
    color: #738096;
    line-height: 1.6;
}

/* ===========================================
   BRAND CTA — Brand pages
   =========================================== */
.brand-cta {
    padding: 72px 0;
    background: linear-gradient(135deg, #041A4F 0%, #0f2d6b 100%);
    color: #ffffff;
    text-align: center;
}
.brand-cta__inner {
    max-width: 620px;
    margin: 0 auto;
    padding: 0 24px;
}
.brand-cta__eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #b7d9ff;
    margin-bottom: 16px;
}
.brand-cta h2 {
    font-size: clamp(24px, 2.8vw, 34px);
    font-weight: 900;
    margin: 0 0 14px;
    color: #ffffff;
    line-height: 1.25;
}
.brand-cta p {
    font-size: 15px;
    color: rgba(255,255,255,0.72);
    line-height: 1.65;
    margin: 0 0 28px;
}
.brand-cta__actions {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}
.brand-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 13px 26px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}
.brand-cta__btn--primary { background: #ffffff; color: #041A4F; }
.brand-cta__btn--primary:hover { background: #ddeafc; transform: translateY(-1px); }
.brand-cta__btn--secondary { background: rgba(255,255,255,0.1); color: #ffffff; border: 1.5px solid rgba(255,255,255,0.28); }
.brand-cta__btn--secondary:hover { background: rgba(255,255,255,0.18); }

/* ===========================================
   K-PICK CERTIFICATIONS — Homepage section
   =========================================== */
.kpick-certifications {
    padding: 80px 0 72px;
    background: #ffffff;
    border-top: 1px solid #e4ecf5;
}
.kpick-certifications__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}
.kpick-cert-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 18px;
    margin-bottom: 24px;
}
.kpick-cert-card {
    background: #f4f8fb;
    border: 1px solid #dce6f0;
    border-radius: 12px;
    padding: 26px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    transition: box-shadow 0.2s;
}
.kpick-cert-card:hover { box-shadow: 0 6px 20px rgba(4,26,79,0.07); }
.kpick-cert-card__icon {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    background: #041A4F;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11.5px;
    font-weight: 900;
    letter-spacing: 0.03em;
    flex-shrink: 0;
}
.kpick-cert-card h3 { font-size: 14px; font-weight: 800; color: #041A4F; margin: 0; }
.kpick-cert-card p { font-size: 12.5px; color: #637083; line-height: 1.55; margin: 0; }
.kpick-cert-upload {
    border: 2px dashed #b8cfe0;
    background: #f8fafd;
    border-radius: 12px;
    padding: 40px 28px;
    text-align: center;
}
.kpick-cert-upload strong {
    display: block;
    font-size: 16px;
    font-weight: 800;
    color: #041A4F;
    margin-bottom: 8px;
}
.kpick-cert-upload p { font-size: 13.5px; color: #738096; margin: 0; line-height: 1.6; }

/* ===========================================
   RESPONSIVE — new sections
   =========================================== */
@media (max-width: 900px) {
    .brand-spotlight__inner {
        grid-template-columns: 1fr;
        gap: 36px;
        padding: 0 32px;
    }
    .brand-spotlight--erop .brand-spotlight__visual { order: -1; }
    .brand-spotlight__product-img { max-width: 340px; }
}
@media (max-width: 640px) {
    .brand-spotlight { padding: 56px 0; }
    .brand-spotlight__inner { padding: 0 20px; gap: 28px; }
    .trust-bar__item { padding: 6px 12px; font-size: 10px; }
    .trust-bar__divider { display: none; }
    .cert-cards-grid { grid-template-columns: repeat(2, 1fr); }
    .kpick-cert-grid  { grid-template-columns: repeat(2, 1fr); }
    .brand-cta__actions { flex-direction: column; align-items: stretch; }
    .brand-cta__btn { justify-content: center; }
}
@media (max-width: 420px) {
    .cert-cards-grid { grid-template-columns: 1fr; }
    .kpick-cert-grid  { grid-template-columns: 1fr; }
}

/* ===========================================
   BRAND STORIES & ARTICLES SECTION
   =========================================== */
.brand-stories { padding: 80px 0 60px; }
.brand-stories__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 22px;
    margin-top: 48px;
}
.story-card {
    background: #ffffff;
    border: 1px solid #dce6f0;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    text-decoration: none;
    color: inherit;
}
.story-card:hover {
    box-shadow: 0 12px 32px rgba(4,26,79,0.1);
    transform: translateY(-2px);
}
.story-card__accent {
    height: 4px;
    flex-shrink: 0;
}
.story-card--kpick    .story-card__accent { background: #041A4F; }
.story-card--sungshim .story-card__accent { background: #0f4ca3; }
.story-card--erop     .story-card__accent { background: #08713d; }
.story-card--hansol   .story-card__accent { background: #b32424; }
.story-card__body { padding: 22px 22px 20px; flex: 1; display: flex; flex-direction: column; }
.story-card__category {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 10.5px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    padding: 3px 9px;
    border-radius: 4px;
    margin-bottom: 12px;
}
.story-card--kpick    .story-card__category { background: #e0e8f4; color: #041A4F; }
.story-card--sungshim .story-card__category { background: #dde8fc; color: #0f4ca3; }
.story-card--erop     .story-card__category { background: #d6eddf; color: #08713d; }
.story-card--hansol   .story-card__category { background: #fcd8d8; color: #b32424; }
.story-card h3 {
    font-size: 16px;
    font-weight: 800;
    color: #041A4F;
    line-height: 1.35;
    margin: 0 0 10px;
}
.story-card__excerpt {
    font-size: 13px;
    color: #4e5868;
    line-height: 1.65;
    margin: 0 0 18px;
    flex: 1;
}
.story-card__cta {
    font-size: 13px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: gap 0.2s;
    margin-top: auto;
}
.story-card:hover .story-card__cta { gap: 9px; }
.story-card--kpick    .story-card__cta { color: #041A4F; }
.story-card--sungshim .story-card__cta { color: #0f4ca3; }
.story-card--erop     .story-card__cta { color: #08713d; }
.story-card--hansol   .story-card__cta { color: #b32424; }
@media (max-width: 640px) {
    .brand-stories__grid { grid-template-columns: 1fr; }
}

/* ===========================================
   NAV DROPDOWN
   =========================================== */
.nav--has-dropdown {
    position: relative;
}
/* Transparent bridge: fills the gap between nav item and dropdown so hover is maintained */
.nav--has-dropdown::after {
    content: "";
    position: absolute;
    top: 100%;
    left: -20px;
    right: -20px;
    height: 18px;
    background: transparent;
    z-index: 201;
}
.nav__dropdown-trigger {
    display: flex;
    align-items: center;
    gap: 0;
}
.nav__dropdown-trigger > a {
    display: flex;
    align-items: center;
    gap: 4px;
}
.nav__arrow {
    display: inline-flex;
    width: 16px;
    height: 16px;
    align-items: center;
    justify-content: center;
    transition: transform 0.22s ease;
    font-style: normal;
    line-height: 1;
    font-size: 10px;
    margin-left: 1px;
}
.nav--has-dropdown:hover .nav__arrow { transform: rotate(180deg); }
.nav--has-dropdown.is-dropdown-open .nav__arrow { transform: rotate(180deg); }
.nav__dropdown-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px 6px;
    color: inherit;
    line-height: 1;
    border-radius: 4px;
}
.nav__dropdown {
    position: absolute;
    top: calc(100% + 14px);
    left: 50%;
    transform: translateX(-50%) translateY(-8px);
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 6px rgba(4,26,79,0.04), 0 24px 56px rgba(4,26,79,0.14);
    border: 1px solid rgba(4,26,79,0.07);
    padding: 8px;
    min-width: 280px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
    z-index: 200;
}
.nav__dropdown::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    background: #fff;
    border-top: 1px solid rgba(4,26,79,0.07);
    border-left: 1px solid rgba(4,26,79,0.07);
    border-radius: 2px;
}
.nav--has-dropdown:hover .nav__dropdown,
.nav--has-dropdown.is-dropdown-open .nav__dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}
.nav__dropdown-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 10px;
    text-decoration: none;
    color: #041A4F;
    transition: background 0.15s ease;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 14px;
    text-transform: none;
}
.nav__dropdown-item:hover { background: #f4f7fb; }
.nav__dropdown-avatar {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 900;
    color: #ffffff;
    flex-shrink: 0;
    letter-spacing: 0;
}
.nav__dropdown-avatar--sungshim { background: #0f4ca3; }
.nav__dropdown-avatar--erop     { background: #08713d; }
.nav__dropdown-avatar--hansol   { background: #b32424; }
.nav__dropdown-label strong {
    display: block;
    font-size: 13.5px;
    font-weight: 700;
    color: #041A4F;
    line-height: 1.2;
}
.nav__dropdown-label small {
    display: block;
    font-size: 11.5px;
    color: #738096;
    font-weight: 400;
    margin-top: 1px;
}
.nav__dropdown-divider {
    height: 1px;
    background: #e8eef5;
    margin: 6px 8px;
}
.nav__dropdown-item--all {
    font-size: 12.5px;
    font-weight: 700;
    color: #0f4ca3;
    justify-content: center;
    margin-top: 2px;
}
.nav__dropdown-item--all:hover { background: #eef4ff; }

/* Mobile dropdown override */
@media (max-width: 840px) {
    .nav--has-dropdown { position: static; }
    .nav__dropdown-trigger { justify-content: space-between; }
    .nav__dropdown-toggle { display: flex; align-items: center; justify-content: center; }
    .nav__dropdown {
        position: static;
        transform: none;
        box-shadow: none;
        border: none;
        border-radius: 0;
        padding: 0 0 0 12px;
        min-width: 0;
        background: transparent;
        max-height: 0;
        overflow: hidden;
        opacity: 1;
        visibility: hidden;
        transition: max-height 0.28s ease, visibility 0s linear 0.28s;
    }
    .nav__dropdown::before { display: none; }
    .nav--has-dropdown.is-dropdown-open .nav__dropdown {
        max-height: 240px;
        visibility: visible;
        transition: max-height 0.28s ease;
        pointer-events: auto;
    }
    .nav__dropdown-avatar { width: 28px; height: 28px; font-size: 11px; border-radius: 6px; }
    .nav__dropdown-item { padding: 8px 10px; }
    .nav__arrow { display: none; }
}

/* ===========================================
   SCROLL ENTRANCE ANIMATIONS
   =========================================== */
.animate-in {
    opacity: 0;
    transform: translateY(32px);
    transition: none;
    will-change: opacity, transform;
}
.animate-in.is-visible {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1) var(--anim-delay, 0s),
                transform 0.7s cubic-bezier(0.22, 1, 0.36, 1) var(--anim-delay, 0s);
}
.animate-in--left  { transform: translateX(-36px); }
.animate-in--right { transform: translateX(36px); }
.animate-in--scale { transform: translateY(20px) scale(0.96); }
.animate-in--left.is-visible,
.animate-in--right.is-visible  { transform: translateX(0); }
.animate-in--scale.is-visible  { transform: translateY(0) scale(1); }

/* stagger via CSS var injected by animate.js */
@media (prefers-reduced-motion: reduce) {
    .animate-in,
    .animate-in.is-visible {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

/* ===========================================
   RECOGNITION & RESEARCH SECTION
   =========================================== */
.recognition-section {
    padding: 72px 24px;
    background: #f4f7fb;
}
.recognition-section__inner {
    max-width: 1120px;
    margin: 0 auto;
}
.recognition-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 40px;
}
.recognition-card {
    background: #ffffff;
    border: 1px solid #dce6f0;
    border-radius: 16px;
    padding: 28px 26px 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.recognition-card:hover {
    box-shadow: 0 12px 32px rgba(4,26,79,0.09);
    transform: translateY(-2px);
}
.recognition-card--journal  { border-top: 4px solid #08713d; }
.recognition-card--review   { border-top: 4px solid #b32424; }
.recognition-card--global   { border-top: 4px solid #0f4ca3; }
.recognition-card__source {
    font-size: 10.5px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #738096;
    display: flex;
    align-items: center;
    gap: 6px;
}
.recognition-card__source-icon {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: 900;
    color: #fff;
    flex-shrink: 0;
}
.recognition-card--journal  .recognition-card__source-icon { background: #08713d; }
.recognition-card--review   .recognition-card__source-icon { background: #b32424; }
.recognition-card--global   .recognition-card__source-icon { background: #0f4ca3; }
.recognition-card__quote {
    font-size: 14.5px;
    line-height: 1.75;
    color: #1a2740;
    font-style: italic;
    margin: 0;
    padding: 0;
    border: none;
    flex: 1;
}
.recognition-card__meta {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-top: 10px;
    border-top: 1px solid #edf2f7;
}
.recognition-card__tag {
    display: inline-flex;
    padding: 3px 9px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    align-self: flex-start;
}
.recognition-card__tag--erop     { background: #d6eddf; color: #08713d; }
.recognition-card__tag--hansol   { background: #fcd8d8; color: #b32424; }
.recognition-card__tag--sungshim { background: #dde8fc; color: #0f4ca3; }
.recognition-card__cite {
    font-size: 11.5px;
    color: #738096;
    line-height: 1.55;
}
.recognition-card__link {
    font-size: 11.5px;
    font-weight: 700;
    color: #0f4ca3;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    margin-top: 2px;
}
.recognition-card__link:hover { text-decoration: underline; }

/* Philippines market stat strip */
.ph-market-strip {
    margin-top: 40px;
    background: linear-gradient(135deg, #041A4F 0%, #0f2d6b 100%);
    border-radius: 18px;
    padding: 36px 48px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    text-align: center;
}
.ph-market-strip__stat {
    padding: 0 16px;
    border-right: 1px solid rgba(255,255,255,0.1);
}
.ph-market-strip__stat:last-child { border-right: none; }
.ph-market-strip__stat strong {
    display: block;
    font-size: 26px;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 6px;
    letter-spacing: -0.02em;
}
.ph-market-strip__stat span {
    font-size: 12px;
    color: #7fa8d4;
    line-height: 1.45;
}
@media (max-width: 840px) {
    .ph-market-strip {
        grid-template-columns: repeat(2, 1fr);
        padding: 28px 24px;
        gap: 20px;
    }
    .ph-market-strip__stat { border-right: none; padding: 0; }
}
@media (max-width: 480px) {
    .recognition-grid { grid-template-columns: 1fr; }
    .ph-market-strip { grid-template-columns: repeat(2, 1fr); }
}

/* EROP research citation — brand page callout */
.erop-research-cite {
    background: linear-gradient(135deg, #edfaf3 0%, #f7fdfb 100%);
    border: 1px solid #b2dfc7;
    border-left: 4px solid #08713d;
    border-radius: 14px;
    padding: 28px 30px;
    margin: 40px 0;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
.erop-research-cite__icon {
    width: 44px;
    height: 44px;
    background: #08713d;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
    color: #fff;
}
.erop-research-cite__body { flex: 1; }
.erop-research-cite__label {
    font-size: 10.5px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #08713d;
    margin-bottom: 6px;
}
.erop-research-cite__title {
    font-size: 15px;
    font-weight: 700;
    color: #041A4F;
    line-height: 1.4;
    margin: 0 0 6px;
}
.erop-research-cite__detail {
    font-size: 12.5px;
    color: #4e5868;
    line-height: 1.6;
    margin: 0 0 10px;
}
.erop-research-cite__link {
    font-size: 12px;
    font-weight: 700;
    color: #08713d;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.erop-research-cite__link:hover { text-decoration: underline; }
@media (max-width: 600px) {
    .erop-research-cite { flex-direction: column; }
    .ph-market-strip__stat strong { font-size: 20px; }
}
