/* ==========================================================================
       Reset & Base Styles
       ========================================================================== */
    *, *::before, *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    :root {
      --primary-green: #124333;
      --primary-green-dark: #09281e;
      --accent-orange: #f26522;
      --accent-orange-hover: #d95313;
      --card-bottom-bg: #edf3ee;
      --card-top-bg: #ffffff;
      --text-dark: #124333;
      --text-muted: #4a6358;
      --border-color: #dbe5dd;
      --gold-star: #ffb800;
    }

    

    .bottom_banner_wrapper {
      max-width: 1220px;
      margin: 0 auto;
    }

    /* Section Wrapper */
    .briz-features-section {
                
    }

    .features-grid {
      display: grid;
      grid-template-columns: repeat(7, 1fr);
      gap: 10px;
    }

    /* Feature Card */
    .feature-card {
      display: flex;
      flex-direction: column;
      border-radius: 12px;
      overflow: hidden;
      transition: transform 0.25s ease, box-shadow 0.25s ease;
      background-color: var(--card-bottom-bg);
      height: 100%;
      border: 1px solid #b8d1bc;
    }

    .feature-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 10px 20px rgba(18, 67, 51, 0.1);
    }

    /* Top Visual / Media Box */
    .card-media { 
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      padding:6px;
    }

