 :root {
     --ink: #17221d;
     --muted: #66736c;
     --green: #0b7a49;
     --green-dark: #075c38;
     --green-light: #37b878;
     --soft: #f2f7f4;
     --line: #dde6e1;
     --dark: #061c14;
     --radius: 8px;
     --shadow: 0 6px 18px rgba(6, 28, 20, .09)
 }

 * {
     box-sizing: border-box
 }

 html {
     scroll-behavior: smooth
 }

 body {
     margin: 0;
     font-family: Inter, Arial, sans-serif;
     color: var(--ink);
     background: #fff;
     line-height: 1.6
 }

 img {
     display: block;
     max-width: 100%
 }

 a {
     color: inherit;
     text-decoration: none
 }

 button,
 input {
     font: inherit
 }

 .container {
     width: min(1140px, calc(100% - 40px));
     margin: auto
 }

 .eyebrow {
     font-size: 12px;
     letter-spacing: .1em;
     text-transform: uppercase;
     color: var(--green);
     font-weight: 700
 }

 h1,
 h2,
 h3 {
     line-height: 1.15;
     margin: 0 0 18px
 }

 h1 {
     font-size: clamp(32px, 4vw, 56px)
 }

 h2 {
     font-size: 34px
 }

 h3 {
     font-size: 21px
 }

 p {
     margin: 0 0 16px;
     color: var(--muted)
 }

 .btn {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     min-height: 44px;
     padding: 0 22px;
     border-radius: 5px;
     font-weight: 700;
     border: 1px solid transparent;
     cursor: pointer;
     transition: .2s ease
 }

 .btn-gold {
     background: var(--green-light);
     color: #041a12
 }

 .btn-gold:hover {
     background: #4ac487
 }

 .btn-dark {
     background: var(--dark);
     color: #fff
 }

 .btn-outline {
     border-color: #79d7a5;
     color: #fff;
     background: transparent
 }

 .site-header {
     height: 72px;
     background: #061c14;
     color: #fff;
     display: flex;
     align-items: center;
     position: sticky;
     top: 0;
     z-index: 30;
     
 }
.generic-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
}

.generic-logo-icon {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #37b878;
    color: #061c14;
    border-radius: 50%;
    font-size: 22px;
    font-weight: 900;
}

.generic-logo-text {
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -.5px;
}
 .header-row {
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 24px
 }

 .brand {
     display: inline-flex;
     align-items: center
 }

 .brand img {
     width: 120px;
     max-height: 50px;
     object-fit: contain
 }

 .nav {
     display: flex;
     align-items: center;
     gap: 28px;
     font-size: 14px;
     font-weight: 600
 }

 .nav a:hover {
     color: var(--green-light)
 }

 .header-actions {
     display: flex;
     gap: 10px
 }

 .menu-btn {
     display: none;
     background: none;
     color: #fff;
     border: 0;
     font-size: 27px
 }

 .hero {
     background: #071e16;
     color: #fff
 }

 .hero-wrap {
     position: relative
 }

