:root {
  --s1-mint: #85e8c9;
  --s1-green: #1ac996;
  --s1-green-dark: #0b7c59;
  --s1-ink: #373737;
  --s1-gray: #58585b;
  --s1-muted: #a2a2a3;
  --s1-line: #dfe6e4;
  --s1-soft: #f3f8f6;
  --s1-white: #ffffff;
  --s1-shadow: 0 12px 32px rgba(32, 68, 58, .09);
}

.sprint1-public,
.sprint1-public button,
.sprint1-public input,
.sprint1-public select,
.sprint1-public textarea,
.s1-auth-modal { font-family: "Poppins", sans-serif; letter-spacing: 0; }
.sprint1-public { overflow-x: hidden; }
.sprint1-public h1,
.sprint1-public h2,
.sprint1-public h3,
.s1-auth-modal h3 { font-family: "Raleway", sans-serif; letter-spacing: 0; color: var(--s1-ink); }
.s1-container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.s1-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.s1-hidden { display: none !important; }

.sprint1-public #header-container { height: auto; background: #fff; border-bottom: 1px solid var(--s1-line); box-shadow: none; }
.sprint1-public #header { min-height: 76px; padding: 0; }
.sprint1-public #header > .container { min-height: 76px; display: flex; align-items: center; }
.sprint1-public #logo { margin-top: 0; }
.sprint1-public #logo img { width: 130px; max-height: 44px; object-fit: contain; }
.sprint1-public #navigation.style-1 { margin-top: 2px; }
.sprint1-public #navigation.style-1 > ul > li > a { font-weight: 500; color: var(--s1-gray); padding: 26px 14px; }
.sprint1-public #navigation.style-1 > ul > li > a:hover { color: var(--s1-green-dark); }
.sprint1-public .header-widget { display: flex; align-items: center; gap: 14px; padding-top: 0; border: 0; }
.sprint1-public .header-widget .sign-in { font-weight: 500; color: var(--s1-gray); }
.sprint1-public .header-widget .button { margin: 0; border: 0; border-radius: 6px; background: var(--s1-green); color: #fff; font-weight: 600; box-shadow: none; }
.sprint1-public .header-widget .button:hover { background: var(--s1-green-dark); color: #fff; }
.sprint1-public .user-menu { margin-right: 0; }

.s1-btn { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 20px; border: 1px solid transparent; border-radius: 6px; font: 600 14px/1 "Poppins", sans-serif; letter-spacing: 0; cursor: pointer; transition: background .18s ease, border-color .18s ease, color .18s ease; }
.s1-btn--primary { background: var(--s1-green); color: #fff; }
.s1-btn--primary:hover { background: var(--s1-green-dark); color: #fff; }
.s1-btn--outline { background: #fff; border-color: rgba(26, 201, 150, .45); color: var(--s1-green-dark); }
.s1-btn--light { background: #fff; color: var(--s1-green-dark); }
.s1-btn--full { width: 100%; }
.s1-eyebrow { display: inline-block; margin-bottom: 10px; color: var(--s1-green-dark); font-size: 12px; font-weight: 700; text-transform: uppercase; }

.s1-hero { background: #eaf8f4; }
.s1-hero__grid { min-height: 480px; padding: 56px 0; display: grid; grid-template-columns: 1.08fr .92fr; gap: 52px; align-items: center; }
.s1-hero h1 { margin: 0; max-width: 590px; font-size: 44px; line-height: 1.1; }
.s1-hero h1 em { color: var(--s1-green-dark); font-style: normal; }
.s1-hero__copy > p { max-width: 590px; margin: 18px 0 22px; color: var(--s1-gray); font-size: 16px; line-height: 1.7; }
.s1-search { display: grid; grid-template-columns: 1fr auto; max-width: 640px; padding: 6px; background: #fff; border: 1px solid rgba(11,124,89,.16); border-radius: 8px; box-shadow: var(--s1-shadow); }
.s1-search input { width: 100%; min-width: 0; height: 48px; margin: 0; padding: 0 16px; border: 0; box-sizing: border-box; box-shadow: none; color: var(--s1-ink); }
.s1-search button { min-width: 104px; border: 0; border-radius: 6px; background: var(--s1-green); color: #fff; font-weight: 600; }
.s1-search-note { margin: 8px 0 14px !important; font-size: 12px !important; color: var(--s1-gray) !important; }
.s1-category-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.s1-category-pills a { padding: 7px 12px; border: 1px solid rgba(11,124,89,.2); border-radius: 999px; background: rgba(255,255,255,.74); color: var(--s1-green-dark); font-size: 12px; font-weight: 600; }
.s1-hero__media { position: relative; overflow: hidden; aspect-ratio: 4/3; border-radius: 8px; box-shadow: var(--s1-shadow); }
.s1-hero__media > img { width: 100%; height: 100%; object-fit: cover; }
.s1-hero__coupon { position: absolute; left: 18px; bottom: 18px; max-width: calc(100% - 36px); padding: 13px 16px; border-radius: 6px; background: #fff; box-shadow: var(--s1-shadow); }
.s1-hero__coupon strong,
.s1-hero__coupon span { display: block; }
.s1-hero__coupon strong { color: var(--s1-green-dark); font-size: 15px; }
.s1-hero__coupon span { color: var(--s1-gray); font-size: 11px; }

.s1-section { padding: 58px 0; }
.s1-section--soft { background: var(--s1-soft); }
.s1-section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 24px; }
.s1-section-head h2 { margin: 0 0 5px; font-size: 29px; }
.s1-section-head p { margin: 0; color: var(--s1-gray); font-size: 14px; }
.s1-section-head > a { color: var(--s1-green-dark); font-weight: 600; }
.s1-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.s1-card-grid:not(.is-expanded) > .s1-ad-card:nth-child(n+7) { display: none; }
.s1-ad-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--s1-line); border-radius: 8px; background: #fff; box-shadow: 0 5px 18px rgba(32, 68, 58, .05); }
.s1-ad-card__media { position: relative; display: block; aspect-ratio: 4/3; overflow: hidden; background: #e7efec; }
.s1-ad-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.s1-ad-card:hover .s1-ad-card__media img { transform: scale(1.02); }
.s1-badge,
.s1-category-badge { position: absolute; top: 12px; padding: 5px 8px; border-radius: 4px; font-size: 10px; font-weight: 700; }
.s1-badge { right: 12px; background: var(--s1-green); color: #fff; }
.s1-category-badge { left: 12px; max-width: 54%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; background: rgba(255,255,255,.94); color: var(--s1-ink); }
.s1-ad-card__body { display: flex; flex: 1; flex-direction: column; padding: 16px; }
.s1-ad-card h3 { margin: 0 0 5px; font-size: 16px; line-height: 1.35; }
.s1-ad-card h3 a { color: var(--s1-ink); }
.s1-ad-card p { margin: 0; color: var(--s1-muted); font-size: 12px; }
.s1-card-link { margin-top: 16px; color: var(--s1-green-dark); font-size: 13px; font-weight: 600; }
.s1-grid-more { margin: 24px auto 0; }
.s1-empty-state { grid-column: 1/-1; display: grid; justify-items: start; gap: 8px; padding: 28px; border: 1px dashed rgba(11,124,89,.3); border-radius: 8px; background: #fff; }
.s1-empty-state strong { color: var(--s1-ink); font-size: 17px; }
.s1-empty-state span { color: var(--s1-gray); }
.s1-empty-state a { color: var(--s1-green-dark); font-weight: 600; }

.s1-publish-band { padding: 38px 0; background: var(--s1-green-dark); }
.s1-publish-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.s1-publish-band span { color: var(--s1-mint); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.s1-publish-band h2 { max-width: 760px; margin: 4px 0 0; color: #fff; font-size: 25px; }

.s1-auth-modal { width: min(500px, calc(100vw - 32px)); max-width: 500px; padding: 28px; border-radius: 8px; background: #fff; }
.s1-auth-modal .small-dialog-header { padding: 0 0 18px; background: transparent; }
.s1-auth-modal .small-dialog-header h3 { margin: 0 0 8px; padding: 0; font-size: 24px; line-height: 1.25; }
.s1-auth-context { margin: 0; color: var(--s1-gray); font-size: 13px; line-height: 1.6; }
.s1-auth-modal .tabs-nav { display: grid; grid-template-columns: 1fr 1fr; margin: 0 0 20px; padding: 4px; border-radius: 6px; background: var(--s1-soft); }
.s1-auth-modal .tabs-nav li { width: auto; }
.s1-auth-modal .tabs-nav li a { border: 0; border-radius: 4px; text-align: center; }
.s1-auth-modal .tabs-nav li.active a { background: #fff; color: var(--s1-green-dark); }
.s1-auth-modal .tabs-container { padding: 0; }
.s1-auth-modal label { color: var(--s1-ink); font-size: 12px; font-weight: 600; }
.s1-auth-modal input[type=email],
.s1-auth-modal input[type=text],
.s1-auth-modal input[type=password] { width: 100%; height: 46px; margin: 6px 0 14px; border: 1px solid var(--s1-line); border-radius: 6px; box-shadow: none; }
.s1-auth-modal input[type=submit] { width: 100%; border: 0; border-radius: 6px; background: var(--s1-green); color: #fff; }
.s1-auth-errors { margin-bottom: 15px; padding: 10px 12px; border-left: 3px solid #d84d4d; background: #fff3f3; color: #9c3131; }
.s1-auth-errors p { margin: 0; font-size: 12px; }

@media (max-width: 991px) {
  .s1-hero__grid { grid-template-columns: 1fr; }
  .s1-hero__media { max-width: 620px; }
  .s1-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sprint1-public #header .left-side { width: auto; }
  .sprint1-public #header .right-side { margin-left: auto; }
}

@media (max-width: 767px) {
  .s1-container { width: min(calc(100% - 28px), 1180px); }
  .sprint1-public #header > .container { min-height: 68px; padding: 0 14px; }
  .sprint1-public #header .left-side { min-width: 0; display: flex; align-items: center; flex: 1; }
  .sprint1-public #navigation { display: none; }
  .sprint1-public #logo { width: 96px !important; flex: 0 0 96px; }
  .sprint1-public #logo img { width: 96px !important; max-width: none; }
  .sprint1-public .mmenu-trigger { margin-left: 2px; }
  .sprint1-public #header .right-side { width: auto !important; flex: 0 0 auto; }
  .sprint1-public .header-widget .sign-in,
  .sprint1-public .user-menu { display: none; }
  .sprint1-public .header-widget .button { padding: 9px 12px; font-size: 11px; }
  .s1-hero__grid { min-height: 0; padding: 38px 0; gap: 30px; }
  .s1-hero h1 { font-size: 31px; }
  .s1-hero__copy > p { font-size: 14px; }
  .s1-search { grid-template-columns: 1fr; gap: 6px; }
  .s1-search button { min-height: 44px; }
  .s1-hero__media { width: 100%; }
  .s1-section { padding: 40px 0; }
  .s1-section-head { align-items: flex-start; flex-direction: column; gap: 10px; }
  .s1-card-grid { grid-template-columns: 1fr; }
  .s1-publish-band__inner { align-items: stretch; flex-direction: column; }
  .s1-publish-band .s1-btn { width: 100%; }
  .whatsapp-float { bottom: 18px; width: 50px; height: 50px; }
}
