@font-face {
    font-family: 'GT Proelium';
    src: url('../fonts/GTProelium.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Sora';
    src: url('../fonts/Sora-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Sora';
    src: url('../fonts/Sora-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Sora';
    src: url('../fonts/Sora-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

/* GT Proelium letter spacing */
[style*="font-family: 'GT Proelium'"],
[style*='font-family: "GT Proelium"'],
.hero-title,
.what-label,
.what-title,
.winemaker-text h2,
.market-data-title,
.market-data-subtitle,
.options-module-title,
.option-card-title,
.pricing-left,
.pricing-right,
.form-pretitle,
.form-title,
.footer-title {
    letter-spacing: 0.5px;
}

:root {
    --primary-red: #E71C46;
    --dark: #2F2828;
    --white: #ffffff;
    --light-gray: #f8f8f8;
    --text-gray: #333333;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Sora', sans-serif;
    color: var(--text-gray);
    background: var(--white);
    overflow-x: hidden;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'GT Proelium', sans-serif;
    font-weight: normal;
}

/* Sticky Navbar */
.sticky-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: var(--white);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease;
}

.sticky-nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 1.5rem;
    max-width: 1600px;
    margin: 0 auto;
}

.sticky-nav-logo img {
    height: 32px;
    width: auto;
    display: block;
}

.sticky-nav-btn {
    display: inline-block;
    font-family: 'Sora', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: var(--primary-red);
    text-decoration: none;
    border: 2px solid var(--primary-red);
    padding: 6px 20px;
    transition: all 0.3s ease;
}

.sticky-nav-btn:hover {
    background: var(--primary-red);
    color: var(--white);
}

/* Hero Section */
.hero {
    background: var(--white);
    padding: 1.5rem 1.5rem 0;
    padding-top: 72px;
    text-align: center;
}

.hero-inner {
    display: flex;
    flex-direction: column;
}

.hero-left {
    order: 1;
}

.hero-right {
    order: 2;
    margin-top: 2rem;
}

.hero-photo {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.logo-container {
    margin-bottom: 3rem;
    text-align: center;
}

.logo-container img {
    width: 100%;
    max-width: 180px;
    height: auto;
}

.hero-title {
    font-family: 'Sora', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0.5px;
    margin-bottom: 0.8rem;
    text-align: left;
    color: var(--dark);
    text-transform: none;
}

.hero-title .line1,
.hero-title .line2 {
    display: block;
    color: var(--dark);
    font-size: 0.5em;
    font-weight: 700;
    line-height: 1.4;
}

.hero-title .line3 {
    display: block;
    color: var(--primary-red);
    font-weight: 700;
}

.hero-subtitle {
    font-family: 'Sora', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0.8rem;
    text-align: left;
    color: var(--text-gray);
}

.hero-subtitle strong {
    font-weight: 700;
    color: var(--dark);
}

.hero-ctas {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.cta-primary {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 42px;
    background: var(--primary-red);
    color: var(--white);
    padding: 0;
    font-family: 'Sora', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    line-height: 42px;
    margin: 0;
    transition: all 0.3s ease;
    border: none;
}

.cta-primary:hover {
    background: #c91647;
    transform: translateY(-2px);
}

.cta-secondary {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 42px;
    background: var(--white);
    color: var(--primary-red);
    padding: 0;
    font-family: 'Sora', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    line-height: 38px;
    margin: 0;
    transition: all 0.3s ease;
    border: 2px solid var(--primary-red);
}

.cta-secondary:hover {
    background: var(--primary-red);
    color: var(--white);
    transform: translateY(-2px);
}

/* Claim Section */
.claim-section {
    background: var(--white);
    padding: 2.5rem 1.5rem;
    text-align: center;
}

.claim-title {
    font-family: 'GT Proelium', sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0;
}

.claim-line1 {
    color: var(--dark);
}

.claim-line2 {
    color: var(--primary-red);
}

/* Video Section */
.video-section {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    background: var(--white);
}

.video-container {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.video-container video {
    width: 100%;
    height: auto;
    display: block;
}

/* Pain Points Section */
.pain-points-section {
    padding: 3rem 1.5rem;
    background: var(--white);
    overflow: hidden;
}

.pain-points-inner {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.pain-points-visual {
    order: 1;
}

.pain-points-montage {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0;
}

.pain-points-montage.animated {
    animation: slideInPhoto 1s ease-out both;
}

.pain-points-content {
    order: 2;
    text-align: left;
}

.pain-points-title {
    font-family: 'GT Proelium', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.5px;
    color: var(--dark);
    margin-bottom: 1.5rem;
}

.pain-points-title .highlight-red {
    color: var(--primary-red);
}

.pain-points-questions {
    margin-bottom: 1.5rem;
}

.pain-question {
    font-family: 'Sora', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--text-gray);
    padding: 0.5rem 0;
    border-bottom: 1px solid #eee;
}

.pain-question:last-child {
    border-bottom: none;
}

.pain-points-section .cta-primary {
    margin-top: 1.5rem;
}

/* What We Are Section */
.what-section {
    padding: 3rem 1.5rem 1.5rem;
    background: var(--primary-red);
    text-align: center;
    color: var(--white);
    overflow: hidden;
    position: relative;
}

.what-content {
    width: 100%;
}

.section-label {
    font-family: 'GT Proelium', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--dark);
    text-transform: none;
    letter-spacing: 0.5px;
    margin-bottom: 0.8rem;
}

.section-title {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 2rem;
    color: var(--white);
    font-family: 'Sora', sans-serif;
    font-weight: 400;
}

.section-title strong {
    font-weight: 700;
}

.big-title {
    font-family: 'GT Proelium', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.8rem;
    color: var(--dark);
    text-align: left;
    position: relative;
    z-index: 1;
}

.big-title .highlight-white {
    color: var(--white);
}

.tablet-image {
    width: 120%;
    max-width: none;
    margin: -4rem -10% 0 0;
    position: relative;
    z-index: 10;
}

.tablet-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Designed For Section */
.designed-for {
    padding: 3rem 1.5rem 1.5rem;
    background: var(--white);
    text-align: center;
}

/* Mobile Features Wrapper */
.mobile-features-wrapper {
    display: block;
}

.mobile-features-left,
.mobile-features-right {
    width: 100%;
}

.designed-for-title {
    font-family: 'Sora', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--dark);
    margin: 0;
}

.designed-for-title .highlight {
    color: var(--primary-red);
    font-weight: 700;
}

/* Mobile Section */
.mobile-section {
    padding: 2rem 0 0;
    background: linear-gradient(to bottom, var(--white) 0%, var(--white) 50%, var(--primary-red) 50%, var(--primary-red) 100%);
    position: relative;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.mobile-image img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Features Slider Section */
.features-slider {
    padding: 0 1.5rem 2rem;
    background: var(--primary-red);
    overflow: hidden;
    margin-top: -1px;
}

.slider-container {
    display: flex;
    gap: 1.5rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 1.5rem 0 0.8rem;
}

.slider-container::-webkit-scrollbar {
    display: none;
}

.slide-item {
    min-width: 100%;
    scroll-snap-align: start;
    text-align: center;
    padding: 0 1rem;
}

.slide-icon {
    margin-bottom: 1rem;
}

.slide-icon svg {
    opacity: 0.9;
}

.slide-title {
    font-family: 'Sora', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 0.8rem;
    line-height: 1.4;
}

.slide-description {
    font-family: 'Sora', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: var(--white);
    line-height: 1.5;
}

.slider-dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 2rem;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 0;
    background: transparent;
    border: 2px solid var(--white);
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: var(--white);
}

/* Winemaker & Data Wrapper */
.winemaker-data-wrapper {
    display: block;
    background: var(--white);
}

/* Winemaker Section */
.winemaker-section {
    position: relative;
    height: 400px;
    overflow: hidden;
    margin-top: 2rem;
}

.winemaker-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.winemaker-text {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
    z-index: 2;
}

.winemaker-text h2 {
    font-family: 'GT Proelium', sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.1;
    margin: 0;
    text-transform: uppercase;
}

.winemaker-text .plus {
    color: var(--primary-red);
}

.winemaker-text .minus {
    color: var(--white);
}

/* Market Data Section */
.market-data {
    padding: 2.5rem 1.5rem;
    background: var(--white);
    text-align: center;
}

.market-data-title {
    font-family: 'GT Proelium', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--dark);
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 0.8rem;
}

.market-data-subtitle {
    font-family: 'GT Proelium', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 0.8rem;
}

.market-data-subtitle .datos {
    color: var(--dark);
}

.market-data-subtitle .year {
    color: var(--primary-red);
    font-weight: 700;
}

.data-items {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 0.8rem;
    align-items: flex-start;
}

.data-item {
    width: 100%;
    text-align: left;
}

.data-item img {
    width: 100%;
    max-width: 280px;
    height: auto;
    display: block;
}

.market-data-description {
    font-family: 'Sora', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-gray);
    margin-bottom: 0.8rem;
    text-align: center;
}

.market-data-description strong {
    font-weight: 700;
    color: var(--dark);
}

/* Options Module Section */
.options-module {
    padding: 2.5rem 1.5rem;
    background: var(--white);
}

.options-module-title {
    font-family: 'GT Proelium', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--dark);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0.3rem;
}

.options-module-subtitle {
    font-family: 'Sora', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: var(--text-gray);
    text-align: center;
    text-transform: none;
    margin-bottom: 0.8rem;
    line-height: 1.6;
}

.options-cards {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 600px;
    margin: 0 auto;
}

.option-card-module {
    padding: 1.5rem 1.5rem;
    text-align: center;
}

.option-card-module.red {
    background: var(--primary-red);
}

.option-card-module.dark {
    background: var(--dark);
}

.option-card-title {
    font-family: 'GT Proelium', sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.8rem;
    text-transform: uppercase;
}

.option-card-module.red .option-card-title {
    color: var(--dark);
}

.option-card-module.red .option-card-title .highlight {
    color: var(--white);
}

.option-card-module.dark .option-card-title {
    color: var(--white);
}

.option-card-module.dark .option-card-title .highlight {
    color: var(--primary-red);
}

.option-card-description {
    font-family: 'Sora', sans-serif;
    font-size: 0.9rem;
    line-height: 1.5;
    color: var(--white);
    margin-bottom: 0.8rem;
}

.option-card-description strong {
    font-weight: 700;
}

.option-card-pricing {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.8rem;
    color: var(--white);
}

.pricing-left {
    font-family: 'GT Proelium', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    line-height: 1.3;
}

.pricing-right {
    font-family: 'GT Proelium', sans-serif;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
}

.option-card-note {
    font-family: 'Sora', sans-serif;
    font-size: 0.75rem;
    color: var(--white);
    margin-bottom: 0.8rem;
    text-align: left;
}

.option-card-btn {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0;
    background: transparent;
    border: 2px solid var(--white);
    color: var(--white);
    font-family: 'Sora', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.option-card-btn:hover {
    background: var(--white);
}

.option-card-module.red .option-card-btn:hover {
    color: var(--primary-red);
}

.option-card-module.dark .option-card-btn:hover {
    color: var(--dark);
}

/* How It Works Section */
.how-it-works {
    padding: 1.5rem 1.5rem;
    background: var(--light-gray);
}

.how-title {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 0.8rem;
    color: var(--dark);
    text-align: center;
}

.how-subtitle {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-gray);
    text-align: center;
    margin-bottom: 2.5rem;
}

.options-grid {
    display: grid;
    gap: 1.5rem;
}

.option-card {
    background: var(--white);
    padding: 1.5rem 1.5rem;
    text-align: left;
}

.option-number {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--primary-red);
    margin-bottom: 0.8rem;
    letter-spacing: 1px;
}

