@import "https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;500;600;700;800;900&display=swap";:root{--ink:#102a25;--muted:#5e716c;--green:#08785b;--green-dark:#075d49;--green-soft:#e7f2ed;--cream:#fbf8f0;--gold:#d4a63e;--gold-soft:#fbf0d5;--white:#fff;--border:#dce6e1;--shadow:0 20px 60px #0a42341c}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--white);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:Vazirmatn,Tahoma,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}img{max-width:100%;display:block}.shell{width:min(1180px,100% - 40px);margin-inline:auto}.site-header{z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff2;border-bottom:1px solid #dce6e1e6;position:sticky;top:0}.header-inner{grid-template-columns:174px 1fr auto;align-items:center;gap:32px;min-height:84px;display:grid}.logo-link{width:166px}.desktop-nav{color:#334d46;justify-content:center;align-items:center;gap:clamp(14px,2vw,28px);font-size:13px;font-weight:700;display:flex}.desktop-nav a,.account-link{padding-block:12px;transition:color .16s}.desktop-nav a:hover,.account-link:hover{color:var(--green)}.header-actions{align-items:center;gap:10px;display:flex}.account-link{color:var(--muted);font-size:12px;font-weight:700}.cart-link{background:var(--green);min-height:44px;color:var(--white);border-radius:12px;align-items:center;gap:6px;padding:9px 15px;font-size:12px;display:inline-flex}.cart-link strong{font-weight:900}.mobile-nav{display:none;position:relative}.mobile-nav summary{border:1px solid var(--border);background:var(--white);cursor:pointer;border-radius:12px;align-content:center;gap:5px;width:46px;height:46px;padding:11px;list-style:none;display:grid}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-nav summary span{background:var(--ink);border-radius:99px;width:100%;height:2px}.mobile-nav nav{border:1px solid var(--border);background:var(--white);width:min(290px,100vw - 40px);box-shadow:var(--shadow);border-radius:16px;padding:10px;display:grid;position:absolute;top:calc(100% + 13px);left:0}.mobile-nav nav a{color:#304941;border-radius:10px;align-items:center;min-height:44px;padding-inline:12px;font-size:13px;font-weight:700;display:flex}.mobile-nav nav a:hover{background:var(--green-soft);color:var(--green)}.hero{background:radial-gradient(circle at 12% 24%,#d4a63e21,#0000 26%),linear-gradient(135deg,#fbf9f2 0%,#f7fbf8 100%);overflow:hidden}.hero-inner{grid-template-columns:.92fr 1.08fr;align-items:center;gap:clamp(44px,7vw,88px);min-height:600px;padding-block:70px;display:grid}.eyebrow,.section-kicker{color:var(--green);font-size:12px;font-weight:900}.hero h1{letter-spacing:-2.2px;max-width:560px;margin:15px 0 20px;font-size:clamp(42px,5vw,68px);line-height:1.22}.hero h1 span{color:var(--green)}.hero-copy>p{max-width:570px;color:var(--muted);margin:0;font-size:16px;line-height:2}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.primary-action,.secondary-action{border-radius:14px;justify-content:center;align-items:center;gap:12px;min-height:52px;padding-inline:22px;font-size:13px;font-weight:900;display:inline-flex}.primary-action{background:var(--green);color:var(--white);box-shadow:0 12px 28px #08785b33}.secondary-action{border:1px solid var(--border);background:var(--white);color:var(--ink)}.hero-points{color:#47615a;flex-wrap:wrap;gap:18px;margin:26px 0 0;padding:0;font-size:11px;font-weight:700;list-style:none;display:flex}.hero-points li{align-items:center;gap:7px;display:flex}.hero-points li:before{content:"✓";color:var(--green);font-weight:900}.hero-media{position:relative}.hero-media>img{border:8px solid var(--white);width:100%;height:420px;box-shadow:var(--shadow);object-fit:cover;border-radius:34px 10px}.hero-note{border:1px solid var(--border);background:var(--white);border-radius:18px;flex-direction:column;min-width:215px;padding:18px 20px;display:flex;position:absolute;bottom:-22px;right:-22px;box-shadow:0 15px 40px #0a423424}.hero-note span,.hero-note small{color:var(--muted);font-size:10px}.hero-note strong{color:var(--green);margin-block:3px;font-size:18px}.products-section{padding-block:92px}.section-heading{justify-content:space-between;align-items:flex-end;gap:28px;margin-bottom:34px;display:flex}.section-heading h2{margin:7px 0 0;font-size:clamp(28px,3vw,39px)}.section-heading>a{color:var(--green);align-items:center;gap:9px;font-size:12px;font-weight:900;display:inline-flex}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.product-card{border:1px solid var(--border);background:var(--white);border-radius:24px;overflow:hidden;box-shadow:0 14px 40px #102a2512}.product-media{height:300px;display:block;position:relative;overflow:hidden}.product-media img{object-fit:cover;width:100%;height:100%;transition:transform .28s}.product-media:hover img{transform:scale(1.025)}.product-media>span{color:var(--ink);background:#ffffffeb;border-radius:999px;padding:6px 10px;font-size:10px;font-weight:900;position:absolute;top:15px;right:15px}.product-body{padding:25px}.product-body>small{color:var(--green);font-size:11px;font-weight:800}.product-body h3{margin:9px 0 25px;font-size:19px;line-height:1.6}.product-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:flex-end;gap:20px;padding-top:19px;display:flex}.product-price{grid-template-columns:auto auto;align-items:baseline;gap:3px 6px;margin:0;display:grid}.product-price>span{color:var(--muted);grid-column:1/-1;font-size:9px}.product-price strong{color:var(--green);font-size:22px}.product-price small{color:var(--muted);font-size:10px}.product-card.gold .product-price strong{color:#9b720f}.product-buy{background:var(--green);min-height:44px;color:var(--white);white-space:nowrap;border-radius:12px;justify-content:center;align-items:center;padding-inline:17px;font-size:11px;font-weight:900;display:inline-flex}.product-card.gold .product-buy{background:#9b720f}.steps-section{background:var(--cream);padding-block:78px}.steps-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:0;padding:0;list-style:none;display:grid}.steps-grid li{background:var(--white);border:1px solid #08785b1f;border-radius:20px;gap:16px;min-height:170px;padding:25px;display:flex}.steps-grid li>span{background:var(--green-soft);width:40px;height:40px;color:var(--green);border-radius:12px;flex:none;place-items:center;font-size:17px;font-weight:900;display:grid}.steps-grid h3{margin:5px 0 9px;font-size:15px}.steps-grid p{color:var(--muted);margin:0;font-size:11px;line-height:1.9}.contact-section{background:var(--green-dark);color:var(--white)}.contact-inner{grid-template-columns:1fr auto;align-items:center;gap:54px;min-height:300px;padding-block:52px;display:grid}.section-kicker.light{color:#aee2d2}.contact-inner h2{max-width:710px;margin:10px 0 12px;font-size:clamp(26px,3vw,38px);line-height:1.55}.contact-inner p{color:#ffffffb8;max-width:650px;margin:0;font-size:12px;line-height:1.9}.contact-actions{gap:10px;min-width:260px;display:grid}.contact-phone,.contact-page{border-radius:14px;justify-content:center;align-items:center;min-height:57px;font-size:12px;font-weight:900;display:flex}.contact-phone{background:var(--white);color:var(--green-dark);flex-direction:column}.contact-phone span{font-size:9px}.contact-phone strong{font-family:Segoe UI,Arial,sans-serif;font-size:16px}.contact-page{color:var(--white);border:1px solid #ffffff4d}footer{background:#f8fbf9}.footer-main{grid-template-columns:1.2fr .8fr 1fr;gap:clamp(36px,6vw,76px);padding-block:58px 46px;display:grid}.footer-main h2{margin:0 0 18px;font-size:14px}.footer-identity>img{width:165px;margin-bottom:21px}.footer-identity dl{gap:9px;margin:0;display:grid}.footer-identity dl>div{color:var(--muted);grid-template-columns:78px 1fr;gap:10px;font-size:10px;line-height:1.75;display:grid}.footer-identity dt{color:#81928d}.footer-identity dd{color:#40564f;margin:0;font-weight:700}.footer-identity a{color:var(--green)}.footer-links>div{gap:2px;display:grid}.footer-links a{min-height:34px;color:var(--muted);align-items:center;font-size:10px;font-weight:700;display:flex}.footer-links a:before{content:"";background:#08785b52;border-radius:50%;width:5px;height:5px;margin-left:9px}.trust-list{gap:8px;display:grid}.trust-list form{margin:0}.trust-list a,.trust-list button{border:1px solid var(--border);background:var(--white);width:100%;min-height:58px;color:var(--ink);text-align:right;cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:11px;padding:10px 13px;display:flex}.trust-badge-logo{object-fit:contain;flex:0 0 48px;width:48px;height:48px}.trust-badge-copy{flex:1;display:grid}.trust-list strong{font-size:10px}.trust-list small{color:var(--muted);margin-top:3px;font-size:8px}.footer-trust>p{color:#788a84;margin:13px 0 0;font-size:8px;line-height:1.8}.footer-bottom{border-top:1px solid var(--border);background:#102a25}.footer-bottom>.shell{color:#ffffffbd;justify-content:space-between;align-items:center;gap:24px;min-height:62px;font-size:9px;display:flex}.footer-bottom p{margin:0}.footer-bottom>.shell>div{flex-wrap:wrap;gap:18px;display:flex}.primary-action:hover,.cart-link:hover,.product-buy:hover{background:#056a50}.product-card.gold .product-buy:hover{background:#805d09}.primary-action:focus-visible,.secondary-action:focus-visible,.desktop-nav a:focus-visible,.account-link:focus-visible,.cart-link:focus-visible,.logo-link:focus-visible,.mobile-nav summary:focus-visible,.mobile-nav a:focus-visible,.product-media:focus-visible,.product-buy:focus-visible,.section-heading a:focus-visible,.contact-phone:focus-visible,.contact-page:focus-visible,.footer-links a:focus-visible,.trust-list a:focus-visible,.trust-list button:focus-visible,.footer-bottom a:focus-visible{outline-offset:3px;outline:3px solid #d4a63e99}@media (width<=1040px){.header-inner{grid-template-columns:160px 1fr auto;gap:20px}.desktop-nav{gap:14px;font-size:11px}.account-link{display:none}}@media (width<=820px){.header-inner{grid-template-columns:1fr auto auto}.desktop-nav,.account-link{display:none}.mobile-nav{display:block}.hero-inner,.contact-inner{grid-template-columns:1fr}.hero-inner{padding-block:56px 76px}.hero-copy{text-align:center}.hero h1,.hero-copy>p{margin-inline:auto}.hero-actions,.hero-points{justify-content:center}.hero-media{width:min(620px,100%);margin-inline:auto}.product-grid{grid-template-columns:1fr;max-width:680px;margin-inline:auto}.steps-grid{grid-template-columns:1fr}.steps-grid li{min-height:0}.contact-inner{gap:30px}.contact-actions{width:min(420px,100%)}.footer-main{grid-template-columns:1fr 1fr}.footer-trust{grid-column:1/-1}.trust-list{grid-template-columns:1fr 1fr}}@media (width<=600px){.shell{width:min(100% - 28px,1180px)}.header-inner{grid-template-columns:1fr auto auto;gap:8px;min-height:72px}.logo-link{width:140px}.cart-link{justify-content:center;width:44px;min-height:44px;padding:7px}.cart-link strong{display:none}.mobile-nav nav{left:0}.hero-inner{min-height:0;padding-block:44px 68px}.hero h1{letter-spacing:-1.5px;margin-top:12px;font-size:39px;line-height:1.35}.hero-copy>p{font-size:13px}.hero-actions{display:grid}.primary-action,.secondary-action{width:100%}.hero-points{text-align:right;justify-content:start;margin-inline:auto;display:grid}.hero-media>img{border-width:6px;border-radius:24px 8px;height:280px}.hero-note{min-width:190px;padding:14px 16px;bottom:-28px;right:8px}.products-section,.steps-section{padding-block:68px}.section-heading{flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:26px}.product-media{height:225px}.product-body{padding:20px}.product-footer{flex-direction:column;align-items:stretch}.product-buy{width:100%}.steps-grid li{padding:21px}.contact-inner{min-height:0;padding-block:45px}.footer-main{grid-template-columns:1fr;gap:38px;padding-block:46px 38px}.footer-trust{grid-column:auto}.trust-list{grid-template-columns:1fr}.footer-bottom>.shell{flex-direction:column;align-items:flex-start;gap:10px;padding-block:16px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important}}