.hero-banner {
    min-height: 810px;
    background-image:
        linear-gradient(
            90deg,
            rgba(6, 28, 20, 0.97) 0%,
            rgba(6, 28, 20, 0.82) 38%,
            rgba(6, 28, 20, 0.30) 66%,
            rgba(6, 28, 20, 0.06) 100%
        ),
        url("../images/img7.jpg");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

 .hero-copy {
     max-width: 590px;
     padding: 68px 0
 }

 .hero-copy .offer-kicker {
     font-size: 21px;
     font-weight: 700;
     margin: 0 0 6px;
     color: #fff
 }

 .hero-copy h1 {
     font-family: Inter, Arial, sans-serif;
     font-weight: 700;
     text-transform: none;
     letter-spacing: -.03em;
     margin: 5px 0 16px
 }

 .hero-copy h1 strong {
     color: var(--green-light)
 }

 .hero-copy .terms {
     font-size: 16px;
     max-width: 520px;
     color: #c7d7ce;
     margin-top: 16px
 }

 .hero-arrows {
     position: absolute;
     inset: 50% 20px auto;
     display: flex;
     justify-content: space-between;
     pointer-events: none
 }

 .hero-arrow {
     pointer-events: auto;
     width: 38px;
     height: 38px;
     border-radius: 4px;
     border: 1px solid rgba(255, 255, 255, .55);
     background: rgba(6, 28, 20, .55);
     color: #fff;
     font-size: 22px
 }

 .section {
     padding: 58px 0
 }

 .section-title {
     text-align: center;
     margin-bottom: 32px
 }

 .section-title p {
     max-width: 660px;
     margin: auto
 }

 .split {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 48px;
     align-items: center
 }

 .media-card {
     border-radius: var(--radius);
     overflow: hidden;
     box-shadow: var(--shadow);
     background: #eaf5ef
 }

 .media-card img {
     width: 100%;
     height: 390px;
     object-fit: cover
 }

 .info-panel {
     background: var(--soft);
     padding: 38px;
     border-radius: var(--radius);
     
 }

 .checks {
     list-style: none;
     padding: 0;
     margin: 22px 0
 }

 .checks li {
     position: relative;
     padding-left: 25px;
     margin: 11px 0;
     color: #46534d
 }

 .checks li:before {
     content: "✓";
     position: absolute;
     left: 0;
     color: var(--green);
     font-weight: 800
 }

 .photo-collage {
     display: grid;
     grid-template-columns: 1.2fr 1fr;
     gap: 10px
 }

 .photo-collage img {
     width: 100%;
     height: 185px;
     object-fit: cover;
     border-radius: 6px
 }

 .photo-collage img:first-child {
     height: 380px;
     grid-row: span 2
 }

 .bonus-area {
     background: #fafcfb
 }

 .bonus-list {
     display: grid;
     gap: 12px
 }

 .bonus-item {
     background: #fff;
     padding: 18px 20px;
     border-radius: 6px;
    
 }

 .bonus-item strong {
     display: block;
     margin-bottom: 3px
 }

 .payment-logos {
     display: flex;
     justify-content: center;
     gap: 14px;
     flex-wrap: wrap;
     margin-top: 28px
 }

 .payment-text {
     padding: 9px 16px;
     border: 1px solid #dce8e1;
     border-radius: 5px;
     background: #fff;
     font-size: 13px;
     font-weight: 700;
     color: var(--green-dark)
 }

 .responsible {
     background: #f1f6f3;
     padding: 42px 0
 }

 .responsible-grid {
     display: grid;
     grid-template-columns: 1.5fr 1fr 1fr;
     gap: 28px
 }

 .notice {
     font-size: 14px;
     color: #47564e
 }

 .cta {
     margin: 50px auto 54px;
     background: #061c14;
     color: #fff;
     border-radius: 8px;
     text-align: center;
     padding: 42px 30px
 }

 .cta p {
     color: #c8d5ce
 }

 .site-footer {
     background: #061c14;
     color: #fff;
     padding: 50px 0 0
 }

 .footer-grid {
     display: grid;
     grid-template-columns: 1.5fr repeat(3, 1fr);
     gap: 38px
 }

 .footer-title {
     font-size: 13px;
     text-transform: uppercase;
     letter-spacing: .07em;
     color: #fff;
     margin-bottom: 14px;
     font-weight: 700
 }

 .footer-links {
     display: grid;
     gap: 9px;
     font-size: 14px;
     color: #b5c5bc
 }

 .footer-links a:hover {
     color: var(--green-light)
 }

 .footer-brand p {
     color: #b5c5bc;
     max-width: 340px;
     font-size: 14px
 }

 .footer-brand .brand img {
     width: 120px
 }

 .footer-legal {
     border-top: 1px solid rgba(255, 255, 255, .1);
     margin-top: 38px;
     padding: 22px 0;
     color: #aabbb1;
     font-size: 13px
 }

 .footer-badges {
     display: flex;
     gap: 16px;
     align-items: center;
     flex-wrap: wrap;
     margin-top: 20px
 }

 .badge {
     border: 1px solid rgba(255, 255, 255, .22);
     padding: 7px 11px;
     border-radius: 5px;
     font-weight: 700;
     font-size: 12px
 }

 .badge-age {
     border-color: #df6262;
     color: #ff8585;
     border-radius: 50%;
     width: 46px;
     height: 46px;
     display: grid;
     place-items: center
 }

 .legal-hero {
     padding: 68px 0;
     background: #0b2c20;
     color: #fff
 }

 .legal-main {
     padding: 58px 0
 }

 .legal-wrap h2 {
     font-size: 25px;
     margin-top: 32px
 }

 .age-gate {
     position: fixed;
     inset: 0;
     background: rgba(3, 12, 8, .86);
     display: none;
     align-items: center;
     justify-content: center;
     z-index: 100;
     padding: 20px
 }

 .age-gate.show {
     display: flex
 }

 .age-box {
     background: #fff;
     width: min(460px, 100%);
     padding: 32px;
     border-radius: 8px;
     text-align: center
 }

 .age-actions {
     display: flex;
     gap: 10px;
     justify-content: center;
     margin-top: 20px
 }

 #offers .section-title {
     max-width: 760px;
     margin: 0 auto 38px;
     text-align: center
 }

 #offers .section-title h2 {
     margin: 0 0 10px;
     color: #17221d;
     font-size: 34px
 }

 #offers .offer-grid {
     display: grid;
     grid-template-columns: repeat(6, minmax(0, 1fr));
     gap: 14px
 }

 #offers .offer-card {
     position: relative;
     min-height: 200px;
     overflow: hidden;
     border: 1px solid #d6e1db;
     border-radius: 10px;
     background: #0b2c20;
     transition: .2s
 }

 #offers .offer-card>img {
     position: absolute;
     inset: 0;
     width: 100%;
     height: 100%;
     object-fit: cover;
     opacity: .94
 }

 #offers .offer-card::after {
     content: "";
     position: absolute;
     inset: 0;
     z-index: 1;
     background: linear-gradient(to bottom, rgba(6, 28, 20, .02) 30%, rgba(6, 28, 20, .25) 55%, rgba(6, 28, 20, .92) 100%)
 }

 #offers .offer-card-content {
     position: absolute;
     left: 12px;
     right: 12px;
     bottom: 18px;
     z-index: 2;
     text-align: center
 }

 #offers .offer-card-content h3 {
     margin: 0 0 8px;
     color: #fff;
     font-size: 20px
 }

 #offers .offer-card-content a {
     color: #fff;
     font-size: 12px;
     font-weight: 600;
     border-bottom: 1px solid rgba(255, 255, 255, .55)
 }

 #offers .offer-card:hover {
     transform: translateY(-3px);
     border-color: #54bd82
 }

 @media(max-width:992px) {
     #offers .offer-grid {
         grid-template-columns: repeat(3, minmax(0, 1fr))
     }

     #offers .offer-card {
         min-height: 280px
     }
 }

 @media(max-width:900px) {

     .nav,
     .header-actions {
         display: none
     }

     .menu-btn {
         display: block
     }

     .nav.open {
         display: flex;
         position: absolute;
         top: 72px;
         left: 0;
         right: 0;
         background: #0b2c20;
         padding: 22px 20px;
         flex-direction: column;
         align-items: flex-start
     }

     .hero-banner {
         min-height: 510px;
         background-position: 64% center
     }

     .split {
         grid-template-columns: 1fr
     }

     .responsible-grid,
     .footer-grid {
         grid-template-columns: 1fr 1fr
     }
 }

 @media(max-width:700px) {
     #offers .offer-grid {
         grid-template-columns: repeat(2, minmax(0, 1fr));
         gap: 12px
     }

     #offers .offer-card {
         min-height: 245px
     }
 }

 @media(max-width:600px) {
     .container {
         width: min(100% - 28px, 1140px)
     }

     .section {
         padding: 52px 0
     }

     .hero-banner {
         min-height: 560px;
         background-position: 70% center
     }

     .hero-copy {
         position: relative;
         z-index: 2;
         
     }

     .hero-copy h1 {
         font-size: 44px
     }

     .responsible-grid,
     .footer-grid {
         grid-template-columns: 1fr
     }

     .age-actions {
         flex-direction: column
     }
 }