.option-title {
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
    color: var(--dark);
}

.option-description {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-gray);
    margin-bottom: 0.8rem;
}

.option-price {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 0.8rem;
    padding: 1rem;
    background: var(--light-gray);
}

.option-note {
    font-size: 0.8rem;
    color: var(--text-gray);
    margin-top: 1rem;
    font-style: italic;
}

.option-cta {
    display: block;
    width: 100%;
    background: var(--primary-red);
    color: var(--white);
    padding: 1rem;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    margin-top: 1.5rem;
    transition: all 0.3s ease;
}

.option-cta:hover {
    background: #c91647;
}

/* Marketplace Section */
.marketplace-section {
    padding: 1.5rem 1.5rem;
    background: var(--white);
    text-align: center;
}

.marketplace-image {
    max-width: 100%;
    margin-bottom: 0.8rem;
}

.marketplace-image img {
    width: 100%;
    height: auto;
    display: block;
}

.marketplace-title {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 0.8rem;
    color: var(--dark);
}

.marketplace-description {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-gray);
    margin-bottom: 0.8rem;
}

/* Features Section */
.features-section {
    padding: 1.5rem 1.5rem;
    background: var(--light-gray);
}

.feature-item {
    background: var(--white);
    padding: 1.5rem 1.5rem;
    margin-bottom: 0.8rem;
    text-align: center;
}