.card-content h6{
 margin-bottom:0px
}
.card-description h4{
margin-bottom:6px
}




    /* Bottom Content Box */
    .card-content {
      background-color: var(--card-bottom-bg);
      padding: 12px 12px 12px 12px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    /* Titles & Headlines */
    .card-title {
      font-size: 17px;
      font-weight: 900;
      color: var(--primary-green);
      text-transform: uppercase;
      letter-spacing: 0.01em;
      line-height: 1.2;
      min-height: 68px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
    padding-bottom: 0px;
    margin-bottom: 0px;
    }
    
    .shield-wrapper a img {
        width: 100%;
        border-radius: 12px;
    }

    .divider {
      width: 52px;
      height: 3px;
      background-color: #f79f75;
      margin: 10px 0 23px 0;
      border-radius: 1px;
    }

    .card-description {
      font-size: 0.78rem;
      color: var(--text-dark);
      font-weight: 500;
      line-height: 1.35;
    }

    .highlight-large {
      font-size: 1.45rem;
      font-weight: 900;
      color: var(--accent-orange);
      margin-top: 12px;
      text-transform: uppercase;
      letter-spacing: 0.02em;
    }

    /* Card 2 Sub-list items */
    .sub-item-list {
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 14px;
      text-align: left;
      margin-top: 2px;
    }
    .sub-item-list .sub-item:last-child{
        border-top: 1px solid #c1e0d6;
        padding-top: 15px;
    }

    .sub-item {
      display: flex;
      align-items: flex-start;
      gap: 8px;
    }

    .sub-item-icon {
      width: 22px;
      height: 22px;
      flex-shrink: 0;
      color: var(--accent-orange);
      margin-top: 1px;
    }

    .sub-item-text {
      display: flex;
      flex-direction: column;
    }

    .sub-item-title {
      font-size: 0.72rem;
      font-weight: 900;
      color: var(--primary-green);
      text-transform: uppercase;
      line-height: 1.2;
    }

    .sub-item-desc {
      font-size: 0.72rem;
      color: var(--text-dark);
      margin-top: 2px;
      line-height: 1.25;
    }

    /* Bottom Sun Badge for Card 3 */
    .bottom-sun-badge {
      margin-top: 60px;
      padding-top: 14px;
      display: flex;
      align-items: center;
      gap: 6px;
      font-size: 0.72rem;
      font-weight: 900;
      color: var(--primary-green);
      text-transform: uppercase;
      line-height: 1.15;
      border-top: 1px solid #c1e0d6;
    }
.bottom-sun-badge p{
margin-bottom:0px
}

.bottom-sun-badge p span{
display:block
}

    .bottom-sun-badge svg {
      width: 26px;
      height: 26px;
      color: var(--accent-orange);
      flex-shrink: 0;
    }

    /* Card 5 Bottom Badges */
    .bottom-icons-row {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      width: 100%;
      margin-top: auto;
      padding-top: 17px;
    }

    .icon-badge-item {
          display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    width: 32%;
    border-right: 1px solid #c1e0d6;
    height: 46px;
    padding: 0px 2px;
    }

.icon-badge-item:last-child{
border-right: none;
}
    .icon-badge-item svg {
      width: 20px;
      height: 20px;
      color: var(--primary-green);
    }

    .icon-badge-item p {
      font-size: 7px;
      font-weight: 800;
      color: var(--primary-green);
      text-align: center;
      line-height: 10px;
      text-transform: uppercase;
      word-wrap:anywhere;
      margin-bottom:0px
    }

    /* Card 6 Checklist */
    .check-list {
      display: flex;
      flex-direction: column;
      gap: 8px;
      align-items: flex-start;
      width: 100%;
      margin-bottom: 14px;
      padding-left: 2px;
      border-bottom: 1px solid #c1e0d6;
    }

    .check-item {
      display: flex;
      align-items: center;
      gap: 6px;
      font-size: 0.75rem;
      font-weight: 700;
      color: var(--primary-green);
      position: relative;
    }

    .check-item svg {
      width: 14px;
      height: 14px;
      color: var(--accent-orange);
      flex-shrink: 0;
    }

    .check-item::before {
    content: "✓";
    position: absolute;
    left: -16px;
    top: 0;
    font-weight: 600;
    color: var(--accent-orange);
        font-weight: bolder;
    }

    /* ==========================================================================
       Specific Visual Graphics Styles (Top Cards)
       ========================================================================== */

    /* Card 1 Visual: Realistic Handshake SVG */
    .handshake-wrapper {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    .handshake-wrapper svg {
      width: 100%;
      height: 100%;
      max-height: 180px;
      object-fit: contain;
    }

    /* Card 2 Visual: 3D Shield */
    .shield-wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
    }

    .shield-svg {
      width: 120px;
      height: 145px;
      filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.08));
    }

    /* Card 3 Visual: Dark Fabric & Stitched ARPANSA Tag */
    .fabric-wrapper {
      width: 100%;
      height: 100%;
      background-color: #0b3627;
      background-image: 
        radial-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
        linear-gradient(45deg, rgba(0,0,0,0.2) 25%, transparent 25%, transparent 75%, rgba(0,0,0,0.2) 75%),
        linear-gradient(45deg, rgba(0,0,0,0.2) 25%, transparent 25%, transparent 75%, rgba(0,0,0,0.2) 75%);
      background-size: 4px 4px, 8px 8px, 8px 8px;
      background-position: 0 0, 0 0, 4px 4px;       
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      overflow: hidden;
    }

    .fabric-tag {
      background: #ffffff;
      padding: 12px 14px;
      border-radius: 4px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
      border: 1px dashed #bbbbbb;
      display: flex;
      align-items: center;
      gap: 10px;
      transform: rotate(-3deg);
    }

    .tag-sun-icon {
      width: 28px;
      height: 28px;
      color: #124333;
    }

    .tag-text-group {
      display: flex;
      flex-direction: column;
    }

    .tag-main-text {
      font-size: 1.05rem;
      font-weight: 900;
      color: #124333;
      line-height: 1;
      letter-spacing: -0.01em;
    }

    .tag-sub-text {
      font-size: 0.52rem;
      font-weight: 800;
      color: #4a6358;
      letter-spacing: 0.05em;
      margin-top: 2px;
    }

    /* Card 4 Visual: Mobile Ordering Phone */
    .phone-mockup {
      width: 125px;
      height: 190px;
      background: #181818;
      border-radius: 20px;
      padding: 5px;
      box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
      position: relative;
      border: 2px solid #2a2a2a;
    }

    .phone-screen {
      background: #ffffff;
      width: 100%;
      height: 100%;
      border-radius: 15px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      font-size: 0.52rem;
    }

    .phone-top-bar {
      height: 14px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 2px 8px 0 8px;
      font-size: 0.42rem;
      font-weight: 700;
      color: #333;
    }

    .phone-notch {
      width: 30px;
      height: 6px;
      background: #181818;
      border-radius: 0 0 4px 4px;
    }

    .phone-header {
      padding: 3px 6px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #eeeeee;
    }

    .phone-logo {
      font-weight: 900;
      font-size: 0.5rem;
      color: var(--primary-green);
      display: flex;
      align-items: center;
      gap: 3px;
    }

    .phone-body {
      padding: 5px;
      display: flex;
      flex-direction: column;
      gap: 4px;
    }

    .phone-select-title {
      font-size: 0.5rem;
      font-weight: 800;
      color: #222;
      margin-bottom: 2px;
    }

    .phone-shirts-row {
      display: flex;
      gap: 6px;
      justify-content: center;
      margin-bottom: 2px;
    }

    .mini-shirt {
      width: 22px;
      height: 22px;
      border-radius: 3px;
    }

    .mini-shirt.navy { background: #16243b; }
    .mini-shirt.green { background: #154228; }

    .phone-prod-row {
      display: flex;
      justify-content: space-between;
      font-size: 0.46rem;
      color: #333;
      padding: 1px 0;
    }

    .phone-prod-name { font-weight: 700; }
    .phone-prod-price { color: #666; }

    .phone-controls-row {
      display: flex;
      gap: 4px;
      margin-top: 2px;
    }

    .phone-dropdown, .phone-qty {
      border: 1px solid #ccc;
      border-radius: 3px;
      padding: 1px 3px;
      font-size: 0.42rem;
      background: #f9f9f9;
    }

    .phone-cart-btn {
      background: var(--accent-orange);
      color: #ffffff;
      border: none;
      border-radius: 10px;
      padding: 3px 0;
      font-size: 0.5rem;
      font-weight: 800;
      text-align: center;
      margin-top: 4px;
      cursor: pointer;
    }

    .phone-footer-secure {
      font-size: 0.44rem;
      color: #555;
      text-align: center;
      margin-top: auto;
      padding-bottom: 4px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 2px;
      font-weight: 600;
    }

    /* Card 5 Visual: Compostable Garment Bag */
    .eco-bag-wrapper {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .eco-bag {
      width: 130px;
      height: 185px;
      background: #ffffff;
      border: 1px solid #e0e0e0;
      border-radius: 3px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.06);
      padding: 8px 6px;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      position: relative;
    }

    .eco-bag-header {
      display: flex;
      gap: 4px;
      align-items: center;
      margin-bottom: 8px;
      width: 100%;
      justify-content: space-around;
    }

    .eco-bag-logo {
      font-size: 0.38rem;
      font-weight: 800;
      color: var(--primary-green);
      display: flex;
      align-items: center;
      gap: 1px;
    }

    .eco-bag-main-heading {
      font-size: 0.65rem;
      font-weight: 900;
      color: var(--primary-green);
      line-height: 1.1;
      margin-bottom: 4px;
      letter-spacing: -0.01em;
    }

    .eco-bag-sub-heading {
      font-size: 0.55rem;
      font-weight: 900;
      color: var(--primary-green);
      line-height: 1.1;
      margin-bottom: 8px;
    }

    .eco-bag-icons {
      display: flex;
      justify-content: center;
      align-items: flex-end;
      gap: 6px;
      margin-top: 4px;
    }

    .eco-bag-icon-item {
      width: 16px;
      height: 16px;
      color: var(--primary-green);
    }

    .eco-bag-compost-text {
      font-size: 0.34rem;
      font-weight: 800;
      color: var(--primary-green);
      margin-top: 2px;
      line-height: 1;
    }

    .eco-bag-warning {
      font-size: 0.3rem;
      color: #777;
      margin-top: auto;
      line-height: 1.1;
      text-align: left;
      padding-top: 4px;
      border-top: 1px solid #eee;
    }

    /* Card 6 Visual: Certifications Stack */
    .cert-stack-wrapper {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 14px;
      padding: 10px;
    }

    .sedex-badge-box {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .sedex-text {
      font-size: 1.25rem;
      font-weight: 900;
      color: #2b2b2b;
      letter-spacing: -0.03em;
      line-height: 1;
      display: flex;
      align-items: center;
    }

    .sedex-dot {
      color: #e52d27;
      font-size: 1.2rem;
      margin-left: 1px;
    }

    .sedex-sub-label {
      font-size: 0.48rem;
      font-weight: 800;
      color: #444;
      letter-spacing: 0.08em;
      margin-top: 2px;
    }

    .bsci-badge-box {
      display: flex;
      align-items: center;
      gap: 6px;
    }

    .bsci-icon-hand {
      width: 32px;
      height: 22px;
      color: var(--primary-green);
    }

    .bsci-text-group {
      display: flex;
      flex-direction: column;
    }

    .bsci-main {
      font-size: 0.9rem;
      font-weight: 900;
      color: var(--primary-green);
      line-height: 1;
      letter-spacing: 0.02em;
    }

    .bsci-sub {
      font-size: 0.44rem;
      font-weight: 800;
      color: var(--primary-green);
      letter-spacing: 0.05em;
    }

    .iso-badge-box {
      display: flex;
      align-items: center;
      gap: 6px;
    }

    .iso-globe-icon {
      width: 26px;
      height: 26px;
      color: #00539c;
    }

    .iso-text {
      font-size: 0.72rem;
      font-weight: 900;
      color: #00539c;
    }

    /* Card 7 Visual: Google Reviews Phone */
    .google-phone-mockup {
      width: 125px;
      height: 190px;
      background: #ffffff;
      border-radius: 20px;
      padding: 5px;
      box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
      border: 2px solid #222222;
      display: flex;
      flex-direction: column;
    }

    .google-phone-screen {
      width: 100%;
      height: 100%;
      background: #ffffff;
      border-radius: 15px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 2px 4px;
    }

    .google-logo-header {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-top: 2px;
    }

    .google-text-logo {
      font-size: 0.75rem;
      font-weight: 800;
      display: flex;
      align-items: center;
      line-height: 1;
    }

    .g-blue { color: #4285F4; }
    .g-red { color: #EA4335; }
    .g-yellow { color: #FBBC05; }
    .g-green { color: #34A853; }

    .google-reviews-sub {
      font-size: 0.44rem;
      color: #666;
      font-weight: 600;
    }

    .google-score {
      font-size: 0.95rem;
      font-weight: 900;
      color: #202124;
      margin-top: 2px;
      line-height: 1;
    }

    .google-stars {
      display: flex;
      gap: 1px;
      color: var(--gold-star);
      font-size: 0.6rem;
      margin: 2px 0 5px 0;
    }

    .review-list-mini {
      display: flex;
      flex-direction: column;
      gap: 3px;
      width: 100%;
    }

    .review-item-mini {
      display: flex;
      gap: 4px;
      align-items: flex-start;
      text-align: left;
    }

    .avatar-mini {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #1a73e8;
      color: #ffffff;
      font-size: 0.4rem;
      font-weight: 800;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      margin-top: 1px;
    }

    .avatar-mini.purple { background: #8e24aa; }
    .avatar-mini.teal { background: #00897b; }

    .review-body-mini {
      display: flex;
      flex-direction: column;
    }

    .review-author-mini {
      font-size: 0.42rem;
      font-weight: 800;
      color: #222;
      line-height: 1;
    }

    .review-comment-mini {
      font-size: 0.38rem;
      color: #555;
      line-height: 1.1;
      margin-top: 1px;
    }

    /* ==========================================================================
       Responsive Breakpoint Rules
       ========================================================================== */
    @media (max-width: 1200px) {
      .features-grid {
        grid-template-columns: repeat(4, 1fr);
      }
    }

    @media (max-width: 800px) {
      .features-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 480px) {
      .features-grid {
        grid-template-columns: 1fr;
      }
    }