.home-commerce {
    --hc-green: #5B692F;
    --hc-green-dark: #4F5E25;
    --hc-green-soft: #A9AD72;
    --hc-cream: #F8F6EF;
    --hc-cream-2: #F1EDE3;
    --hc-white: #FFFEFB;
    --hc-brown: #2F231A;
    --hc-muted: #736B62;
    --hc-line: #E5DED2;
    --hc-rust: #B86B3D;
    --hc-shadow: 0 18px 46px rgba(72, 59, 41, .09);
    overflow: hidden;
    background: var(--hc-cream);
    color: var(--hc-brown);
}

.home-commerce * { box-sizing: border-box; }
.commerce-container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.commerce-section { padding: 72px 0; }
.commerce-section-heading { margin-bottom: 30px; }
.commerce-section-heading.centered { max-width: 720px; margin: 0 auto 34px; text-align: center; }
.commerce-section-heading > span,
.commerce-section-heading > div > span,
.club-copy > span,
.b2b-copy > span,
.newsletter-card > div > span {
    display: block;
    margin-bottom: 8px;
    color: var(--hc-green);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.7px;
}

.commerce-section-heading h2,
.club-copy h2,
.b2b-copy h2,
.newsletter-card h2 {
    margin: 0;
    color: var(--hc-brown);
    font: 700 clamp(32px, 3.1vw, 44px)/1.12 'DM Sans', sans-serif;
    letter-spacing: -1.5px;
}

.commerce-section-heading p,
.club-copy > p,
.b2b-copy > p,
.newsletter-card > div > p {
    max-width: 680px;
    margin: 12px 0 0;
    color: var(--hc-muted);
    font-size: 16px;
    line-height: 1.65;
}

.commerce-section-heading.centered p { margin-inline: auto; }
.commerce-section-heading.split { display: flex; align-items: end; justify-content: space-between; gap: 28px; }

.commerce-deals { padding-top: 62px; background: var(--hc-white); }
.commerce-deals-layout { display: grid; grid-template-columns: minmax(350px, .72fr) minmax(0, 1.28fr); gap: 24px; align-items: start; }
.promo-spotlight,
.discovery-hub {
    min-width: 0;
    border: 1px solid var(--hc-line);
    border-radius: 20px;
    background: var(--hc-white);
    box-shadow: 0 1px 0 rgba(255,255,255,.9), var(--hc-shadow);
}