.feature-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 1.5rem;
}

.feature-icon img {
    width: 100%;
    height: auto;
}

.feature-title {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    color: var(--dark);
}

.feature-description {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-gray);
}

/* Stats Section */
.stats-section {
    padding: 1.5rem 1.5rem;
    background: var(--white);
    text-align: center;
}

.stats-title {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 0.8rem;
    color: var(--dark);
}

.stats-grid {
    display: grid;
    gap: 1.5rem;
    margin-bottom: 0.8rem;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-red);
    margin-bottom: 0.3rem;
}

.stat-label {
    font-size: 0.9rem;
    color: var(--text-gray);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Testimonial Section */
.testimonial-section {
    padding: 1.5rem 1.5rem;
    background: var(--light-gray);
    text-align: center;
}

.testimonial-image {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 2rem;
}

.testimonial-image img {
    width: 100%;
    height: auto;
    display: block;
}

.testimonial-title {
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 0.8rem;
    color: var(--dark);
}

.testimonial-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-gray);
    margin-bottom: 0.8rem;
}

/* Form Section */
.form-section {
    padding: 1.5rem 1.5rem;
    background: var(--white);
}

.form-pretitle {
    font-family: 'GT Proelium', sans-serif;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 0.3rem;
    color: var(--primary-red);
    text-transform: uppercase;
    font-weight: 700;
}

