/* Accessibility Styles */
.skip-link {
    position: absolute;
    top: -40px;
    left: 6px;
    background: #000;
    color: #fff;
    padding: 8px;
    text-decoration: none;
    z-index: 1001;
    border-radius: 4px;
    font-weight: bold;
}

.skip-link:focus {
    top: 6px;
}

.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;
}

/* Focus styles for keyboard navigation */
*:focus {
    outline: 3px solid #fae614;
    outline-offset: 2px;
}

/* Better focus for buttons */
.cta-btn:focus {
    outline: 3px solid #fae614;
    outline-offset: 4px;
    box-shadow: 0 0 0 1px #fff;
}

/* Improved link focus */
a:focus {
    outline: 3px solid #fae614;
    outline-offset: 2px;
    text-decoration: underline;
}

/* Root font size for better accessibility */
html {
    font-size: 100%; /* 16px base */
    scroll-behavior: smooth;
}

/* Accessibility Styles - Minimal additions without affecting existing styling */
.skip-link {
    position: absolute;
    top: -40px;
    left: 6px;
    background: #000;
    color: #fff;
    padding: 8px;
    text-decoration: none;
    z-index: 1001;
    border-radius: 4px;
    font-weight: bold;
}

.skip-link:focus {
    top: 6px;
}

.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;
}

/* Focus styles for accessibility */
*:focus {
    outline: 2px solid #fae614;
    outline-offset: 2px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}
@font-face {
    font-family: 'LEMON MILK';
    src: url('LEMONMILK-Bold.eot');
    src: url('LEMONMILK-Bold.eot?#iefix') format('embedded-opentype'),
        url('LEMONMILK-Bold.woff2') format('woff2'),
        url('LEMONMILK-Bold.woff') format('woff'),
        url('LEMONMILK-Bold.ttf') format('truetype'),
        url('LEMONMILK-Bold.svg#LEMONMILK-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LEMON MILK';
    src: url('LEMONMILK-Medium.eot');
    src: url('LEMONMILK-Medium.eot?#iefix') format('embedded-opentype'),
        url('LEMONMILK-Medium.woff2') format('woff2'),
        url('LEMONMILK-Medium.woff') format('woff'),
        url('LEMONMILK-Medium.ttf') format('truetype'),
        url('LEMONMILK-Medium.svg#LEMONMILK-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Poppins", 'Arial', sans-serif;
    line-height: 1.6;
    color: #00000b;
    background-color: #fff;
}

/* Header */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.3rem 3.438rem;
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
	font-family: "LEMON MILK", "Poppins", Arial, sans-serif;
	font-size: 24px;
	font-weight: 500;
}

.nav-brand {
    font-size: 1.8rem;
    font-weight: bold;
    color: #000;
    letter-spacing: 2px;
	width: 200px;
	display: flex;
}
.nav-brand a{
	display: flex;
	width: 100%;
	height: 100%;
	padding-top: 2px;
}
.navbar nav {
	display: flex;
	align-items: center;
	gap: 3vw;
	font-size: 1rem;
}

.navbar nav ul {
    display: flex;
    list-style: none;
    gap: 3vw;
    margin: 0;
    padding: 0;
}

.navbar nav ul li {
    display: inline;
}
.navbar nav a {
    color: #00000b;
    text-decoration: none;
    font-weight: 500;
	text-align: center;
    transition: color 0.3s;
}

.navbar nav a:hover {
    color: #00000b;
	text-shadow: 2px 2px 5px #fae614
}

/* Hero Section */
.hero {
    display: flex;
    align-items: center;
    min-height: 100vh;
    padding: 0 5%;
    background: #00000b url("images/banner.jpg") 20% center no-repeat;
    margin-top: 60px;
    position: relative;
    overflow: hidden;
	background-attachment: fixed;
	background-size: cover;
}

.hero-content {
    flex: 1;
    z-index: 2;
}

.hero h1 {
    font-size: 4rem;
    font-weight: bold;
    color: #fae614;
    margin-bottom: 2rem;
    line-height: 1.1;
}

.hero h1 br + text {
    color: #ffd700;
}

.cta-btn {
    padding: .9rem 1.7rem;
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 25px;
    font-size: 2.5rem;
    cursor: pointer;
    transition: all 0.3s;
}

.cta-btn:hover {
    background: #fff;
    color: #1a1a1a;
}

.hero-image {
    flex: 1;
    text-align: center;
    position: relative;
}

.product-hero {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 0 50px rgba(255, 107, 53, 0.5));
}

/* Product Stats */
.product-stats {
    display: flex;
    align-items: center;
    padding: 5rem 5%;

    gap: 4rem;
}

.product-image img {
    max-width: 300px;
    height: auto;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
    flex: 1;
	border: 1px solid #2d2d2d;
	border-radius: 30px;
	 padding: 1.5rem .0rem;
}

