/* Modern visual layer. It intentionally contains no JavaScript or data logic. */
:root{--deep:#103f47;--sea:#087d76;--sky:#178fda;--mist:#f3f8f7;--orange:#f5a623}
body{background:linear-gradient(180deg,#fbfdfd 0,#f1f7f6 100%);font-family:Inter,Arial,sans-serif}
.top{background:rgba(255,255,255,.97);box-shadow:0 1px 0 #dce8e6}.top-in{color:#12454c}
.header{box-shadow:0 4px 18px rgba(7,69,69,.06)}.header-in{min-height:132px}.logo{width:165px;height:112px}
.search{max-width:720px;width:100%;box-shadow:0 6px 18px rgba(9,72,71,.10);border-radius:10px}.search input{height:54px;border-radius:10px 0 0 10px;background:#fbfdfd}.search button{border-radius:0 10px 10px 0;background:linear-gradient(135deg,#077a73,#0c9b90);font-size:15px}
.cart{padding:13px 16px;border-radius:12px;background:#effafa;white-space:nowrap}.cart b{background:var(--orange)}
.nav{box-shadow:0 6px 19px rgba(9,76,96,.13)}.nav-in{justify-content:center}.nav a,.categories button{padding-left:35px;padding-right:35px}.nav a:hover,.categories button:hover{background:#087bc1}.category-menu{width:290px;border-radius:0 0 12px 12px;overflow:hidden}.category-menu a:hover{background:#edf9f7;color:var(--sea)}
.main{padding-top:32px}.hero{min-height:375px;box-shadow:0 18px 48px rgba(10,78,77,.14);background:linear-gradient(116deg,#e1f7f2 0,#d1eee9 51%,#097a79 51%,#084851 100%)}.hero>div{padding:58px 64px}.hero h1{max-width:560px}.hero img{width:min(360px,86%);height:282px;border:8px solid #ffffffd1}.cta{border-radius:9px;box-shadow:0 8px 15px rgba(171,104,17,.24);transition:transform .2s}.cta:hover{transform:translateY(-2px)}
.features{box-shadow:0 7px 21px rgba(10,59,56,.07)}.features article{font-size:22px}.section-title{margin-top:18px}.section-title h2{font-weight:bold}.grid{gap:20px}.product{border-radius:18px;box-shadow:0 8px 25px rgba(9,54,50,.10)}.product-image{height:236px;background:linear-gradient(145deg,#edf9f7,#dcefeb)}.product-image:after{content:'';position:absolute;right:-38px;bottom:-61px;width:160px;height:160px;border-radius:50%;background:#c6e7e1a8}.product-image img{position:relative;z-index:1}.stock{z-index:2;box-shadow:0 5px 12px rgba(7,112,79,.14)}.product-info h3{font-size:18px;line-height:1.25}.product-bottom strong{color:#103e48}.add{border-radius:9px;padding:13px;background:linear-gradient(135deg,#18a4df,#108ac9);box-shadow:0 5px 12px rgba(22,141,221,.2)}.footer{margin-top:65px}.footer-in{padding:48px 0}
@media(max-width:850px){.top-in{font-size:12px}.top-in span:nth-child(2){display:none}.header-in{min-height:98px;grid-template-columns:90px 1fr auto;gap:10px}.logo{width:86px;height:76px}.search input{height:46px;font-size:13px}.search button{padding:0 13px;font-size:13px}.cart{font-size:0;padding:11px}.cart b{font-size:12px}.nav-in{justify-content:flex-start;overflow:auto}.hero{min-height:0;border-radius:14px}.hero>div{padding:33px 25px}.hero h1{font-size:38px}.features article{font-size:19px}.product-image{height:165px}.product h3{font-size:15px}.product-bottom strong{font-size:20px}}