.form-title {
    font-family: 'GT Proelium', sans-serif;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 0.8rem;
    color: var(--dark);
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
}

.form-title .highlight-red {
    color: var(--primary-red);
}

.form-description {
    font-family: 'Sora', sans-serif;
    font-size: 0.9rem;
    line-height: 1.6;
    text-align: center;
    color: var(--dark);
    margin-bottom: 0.3rem;
}

.form-description-bold {
    font-family: 'Sora', sans-serif;
    font-size: 0.9rem;
    line-height: 1.6;
    text-align: center;
    color: var(--dark);
    margin-bottom: 0.8rem;
    font-weight: 700;
}

.form-container {
    max-width: 450px;
    margin: 0 auto;
}

.form-group {
    margin-bottom: 0.8rem;
}

.form-group label {
    display: none;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.9rem;
    font-size: 0.9rem;
    font-family: 'Sora', sans-serif;
    border: 1px solid #ccc;
    background: var(--white);
    transition: border-color 0.3s ease;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #999;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-red);
}

.form-group textarea {
    min-height: 100px;
    resize: vertical;
}

.checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    margin-bottom: 0.8rem;
}

.checkbox-group input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    flex-shrink: 0;
}

.checkbox-group label {
    font-size: 0.85rem;
    line-height: 1.5;
    color: var(--text-gray);
}