.stat {
    text-align: center;   
	position: relative;
	padding: 0 .6rem;

}
.stat::before{
	position: absolute;
	left: 0;
	top: auto;
	width: 1px;
	height: 100%;
	content: "";
	background: #2d2d2d;
}
.stat:first-child::before{
	display: none;
}
.stat h3 {
    font-size: 3.5rem;
    font-weight: bold;
    color: #2d2d2d;
    margin:0 0 0.1rem;
	line-height: 1;
	display: flex;
    align-items: baseline;
    justify-content: center;
}
.stat h3 span{
	display: inline-block;
	vertical-align: baseline;
	font-size: .8rem;
	font-weight: 300;
	line-height: 1;
}
.stat:last-child h3{
	align-items: flex-start
}
.stat:last-child h3 span{padding-top: 8px;}
.stat p {
    font-size: 1.2rem;
    color: #2d2d2d;
    font-weight: 400;

}

/* Performance Section */
.performance {
    display: flex;
    align-items: center;
    padding: 5rem 5%;
    gap: 3rem;
    background: #fff;
}

.performance-text {
    max-width: 48%;
}

.performance h2 {
    font-size: 2.5rem;
    color: #1d1d1d;
    margin-bottom: .5rem;
	line-height: 1.5;
}
.recovery h2 {
    font-size: 3.2rem;
    color: #1d1d1d;
    margin-bottom: 1rem;
	line-height: 1.2;
}
.performance p {
    margin-bottom: 1.5rem;
    color: #1d1d1d;
	font-size: 1.5rem;
    line-height: 1.5;
	max-width: 89%;
}
.recovery p{text-align: justify;}
.performance-card {
    position: relative;

    border-radius: 15px;
    overflow: hidden;
    flex: 1;
    color: #fff;
}

.performance-card img {
    width: 100%;

    object-fit: cover;
}

.card-content {
    padding: 1.5rem;
}

.card-content h3 {
    color: #ffd700;
    margin-bottom: 0.5rem;
}

.card-content h4 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.card-content span {
    background: #ff6b35;
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: bold;
}

/* Product Features */
.product-features {
    padding: 4% 0 4% 0;
    background: #ededed;
	text-align: center;
}
.strom-product-img{
	margin: 0 auto;
	width: 90%;
	height: auto;
}
.features-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
	margin: 0 auto;
}
.features-container::before{
	position: absolute;
	left: 0;
	right: 0;
	width: 730px;
	height: 730px;
	content: "";
	border: 1px solid #0d0d0d;
	border-radius: 50%;
	margin: auto;
	top: -15%;
}
.center-product {
    max-width: 608px;
    height: auto;
    z-index: 1;
}

.feature-points {
    position: absolute;
    width: 100%;
    height: 100%;
}

.feature {
    position: absolute;
    background: #fff;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    max-width: 200px;
}

.feature.top-left {
    top: 10%;
    left: 10%;
}

.feature.top-right {
    top: 10%;
    right: 10%;
}

.feature.bottom-left {
    bottom: 10%;
    left: 10%;
}

.feature.bottom-right {
    bottom: 10%;
    right: 10%;
}

.feature h4 {
    color: #ff6b35;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.feature p {
    color: #666;
    font-size: 0.8rem;
}

/* Dual Cards */
.dual-cards {
    display: flex;
    gap: 5%;

    margin: 0 auto;
	padding: 5rem;
	max-width: 90%;
}

.action-card {
    position: relative;
width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
    color: #2d2d2d;
	text-align: center;
	
}

.action-card img {
    display: block;
	margin-bottom: 1rem;
	
}


.action-card h3 {
    font-size: 2rem;
    margin-bottom: .5rem;
}
.action-card p {
    font-size: 1.4rem;
	max-width: 90%;
	margin: 0 auto;
}


/* Premium Ingredients */
.premium-ingredients {
    display: flex;
    align-items: center;
    padding: 0;
    background: #1a1a1a;
    color: #fff;

}

.ingredients-content {
    flex: 1;
}

.ingredients-content h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.ingredients-content p {
    margin-bottom: 2rem;
    color: #ccc;
}

.ingredients-list {
    list-style: none;
}

.ingredients-list li {
    padding: 0.8rem 0;
    border-bottom: 1px solid #333;
    font-size: 1.1rem;
}

.ingredients-image {
    flex: 1;
}

.ingredients-image img {
    width: 100%;
    height: auto;

}

/* Recovery Section */
.recovery-section {
    display: flex;
    align-items: center;
    padding: 5rem 5%;
    gap: 4rem;
    background: #f8f8f8;
}

.recovery-text {
    flex: 1;
}

.recovery-text h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #333;
}

.recovery-text p {
    color: #666;
    line-height: 1.8;
}

.recovery-card {
    position: relative;
    width: 400px;
    height: 300px;
    border-radius: 15px;
    overflow: hidden;
}