.promo-spotlight { padding: 20px; }
.promo-spotlight-head { min-height: 47px; display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; border-bottom: 1px solid var(--hc-line); }
.promo-spotlight-head > div:first-child { display: flex; flex-direction: column; gap: 2px; }
.promo-spotlight-head > div:first-child span { font-size: 14px; font-weight: 800; letter-spacing: .45px; }
.promo-spotlight-head small { color: var(--hc-muted); font-size: 11px; }
.promo-controls { display: flex; gap: 6px; }
.promo-controls button {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid var(--hc-line);
    border-radius: 50%;
    background: var(--hc-white);
    color: var(--hc-brown);
    cursor: pointer;
}
.promo-controls button:hover { border-color: var(--hc-green); color: var(--hc-green); }
.promo-controls svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.promo-slides { position: relative; }
.promo-slide { display: none; }
.promo-slide.active { display: block; }
.commerce-deals-layout.has-static-promos>.promo-spotlight,.commerce-deals-layout.has-static-promos>.discovery-hub { grid-column: 1 / -1; }
.promo-static-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; padding-top: 16px; }
.promo-static-grid .promo-slide.active { min-width: 0; display: grid; grid-template-columns: 1fr; grid-template-rows: auto 1fr; padding: 13px; border: 1px solid var(--hc-line); border-radius: 16px; background: #fffefa; }
.promo-static-grid .promo-media { height: 190px; margin: 0 0 13px; }
.promo-static-grid .promo-content h3 { font-size: 17px; }
.promo-static-grid .promo-content>p { min-height: 0; }
.promo-media { position: relative; height: 268px; display: grid; place-items: center; margin: 16px 0 14px; overflow: hidden; border-radius: 15px; background: linear-gradient(145deg, #F4F1E9, #FFFEFB); }
.promo-media picture { display: block; width: 100%; height: 100%; }
.promo-media img { width: 100%; height: 100%; display: block; object-fit: contain; padding: 12px; }
.promo-discount,
.commerce-discount,
.commerce-badge {
    position: absolute;
    z-index: 3;
    left: 12px;
    top: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    height: 30px;
    padding: 0 10px;
    border-radius: 999px;
    background: var(--hc-green);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

.commerce-badge { background: var(--hc-rust); }
.promo-brand,
.commerce-product-brand {
    color: var(--hc-green);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}
.promo-content h3 { margin: 7px 0 8px; font: 700 20px/1.25 'DM Sans', sans-serif; letter-spacing: -.4px; }
.promo-content > p { min-height: 43px; margin: 0 0 12px; color: var(--hc-muted); font-size: 13px; line-height: 1.55; }
.promo-price-row { display: flex; align-items: end; justify-content: space-between; gap: 12px; margin: 12px 0; }
.promo-price-row > div { display: flex; align-items: baseline; gap: 9px; }
.promo-price-row del { color: #9A9188; font-size: 13px; }
.promo-price-row b { font-size: 26px; line-height: 1; }
.promo-price-row > span { color: var(--hc-green-dark); font-size: 11px; font-weight: 700; }
.promo-facts { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 15px; color: var(--hc-muted); font-size: 11px; }
.promo-facts > span { display: inline-flex; align-items: center; gap: 6px; }
.promo-facts > span > i,
.commerce-stock i { width: 7px; height: 7px; display: inline-block; border-radius: 50%; background: #87917D; }
.promo-facts .in i,
.commerce-stock.in i { background: #53844D; }
.promo-facts .out i,
.commerce-stock.out i { background: #A85A47; }
.promo-facts svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.commerce-primary-action,
.commerce-secondary-action {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 20px;
    border: 1px solid var(--hc-green);
    border-radius: 13px;
    background: var(--hc-green);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.promo-content .commerce-primary-action { width: 100%; }
.commerce-primary-action:hover { background: var(--hc-green-dark); border-color: var(--hc-green-dark); }
.commerce-secondary-action { background: transparent; color: var(--hc-green-dark); }
.commerce-secondary-action:hover { background: rgba(111,126,58,.08); }
.promo-dots { display: flex; justify-content: center; gap: 7px; margin-top: 14px; }
.promo-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: #D5D0C5; cursor: pointer; }
.promo-dots button.active { width: 24px; border-radius: 999px; background: var(--hc-green); }

.discovery-hub { padding: 0 20px 20px; }
.discovery-tabs { min-height: 68px; display: flex; align-items: end; gap: 24px; overflow-x: auto; overflow-y: hidden; scrollbar-width: none; border-bottom: 1px solid var(--hc-line); }
.discovery-tabs::-webkit-scrollbar { display: none; }
.discovery-tabs button { position: relative; flex: 0 0 auto; min-height: 50px; padding: 0 0 13px; border: 0; background: transparent; color: var(--hc-muted); font-size: 12px; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.discovery-tabs button::after { content: ''; position: absolute; left: 0; right: 0; bottom: -1px; height: 3px; border-radius: 3px 3px 0 0; background: transparent; }
.discovery-tabs button[aria-selected="true"] { color: var(--hc-brown); }
.discovery-tabs button[aria-selected="true"]::after { background: var(--hc-green); }
.discovery-panel { padding-top: 18px; }
.offer-card-grid,
.commerce-mini-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.special-offer-card { min-width: 0; overflow: hidden; border: 1px solid var(--hc-line); border-radius: 16px; background: var(--hc-white); transition: transform .18s, box-shadow .18s; }
.special-offer-card:hover { transform: translateY(-3px); box-shadow: 0 14px 32px rgba(65,54,39,.09); }
.special-offer-media { position: relative; height: 148px; display: grid; place-items: center; overflow: hidden; background: #F4F1E9; }
.special-offer-media picture { display: block; width: 100%; height: 100%; }
.special-offer-media img { width: 100%; height: 100%; object-fit: contain; padding: 8px; }
.special-offer-type { position: absolute; z-index: 2; top: 10px; left: 10px; max-width: calc(100% - 20px); padding: 5px 8px; border-radius: 999px; background: rgba(255,254,251,.93); color: var(--hc-green-dark); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.offer-placeholder { width: 96px; height: 80px; fill: none; stroke: var(--hc-green-soft); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.special-offer-body { padding: 13px; }
.special-offer-body h3 { min-height: 40px; margin: 0 0 7px; font: 700 14px/1.35 'DM Sans', sans-serif; letter-spacing: -.2px; }
.special-offer-body > p { min-height: 55px; margin: 0 0 11px; color: var(--hc-muted); font-size: 11px; line-height: 1.55; }
.special-offer-body > div { display: flex; align-items: end; justify-content: space-between; gap: 8px; }
.special-offer-body small { color: var(--hc-muted); font-size: 9px; }
.special-offer-body > div > a { color: var(--hc-green-dark); font-size: 11px; font-weight: 800; white-space: nowrap; }

.commerce-panel-empty,
.commerce-empty { min-height: 220px; display: grid; place-items: center; align-content: center; gap: 7px; padding: 28px; text-align: center; color: var(--hc-muted); }
.commerce-panel-empty h3,
.commerce-empty h3 { margin: 0; color: var(--hc-brown); font: 700 19px/1.3 'DM Sans', sans-serif; }
.commerce-panel-empty p,
.commerce-empty p { margin: 0; }
.commerce-empty svg { width: 48px; height: 48px; fill: none; stroke: var(--hc-green); stroke-width: 2; }
.commerce-empty a { color: var(--hc-green-dark); font-weight: 800; }

.home-collections { background: var(--hc-cream); }
.collection-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.collection-card { position: relative; min-height: 260px; display: grid; grid-template-columns: minmax(0,1fr) 150px; align-items: center; overflow: hidden; padding: 28px; border: 1px solid var(--hc-line); border-radius: 20px; background: #E9E5D9; }
.collection-card.dogs { background: #E8ECD9; }
.collection-card.cats { background: #EFE7DD; }
.collection-card.farm { background: #E3E9DA; }
.collection-card > div { position: relative; z-index: 2; }
.collection-card span { color: var(--hc-green-dark); font-size: 10px; font-weight: 800; letter-spacing: 1.2px; }
.collection-card h3 { margin: 9px 0; font: 700 20px/1.25 'DM Sans', sans-serif; letter-spacing: -.5px; }
.collection-card p { margin: 0 0 17px; color: var(--hc-muted); font-size: 13px; line-height: 1.55; }
.collection-card b { color: var(--hc-green-dark); font-size: 13px; }
.collection-card > svg { width: 165px; height: 165px; opacity: .44; fill: none; stroke: var(--hc-green-dark); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; transform: translateX(22px); }

.popular-products { background: var(--hc-white); }
.commerce-section-heading.split > div:first-child p { margin-top: 7px; font-size: 13px; }
.commerce-filters { display: flex; align-items: center; gap: 6px; overflow-x: auto; max-width: 620px; padding-bottom: 2px; }
.commerce-filters button { flex: 0 0 auto; min-height: 38px; padding: 0 14px; border: 1px solid var(--hc-line); border-radius: 999px; background: transparent; color: var(--hc-muted); font-size: 12px; font-weight: 700; cursor: pointer; }
.commerce-filters button.active { border-color: var(--hc-green); background: var(--hc-green); color: #fff; }
.commerce-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.commerce-product-card { min-width: 0; overflow: hidden; border: 1px solid var(--hc-line); border-radius: 18px; background: var(--hc-white); transition: transform .18s, box-shadow .18s; }
.commerce-product-card:hover { transform: translateY(-4px); box-shadow: var(--hc-shadow); }
.commerce-product-media { position: relative; height: 220px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, #F3F0E8, #FFFEFB); }
.commerce-product-media img { width: 100%; height: 100%; object-fit: contain; padding: 17px; transition: transform .22s; }
.commerce-product-card:hover .commerce-product-media img { transform: scale(1.025); }
.commerce-product-body { padding: 17px; }
.commerce-product-body h3 { min-height: 44px; margin: 7px 0 7px; font: 700 15px/1.4 'DM Sans', sans-serif; letter-spacing: -.25px; }
.commerce-rating { height: 20px; color: var(--hc-brown); font-size: 12px; font-weight: 700; }
.commerce-rating > span { color: #B48A3A; }
.commerce-rating small { color: var(--hc-muted); font-weight: 500; }
.commerce-rating.empty { color: #8B8379; font-size: 11px; font-weight: 600; }
.commerce-product-body > p { min-height: 39px; margin: 8px 0; color: var(--hc-muted); font-size: 12px; line-height: 1.55; }
.commerce-stock { display: flex; align-items: center; gap: 7px; margin: 8px 0 12px; color: var(--hc-muted); font-size: 11px; font-weight: 600; }
.commerce-product-foot { display: flex; align-items: end; justify-content: space-between; gap: 12px; }
.commerce-price { display: flex; flex-direction: column; }
.commerce-price del { color: #9A9188; font-size: 11px; }
.commerce-price b { font-size: 20px; line-height: 1.15; }
.commerce-add,
.commerce-view { min-width: 88px; min-height: 38px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 0 12px; border: 0; border-radius: 11px; background: var(--hc-green); color: #fff; font-size: 12px; font-weight: 700; cursor: pointer; }
.commerce-add svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.commerce-add:hover { background: var(--hc-green-dark); }
.commerce-product-card.compact .commerce-product-media { height: 160px; }
.commerce-product-card.compact .commerce-product-body { padding: 13px; }
.commerce-product-card.compact .commerce-product-body h3 { min-height: 39px; font-size: 13px; }
.commerce-product-card.compact .commerce-add { min-width: 38px; width: 38px; padding: 0; }
.commerce-product-card.compact .commerce-add span { display: none; }
.commerce-product-card.compact .commerce-price b { font-size: 17px; }

.club-section { position: relative; background: #E6EAD8; }
.club-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 72px; }
.club-visual { position: relative; min-height: 360px; display: grid; place-items: center; }
.club-card-modern { position: relative; z-index: 2; width: 390px; height: 236px; display: flex; flex-direction: column; padding: 30px; overflow: hidden; border: 1px solid rgba(255,255,255,.7); border-radius: 22px; background: linear-gradient(135deg, #6F7E3A, #909D5B); color: #fff; box-shadow: 0 28px 58px rgba(79,94,37,.24); }
.club-card-modern::after { content: ''; position: absolute; right: -55px; top: -55px; width: 190px; height: 190px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 0 0 24px rgba(255,255,255,.05), 0 0 0 52px rgba(255,255,255,.04); }
.club-card-modern .club-paw { position: absolute; right: 30px; top: 26px; width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; color: #fff; }
.club-card-modern small { font-size: 10px; letter-spacing: 1.5px; }
.club-card-modern strong { margin-top: 38px; font: 700 34px/1 'DM Sans', sans-serif; letter-spacing: -.8px; }
.club-card-modern p { margin: 8px 0 0; color: rgba(255,255,255,.78); font-size: 12px; }
.club-card-modern b { margin-top: auto; font-size: 15px; }
.club-orbit { position: absolute; border: 1px solid rgba(111,126,58,.22); border-radius: 50%; }
.club-orbit.one { width: 340px; height: 340px; }
.club-orbit.two { width: 430px; height: 430px; }
.club-copy ul,
.b2b-copy ul { display: grid; gap: 9px; margin: 22px 0 26px; padding: 0; list-style: none; }
.club-copy li,
.b2b-copy li { position: relative; padding-left: 25px; color: var(--hc-brown); font-size: 14px; }
.club-copy li::before,
.b2b-copy li::before { content: '✓'; position: absolute; left: 0; color: var(--hc-green); font-weight: 900; }

.b2b-section { background: var(--hc-cream); }
.b2b-layout { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 70px; }
.b2b-copy > div { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.commerce-text-action { color: var(--hc-green-dark); font-size: 13px; font-weight: 800; border-bottom: 1px solid currentColor; }
.b2b-visual { min-height: 410px; display: grid; place-items: center; border-radius: 24px; background: #E9E6DA; }
.b2b-visual svg { width: min(520px, 92%); height: auto; }
.b2b-visual path { fill: none; stroke: var(--hc-green-dark); stroke-width: 7; stroke-linecap: round; stroke-linejoin: round; }
.b2b-visual .sun { fill: #D4C781; stroke: none; }
.b2b-visual .hill { fill: #A9AD72; stroke: none; opacity: .76; }
.b2b-visual .barn { fill: #F8F6EF; }
.b2b-visual .door { fill: #6F7E3A; }
.b2b-visual .silo { fill: #DDE1CE; }

.newsletter-section { padding-top: 34px; padding-bottom: 72px; background: var(--hc-cream); }
.newsletter-card { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 58px; padding: 46px 50px; border-radius: 22px; background: var(--hc-green); color: #fff; }
.newsletter-card > div > span { color: #DDE3BF; }
.newsletter-card h2 { color: #fff; font-size: clamp(30px, 3vw, 42px); }
.newsletter-card > div > p { color: rgba(255,255,255,.75); }
.newsletter-card form > label { display: block; margin-bottom: 8px; color: rgba(255,255,255,.86); font-size: 12px; font-weight: 700; }
.newsletter-card .newsletter-email-row { display: grid; grid-template-columns: 1fr auto; }
.newsletter-card input { min-width: 0; height: 52px; padding: 0 16px; border: 1px solid rgba(255,255,255,.5); border-radius: 13px 0 0 13px; background: #fff; color: var(--hc-brown); font-size: 15px; outline: none; }
.newsletter-card input:focus { border-color: #DDE3BF; box-shadow: 0 0 0 3px rgba(221,227,191,.22); }
.newsletter-card button { height: 52px; padding: 0 20px; border: 1px solid #fff; border-radius: 0 13px 13px 0; background: var(--hc-brown); color: #fff; font-size: 13px; font-weight: 800; cursor: pointer; }
.newsletter-card form > small { display: block; margin-top: 10px; color: rgba(255,255,255,.65); font-size: 10px; line-height: 1.55; }
.newsletter-card form > small a { color: #fff; text-decoration: underline; }
.newsletter-success { margin: 10px 0 0; color: #F4F7DC; font-size: 12px; font-weight: 700; }

.home-page footer { background: #2F3420; }
.home-page footer .brand-wordmark,
.home-page footer h4 { color: #fff; }
.home-page footer .brand-wordmark > span { color: #C8D08C; }

@media (max-width: 1050px) {
    .commerce-deals-layout { grid-template-columns: 1fr; }
    .promo-slide.active { display: grid; grid-template-columns: minmax(280px,.8fr) 1.2fr; gap: 20px; align-items: center; }
    .promo-media { height: 290px; }
    .collection-grid { grid-template-columns: 1fr; }
    .collection-card { min-height: 220px; grid-template-columns: 1fr 190px; }
    .commerce-product-grid { grid-template-columns: repeat(3,1fr); }
    .promo-static-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 820px) {
    .commerce-section { padding: 54px 0; }
    .commerce-container { width: min(100% - 32px, 680px); }
    .commerce-section-heading.split { align-items: flex-start; flex-direction: column; }
    .commerce-filters { width: 100%; max-width: none; }
    .offer-card-grid,
    .commerce-mini-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .commerce-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .club-layout,
    .b2b-layout,
    .newsletter-card { grid-template-columns: 1fr; gap: 34px; }
    .club-visual { min-height: 300px; }
    .b2b-visual { min-height: 330px; }
    .newsletter-card { padding: 38px; }
}

@media (max-width: 560px) {
    .commerce-section { padding: 44px 0; }
    .commerce-container { width: calc(100% - 28px); }
    .commerce-section-heading { margin-bottom: 22px; }
    .commerce-section-heading.centered { margin-bottom: 24px; text-align: left; }
    .commerce-section-heading h2,
    .club-copy h2,
    .b2b-copy h2,
    .newsletter-card h2 { font-size: 30px; letter-spacing: -1px; }
    .commerce-deals { padding-top: 42px; }
    .promo-spotlight,
    .discovery-hub { border-radius: 16px; }
    .promo-spotlight { padding: 15px; }
    .promo-slide.active { display: block; }
    .promo-media { height: 235px; }
    .promo-content h3 { font-size: 18px; }
    .promo-static-grid { grid-template-columns: 1fr; }
    .discovery-hub { padding: 0 14px 14px; }
    .discovery-tabs { gap: 18px; }
    .offer-card-grid,
    .commerce-mini-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .special-offer-media { height: 120px; }
    .special-offer-body { padding: 11px; }
    .special-offer-body > p { display: none; }
    .special-offer-body > div { align-items: flex-start; flex-direction: column; }
    .collection-card { min-height: 235px; grid-template-columns: minmax(0,1fr) 105px; padding: 22px; }
    .collection-card > svg { width: 125px; height: 125px; }
    .collection-card h3 { font-size: 18px; }
    .commerce-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
    .commerce-product-media { height: 160px; }
    .commerce-product-media img { padding: 10px; }
    .commerce-product-body { padding: 12px; }
    .commerce-product-body h3 { min-height: 42px; font-size: 13px; }
    .commerce-product-body > p { display: none; }
    .commerce-product-foot { align-items: stretch; flex-direction: column; }
    .commerce-add,
    .commerce-view { width: 100%; }
    .club-card-modern { width: min(330px,100%); height: 210px; padding: 24px; }
    .club-orbit.one { width: 280px; height: 280px; }
    .club-orbit.two { width: 350px; height: 350px; }
    .b2b-copy > div { align-items: stretch; flex-direction: column; }
    .b2b-copy .commerce-primary-action { width: 100%; }
    .newsletter-section { padding-top: 20px; }
    .newsletter-card { padding: 28px 22px; border-radius: 18px; }
    .newsletter-card .newsletter-email-row { grid-template-columns: 1fr; gap: 8px; }
    .newsletter-card input,
    .newsletter-card button { width: 100%; border-radius: 12px; }
}