.terms-link {
    color: var(--primary-red);
    text-decoration: underline;
}

.terms-link:hover {
    color: #c91647;
}

.form-submit {
    width: 100%;
    height: 50px;
    background: var(--primary-red);
    color: var(--white);
    padding: 0;
    font-family: 'Sora', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.form-submit:hover {
    background: #c91647;
    transform: translateY(-2px);
}

/* Footer */
.footer {
    background: url('../images/fondo-footer.jpg') center/cover;
    padding: 2.5rem 1.5rem;
    text-align: center;
    position: relative;
    color: var(--white);
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-logo {
    width: 180px;
    margin: 0 auto 0.8rem;
}

.footer-logo img {
    width: 100%;
    height: auto;
}

.footer-social {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 0.8rem;
}

.footer-social a {
    color: var(--white);
    font-size: 2rem;
    transition: opacity 0.3s ease;
}

.footer-social a:hover {
    opacity: 0.7;
}

.footer-social svg {
    width: 30px;
    height: 30px;
    fill: var(--white);
}

.footer-text {
    font-family: 'Sora', sans-serif;
    font-size: 0.9rem;
    margin-bottom: 0;
    color: var(--white);
}

/* Responsive Design */
@media (min-width: 768px) {
    .sticky-nav-inner {
        padding: 14px 3rem;
    }

    .sticky-nav-logo img {
        height: 36px;
    }

    .sticky-nav-btn {
        font-size: 14px;
        padding: 7px 24px;
    }

    .hero {
        padding: 4rem 3rem 0;
        padding-top: 80px;
    }

    .hero-title {
        font-size: 42px;
        line-height: 1.15;
        text-align: left;
    }

    .hero-subtitle {
        font-size: 1.2rem;
        text-align: left;
        max-width: 700px;
    }

    .hero-ctas {
        flex-direction: row;
        gap: 1rem;
    }

    .cta-primary,
    .cta-secondary {
        width: auto;
        display: inline-block;
        padding: 0;
        line-height: 42px;
        min-width: 200px;
    }

    .cta-secondary {
        line-height: 38px;
    }

    .hero-photo {
        max-height: 500px;
        object-fit: cover;
    }

    .claim-section {
        padding: 3rem;
    }

    .claim-title {
        font-size: 5rem;
        line-height: 5.2rem;
    }

    .pain-points-section {
        padding: 4rem 3rem;
    }

    .pain-points-title {
        font-size: 32px;
    }

    .pain-question {
        font-size: 16px;
    }

    .what-section {
        padding: 4rem 3rem 3rem;
        text-align: center;
    }

    .what-content {
        text-align: center;
    }

    .section-label {
        font-size: 24px;
    }

    .section-title {
        font-size: 1.2rem;
        margin-bottom: 2.5rem;
    }

    .what-section .section-title,
    .what-section .big-title {
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }

    .big-title {
        font-size: 4.5rem;
        line-height: 1.05;
    }

    .tablet-image {
        width: 85%;
        max-width: 600px;
        margin: -2rem auto 0;
    }

    .mobile-features-wrapper {
        display: block;
    }

    .designed-for {
        padding: 4rem 3rem;
    }

    .designed-for-title {
        font-size: 2rem;
    }

    .mobile-section {
        padding: 3rem 0 0;
    }

    .mobile-image {
        max-width: 400px;
    }

    .features-slider {
        padding: 0 3rem 3rem;
    }

    .winemaker-section {
        height: 500px;
    }

    .winemaker-data-wrapper {
        display: block;
    }

    .winemaker-text h2 {
        font-size: 5rem;
        line-height: 1.05;
    }

    .market-data {
        padding: 4rem 3rem;
    }

    .market-data-title {
        font-size: 2rem;
    }

    .market-data-subtitle {
        font-size: 1.5rem;
    }

    .data-items {
        flex-direction: row;
        justify-content: center;
        gap: 2rem;
        flex-wrap: wrap;
    }

    .data-item {
        width: auto;
    }

    .data-item img {
        max-width: 300px;
    }

    .options-module {
        padding: 4rem 3rem;
    }

    .options-module-title {
        font-size: 1.8rem;
    }

    .options-module-subtitle {
        font-size: 1rem;
    }

    .options-cards {
        flex-direction: row;
        max-width: 1200px;
        gap: 2rem;
    }

    .option-card-module {
        flex: 1;
    }

    .form-section {
        padding: 4rem 3rem;
    }

    .form-pretitle {
        font-size: 1.2rem;
    }

    .form-title {
        font-size: 2.5rem;
    }

    .form-description,
    .form-description-bold {
        font-size: 1rem;
    }

    .form-container {
        max-width: 600px;
    }

    .footer {
        padding: 3rem 3rem;
    }
}

@media (min-width: 1024px) {
    .sticky-nav-inner {
        padding: 14px 6rem;
    }

    .sticky-nav-logo img {
        height: 40px;
    }

    .hero {
        padding: 3rem 6rem 0;
        padding-top: 88px;
        max-width: 1600px;
        margin: 0 auto;
    }

    .hero-inner {
        flex-direction: row;
        align-items: center;
        gap: 3rem;
    }

    .hero-left {
        flex: 1;
        order: 1;
    }

    .hero-right {
        flex: 1;
        order: 2;
        margin-top: 0;
    }

    .hero-photo {
        width: 100%;
        max-height: 600px;
        object-fit: cover;
    }

    .hero-title {
        font-size: 48px;
        line-height: 1.15;
        text-align: left;
    }

    .hero-title .line1,
    .hero-title .line2 {
        display: block;
    }

    .hero-title .line3 {
        display: block;
    }

    .hero-title .line1::after {
        content: none;
    }

    .hero-subtitle {
        font-size: 1.2rem;
        max-width: 100%;
        text-align: left;
    }

    .logo-container {
        text-align: left;
    }

    .logo-container img {
        max-width: 250px;
    }

    .cta-primary,
    .cta-secondary {
        min-width: 220px;
        height: 46px;
        line-height: 46px;
        font-size: 15px;
    }

    .cta-secondary {
        line-height: 42px;
    }

    .video-section {
        margin: 0 auto 0;
    }

    .claim-section {
        padding: 3.5rem 6rem;
    }

    .claim-title {
        font-size: 7rem;
        line-height: 7.2rem;
    }

    .pain-points-section {
        padding: 5rem 6rem;
    }

    .pain-points-inner {
        flex-direction: row;
        align-items: center;
        gap: 4rem;
    }

    .pain-points-visual {
        flex: 1;
        order: 1;
    }

    .pain-points-content {
        flex: 1;
        order: 2;
    }

    .pain-points-title {
        font-size: 36px;
    }

    .pain-question {
        font-size: 17px;
    }

    .what-section {
        padding: 6rem 6rem 4rem;
        text-align: center;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        align-items: center;
    }

    .what-content {
        text-align: left;
        padding-right: 2rem;
    }

    .what-section .section-label {
        text-align: left;
    }

    .what-section .section-label,
    .what-section .section-title,
    .what-section .big-title {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .what-section .section-title {
        text-align: left;
    }

    .what-section .big-title {
        text-align: left;
    }

    .section-label {
        font-size: 28px;
        margin-bottom: 1.5rem;
    }

    .section-title {
        font-size: 1.4rem;
        margin-bottom: 3rem;
    }

    .big-title {
        font-size: 6rem;
        line-height: 1;
        margin-bottom: 1.5rem;
    }

    .tablet-image {
        width: 100%;
        max-width: 100%;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .tablet-image img {
        max-width: 600px;
        width: 100%;
    }

    .mobile-features-wrapper {
        display: grid;
        grid-template-columns: 50% 50%;
        gap: 0;
        max-width: 100%;
        margin: 0;
        min-height: 600px;
    }

    .mobile-features-left {
        background: var(--white);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 3rem 2.5rem;
        height: 100%;
        min-height: 600px;
    }

    .mobile-features-right {
        background: var(--primary-red);
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        min-height: 600px;
    }

    .designed-for {
        padding: 0 0 2rem 0;
        background: transparent;
    }

    .designed-for-title {
        font-size: 1.8rem;
        line-height: 1.3;
    }

    .mobile-section {
        padding: 0;
        background: transparent;
    }

    .mobile-image {
        max-width: 450px;
    }

    .features-slider {
        padding: 3rem 2.5rem;
        background: transparent;
        width: 100%;
    }

    .slider-container {
        max-width: 100%;
        margin: 0 auto;
        width: 100%;
    }

    .slide-item {
        padding: 0 2rem;
    }

    .slide-title {
        font-size: 22px;
        margin-bottom: 1rem;
    }

    .slide-description {
        font-size: 20px;
        line-height: 1.6;
    }

    .slider-dots {
        margin-top: 2.5rem;
    }

    .dot {
        width: 14px;
        height: 14px;
    }

    .winemaker-data-wrapper {
        display: grid;
        grid-template-columns: 50% 50%;
        max-width: 100%;
        margin: 0;
        gap: 0;
    }

    .winemaker-section {
        height: 100%;
        min-height: 600px;
    }

    .winemaker-text {
        top: 15%;
        transform: translate(-50%, 0);
        width: 80%;
    }

    .winemaker-text h2 {
        font-size: 2.5rem;
        line-height: 1.2;
    }

    .market-data {
        padding: 4rem 3rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        height: 100%;
        min-height: 600px;
    }

    .market-data-title {
        font-size: 2.2rem;
        line-height: 1.2;
        margin-bottom: 1rem;
    }

    .market-data-subtitle {
        font-size: 1.5rem;
        margin-bottom: 2.5rem;
    }

    .data-items {
        flex-direction: column;
        gap: 2rem;
        margin-bottom: 2rem;
        align-items: center;
    }

    .data-item img {
        max-width: 280px;
    }

    .market-data-description {
        font-size: 1rem;
        max-width: 100%;
        margin: 0 auto 1.5rem;
        padding: 0 1rem;
    }

    .options-module {
        padding: 6rem 6rem;
        max-width: 1600px;
        margin: 0 auto;
    }

    .options-module-title {
        font-size: 2.2rem;
        margin-bottom: 0.5rem;
    }

    .options-module-subtitle {
        font-size: 1.1rem;
        margin-bottom: 3rem;
    }

    .options-cards {
        max-width: 1400px;
        gap: 3rem;
    }

    .option-card-module {
        padding: 3rem 2.5rem;
    }

    .option-card-title {
        font-size: 40px;
        line-height: 1.1;
        margin-bottom: 1.5rem;
    }

    .option-card-description {
        font-size: 1rem;
        line-height: 1.6;
        margin-bottom: 1.5rem;
    }

    .option-card-pricing {
        margin-bottom: 1rem;
    }

    .pricing-left {
        font-size: 22px;
    }

    .pricing-right {
        font-size: 40px;
    }

    .option-card-note {
        font-size: 0.8rem;
        margin-bottom: 1.5rem;
    }

    .option-card-btn {
        height: 55px;
        line-height: 55px;
        font-size: 17px;
    }

    .form-section {
        padding: 6rem 6rem;
        max-width: 1600px;
        margin: 0 auto;
    }

    .form-pretitle {
        font-size: 1.3rem;
        margin-bottom: 0.5rem;
    }

    .form-title {
        font-size: 3rem;
        line-height: 1.2;
        margin-bottom: 2rem;
    }

    .form-description {
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
    }

    .form-description-bold {
        font-size: 1.1rem;
        margin-bottom: 3rem;
    }

    .form-container {
        max-width: 700px;
    }

    .form-group input,
    .form-group textarea {
        padding: 1.1rem;
        font-size: 1rem;
    }

    .form-group textarea {
        min-height: 140px;
    }

    .checkbox-group label {
        font-size: 0.9rem;
    }

    .form-submit {
        height: 55px;
        line-height: 55px;
        font-size: 17px;
    }

    .footer {
        padding: 4rem 6rem;
        min-height: 400px;
    }

    .footer-logo {
        width: 200px;
        margin-bottom: 2rem;
    }

    .footer-social {
        gap: 2rem;
        margin-bottom: 2rem;
    }

    .footer-social svg {
        width: 35px;
        height: 35px;
    }

    .footer-text {
        font-size: 1rem;
    }
}

/* Extra large screens */
@media (min-width: 1440px) {
    .hero-title {
        font-size: 56px;
        line-height: 1.15;
    }

    .hero-title .line1,
    .hero-title .line2 {
        display: block;
    }

    .hero-title .line3 {
        display: block;
    }

    .hero-subtitle {
        font-size: 1.3rem;
    }

    .hero-photo {
        max-height: 700px;
    }

    .claim-title {
        font-size: 8rem;
        line-height: 8.2rem;
    }

    .big-title {
        font-size: 7rem;
    }

    .winemaker-text h2 {
        font-size: 3rem;
    }

    .tablet-image img {
        max-width: 700px;
    }

    .mobile-image {
        max-width: 500px;
    }

    .market-data-title {
        font-size: 2.5rem;
    }

    .market-data-subtitle {
        font-size: 1.7rem;
    }

    .data-item img {
        max-width: 320px;
    }

    .designed-for-title {
        font-size: 2rem;
    }

    .mobile-features-wrapper {
        min-height: 700px;
    }

    .mobile-features-left,
    .mobile-features-right {
        min-height: 700px;
    }

    .winemaker-data-wrapper {
        min-height: 700px;
    }

    .winemaker-section,
    .market-data {
        min-height: 700px;
    }
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes slideInPhoto {
    from {
        opacity: 0;
        transform: translateX(40px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

.animate-on-scroll {
    opacity: 0;
}

.animate-on-scroll.animated {
    animation: fadeInUp 0.8s ease-out forwards;
}

/* Hero animations */
.hero-logo {
    animation: fadeIn 1s ease-out;
}

.hero-title {
    animation: slideInLeft 0.8s ease-out 0.2s both;
}

.hero-subtitle {
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

.hero-ctas {
    animation: fadeInUp 0.8s ease-out 0.6s both;
}

.hero-photo {
    animation: slideInPhoto 1s ease-out 0.3s both;
}

.cta-primary {
    transition: all 0.3s ease;
}

.cta-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(231, 28, 70, 0.3);
}

.cta-secondary {
    transition: all 0.3s ease;
}

.cta-secondary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(231, 28, 70, 0.2);
}

/* Mobile image float effect */
.mobile-image img {
    animation: fadeIn 1s ease-out;
}

/* Card hover effects */
.option-card-module {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.option-card-module:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* Button animations */
.option-card-btn {
    transition: all 0.3s ease;
}

.option-card-btn:hover {
    transform: scale(1.02);
}

/* Data items animation */
.data-item {
    transition: transform 0.3s ease;
}

.data-item:hover {
    transform: scale(1.05);
}

/* Form input animations */
.form-group input,
.form-group select,
.form-group textarea {
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(231, 28, 70, 0.1);
}

/* Social icons animation */
.footer-social a {
    transition: all 0.3s ease;
}

.footer-social a:hover {
    transform: translateY(-5px) scale(1.1);
}

/* Slider dots animation */
.dot {
    transition: all 0.3s ease;
}

.dot:hover {
    transform: scale(1.2);
}

/* Video fade in */
.video-section video {
    animation: fadeIn 1.2s ease-out;
}

/* Tablet image animation */
.tablet-image img {
    transition: transform 0.5s ease;
}

.tablet-image:hover img {
    transform: scale(1.02);
}

html {
    scroll-behavior: smooth;
}