.recovery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
    color: #fff;
    padding: 2rem;
}

.card-overlay h3 {
    margin-bottom: 0.5rem;
}

/* Footer */
footer {
    background: #1a1a1a;
    color: #fff;
    text-align: center;
    padding: 2rem 5%;
    margin-top: 3rem;
}

footer a {
    color: #fae614;
    text-decoration: none;
}

footer a:hover,
footer a:focus {
    text-decoration: underline;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .hero {
        background: #000;
    }
    
    .hero h1 {
        text-shadow: 2px 2px 4px #000;
    }
    
    .cta-btn {
        border-width: 3px;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
    
    .navbar nav a,
    .cta-btn {
        transition: none;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .navbar {
        padding: 1rem 3%;
    }
    
    .navbar nav ul {
        gap: 1rem;
    }
    
    .navbar nav a {
        padding: 0.5rem;
        min-height: 44px;
        display: flex;
        align-items: center;
        font-size: 0.9rem;
    }
    
    .hero {
        flex-direction: column;
        text-align: center;
        padding: 5rem 3% 3% 3%;
		min-height: 60vh;
		background-position: 60% bottom;
    }
    
    .hero h1 {
        font-size: 3rem;
		text-shadow: 20px 20px 10px #000;
    }
	.cta-btn{
		text-shadow: 20px 20px 10px #000;
		background: rgba(14,14,14,.8);
        min-height: 44px;
        min-width: 44px;
        font-size: 1.2rem;
	}
    
    .product-stats {
        flex-direction: column;
        padding: 3rem 3%;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
		        width: 100%;
    }
    
    .performance {
        flex-direction: column;
        padding: 3rem 3%;
		gap:1rem;
    }
	.performance-text,.performance-text p{
	max-width: 100%;
	}
    .performance-card {
        width: 100%;
        max-width: 100%;
    }
    
    .dual-cards {

		flex-direction: column;
		padding: 10% 0;
		gap: 2rem;
    }
	.action-card{
		width: 100%;
        margin-bottom: 1rem;
	}
    
    .action-card img {
        max-height: 200px;
        object-fit: cover;
    }

    .recovery-section {
        flex-direction: column;
        padding: 3rem 3%;
    }
	.recovery h2{
		font-size: 2.5rem;
	}
	.recovery h2 br{display: none;}
    .ingredients-content h2,
    .recovery-text h2 {
        font-size: 2rem;
    }
    
    .features-container {
        min-height: 400px;
    }
    
    .feature {
        max-width: 150px;
        padding: 0.8rem;
    }
    
    .feature h4 {
        font-size: 0.8rem;
    }
    
    .feature p {
        font-size: 0.7rem;
    }
}

/* Contact Us Section */
.contact-us {
    background: #f8f8f8;
    padding: 5rem 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%;
}

.contact-us h2 {
    text-align: center;
    font-size: 3rem;
    color: #2d2d2d;
    margin-bottom: 3rem;
    font-family: "LEMON MILK", "Poppins", Arial, sans-serif;
}

.contact-content {
    display: flex;
    gap: 4rem;
    align-items: flex-start;
}

.contact-info {
    flex: 1;
}

.contact-info h3 {
    font-size: 2rem;
    color: #2d2d2d;
    margin-bottom: 1rem;
}

.contact-info p {
    font-size: 1.2rem;
    color: #666;
    line-height: 1.6;
}

.contact-form-container {
    flex: 1;
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #2d2d2d;
    font-size: 1rem;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.8rem;
    border: 2px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
    font-family: "Poppins", Arial, sans-serif;
    transition: border-color 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #fae614;
    outline: none;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.error-message {
    display: block;
    color: #e74c3c;
    font-size: 0.9rem;
    margin-top: 0.3rem;
    min-height: 1.2rem;
}

.submit-btn {
    background: #2d2d2d;
    color: #fff;
    padding: 1rem 2rem;
    border: none;
    border-radius: 5px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    width: 100%;
}

.submit-btn:hover {
    background: #1a1a1a;
    transform: translateY(-2px);
}

.submit-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
    transform: none;
}

.thank-you-message {
    text-align: center;
    padding: 2rem;
}

.thank-you-message h3 {
    color: #27ae60;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.thank-you-message p {
    color: #666;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.new-message-btn {
    background: #fae614;
    color: #2d2d2d;
    padding: 0.8rem 1.5rem;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.new-message-btn:hover {
    background: #e6d000;
}

/* Contact form responsive */
@media (max-width: 768px) {
    .contact-content {
        flex-direction: column;
        gap: 2rem;
    }
    
    .contact-us h2 {
        font-size: 2.5rem;
    }
    
    .contact-info h3 {
        font-size: 1.5rem;
    }
    
    .contact-form-container {
        padding: 1.5rem;
    }
}