/** Shopify CDN: Minification failed

Line 706:17 Expected identifier but found whitespace
Line 706:18 Unexpected "rgba("

**/
.inner-tubes-section {
  position: relative;
  height: 700px;
  min-height: 500px;
  max-height: 1000px;
  overflow: hidden;
  font-family: 'DIN Pro', sans-serif;
  background-color: white;
}

/* Create the diagonal using a simpler approach */
.inner-tubes-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background-color: #001689;
  transform: skewX(-15deg) translateX(-10%);
  transform-origin: top right;
  z-index: 1;
  box-shadow: 10px 0 20px rgba(0, 0, 0, 0.2);
}

/* Add design elements to the right side - more visible now */
.inner-tubes-section::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background: 
    radial-gradient(circle at 80% 30%, rgba(0, 22, 137, 0.12) 0%, rgba(0, 22, 137, 0) 50%),
    radial-gradient(circle at 20% 80%, rgba(255, 209, 0, 0.12) 0%, rgba(255, 209, 0, 0) 40%);
  z-index: 0;
}

/* Add subtle pattern to right side - increased opacity */
.bg-pattern {
  position: absolute;
  top: 0;
  right: 0;
  width: 65%;
  height: 100%;
  opacity: 0.12;
  z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23001689' fill-opacity='0.6'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
}

/* Blueprint grid for mechanic/engineering feel */
.blueprint-grid {
  position: absolute;
  top: 0;
  right: 0;
  width: 65%;
  height: 100%;
  opacity: 0.07;
  z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23001689' fill-opacity='0.5'%3E%3Crect width='1' height='20'/%3E%3Crect x='5' width='1' height='20'/%3E%3Crect x='10' width='1' height='20'/%3E%3Crect x='15' width='1' height='20'/%3E%3Crect y='0' width='20' height='1'/%3E%3Crect y='5' width='20' height='1'/%3E%3Crect y='10' width='20' height='1'/%3E%3Crect y='15' width='20' height='1'/%3E%3C/g%3E%3C/svg%3E");
}

/* Add geometric accents - increased visibility */
.geometric-accent {
  position: absolute;
  z-index: 1;
  opacity: 0.15;
}

.accent-1 {
  top: 15%;
  right: 15%;
  width: 100px;
  height: 100px;
  border: 3px solid #001689;
  border-radius: 50%;
  transform: rotate(-15deg);
  animation: float-element 15s ease-in-out infinite;
}

.accent-2 {
  bottom: 20%;
  right: 25%;
  width: 80px;
  height: 80px;
  border: 3px solid #FFD100;
  transform: rotate(30deg);
  animation: float-element 12s ease-in-out infinite 2s;
}

.accent-3 {
  top: 40%;
  right: 8%;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 22, 137, 0.08);
  transform: rotate(45deg);
  animation: float-element 10s ease-in-out infinite 1s;
}

.accent-4 {
  bottom: 15%;
  right: 10%;
  width: 60px;
  height: 60px;
  border: 2px solid rgba(255, 209, 0, 0.4);
  border-radius: 8px;
  animation: float-element 14s ease-in-out infinite 0.5s;
}

/* Adding mechanic-themed SVG elements to right side */
.mechanic-element {
  position: absolute;
  z-index: 1;
  opacity: 0.25;
  pointer-events: none;
}

.gear-element-1 {
  top: 15%;
  right: 12%;
  width: 80px;
  height: 80px;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 15v10M50 75v10M15 50H5M95 50H85M26.5 26.5l7 7M73.5 73.5l-7-7M73.5 26.5l-7 7M26.5 73.5l7-7' stroke='%23001689' stroke-width='5' stroke-linecap='round'/%3E%3Ccircle cx='50' cy='50' r='20' stroke='%23001689' stroke-width='5' fill='none'/%3E%3Ccircle cx='50' cy='50' r='10' stroke='%23001689' stroke-width='5' fill='none'/%3E%3Ccircle cx='50' cy='50' r='35' stroke='%23001689' stroke-width='5' fill='none' stroke-dasharray='3 6'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  animation: rotate 20s linear infinite;
}

.gear-element-2 {
  bottom: 25%;
  right: 18%;
  width: 60px;
  height: 60px;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 15v10M50 75v10M15 50H5M95 50H85M26.5 26.5l7 7M73.5 73.5l-7-7M73.5 26.5l-7 7M26.5 73.5l7-7' stroke='%23001689' stroke-width='5' stroke-linecap='round'/%3E%3Ccircle cx='50' cy='50' r='20' stroke='%23001689' stroke-width='5' fill='none'/%3E%3Ccircle cx='50' cy='50' r='10' stroke='%23001689' stroke-width='5' fill='none'/%3E%3Ccircle cx='50' cy='50' r='35' stroke='%23001689' stroke-width='5' fill='none' stroke-dasharray='3 6'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  animation: rotate 15s linear infinite reverse;
}

@keyframes rotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes float-element {
  0% { transform: translate(0, 0) rotate(0deg); }
  25% { transform: translate(-10px, 5px) rotate(5deg); }
  50% { transform: translate(0, 10px) rotate(0deg); }
  75% { transform: translate(10px, 5px) rotate(-5deg); }
  100% { transform: translate(0, 0) rotate(0deg); }
}

/* Add pulsing background elements */
.pulse-circle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);
  z-index: 1;
  opacity: 0;
  animation: fadeIn 0.8s ease forwards 1s, pulse 8s ease-in-out infinite;
}

.pulse-circle-1 {
  width: 300px;
  height: 300px;
  top: 20%;
  right: 10%;
  animation-delay: 0.4s, 1.2s;
}

.pulse-circle-2 {
  width: 200px;
  height: 200px;
  bottom: 15%;
  right: 20%;
  animation-delay: 0.8s, 2s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 0.4; }
  50% { transform: scale(1.2); opacity: 0.7; }
  100% { transform: scale(1); opacity: 0.4; }
}

.inner-tubes-content {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
}

/* Text column */
.text-column {
  width: 45%;
  padding: 50px 0 0 50px;
  color: white;
  z-index: 3;
  display: flex;
  flex-direction: column;
}

/* Heading with handdrawn style underline */
.section-heading {
  font-size: 4.5rem;
  line-height: 0.9;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: 'DIN Pro Condensed', 'DIN Pro', sans-serif;
  color: white;
  opacity: 0;
  transform: translateY(20px);
  animation: slideUp 0.6s ease-out forwards;
  position: relative;
  display: inline-block;
}

.section-heading::after {
  display: none;
}

/* Refined Metallic Gradient with Natural Glow */
.metallic-text {
  display: inline-block;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFD100 50%, #E0A800 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  position: relative;
}

/* Natural glow effect */
.metallic-text::after {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 15px; /* Rounded corners for a softer edge */
  filter: blur(36px); /* Add blur for a natural glow */
  background: radial-gradient(ellipse at center, rgba(255, 209, 0, 0.4) 0%, rgba(255, 209, 0, 0) 70%);
  z-index: -1;
  pointer-events: none;
}

.section-text {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 25px;
  max-width: 400px;
  color: white;
  opacity: 0;
  transform: translateY(20px);
  animation: slideUp 0.6s ease-out forwards 0.2s;
}

/* CTA Button improvements - larger, glowing effect */
.cta-button {
  display: flex;
  background-color: #FFD100;
  color: #001689;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px 0px;
  border: none;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 209, 0, 0.25), 0 0 20px rgba(255, 209, 0, 0.1);
  margin-bottom: 30px;
  align-self: flex-start;
  opacity: 0;
  transform: translateY(20px);
  animation: slideUp 0.6s ease-out forwards 0.4s;
  border-radius: 4px;
  min-width: 280px;
  text-align: center;
  letter-spacing: 0.8px;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 7px 20px rgba(255, 209, 0, 0.35), 0 0 30px rgba(255, 209, 0, 0.2);
  letter-spacing: 1px;
}

.cta-button::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transition: left 0.7s ease;
}

.cta-button:hover::after {
  left: 100%;
}

/* Glowing border animation for CTA */
.cta-button::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 6px;
  background: linear-gradient(90deg, #FFD100, #FF9900, #FFD100);
  background-size: 200% 200%;
  animation: borderGlow 2s ease-in-out infinite;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.cta-button:hover::before {
  opacity: 0.8;
}

@keyframes borderGlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes slideUp {
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* Interactive feature tabs */
.feature-tabs {
  width: 100%;
  max-width: 400px;
  opacity: 0;
  transform: translateY(20px);
  animation: slideUp 0.6s ease-out forwards 0.6s;
}

.tab-nav {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 10px;
}

/* Tab button improvements */
.tab-button {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.1rem;
  font-weight: 500;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  border-bottom: 2px solid transparent;
}

.tab-button:hover {
  color: white;
}

.tab-button.active {
  color: #FFD100;
  border-bottom: 2px solid #FFD100;
}

/* Use industry-specific icons instead of dots */
.tab-button[data-tab="warranty"] .tab-indicator {
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z' stroke='%23FFFFFF' stroke-width='2' fill='rgba(255,255,255,0.3)' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
  border-radius: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.tab-button[data-tab="shipping"] .tab-indicator {
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='3' width='15' height='13' stroke='%23FFFFFF' stroke-width='2' fill='rgba(255,255,255,0.3)'/%3E%3Cpolygon points='16 8 20 8 23 11 23 16 16 16 16 8' stroke='%23FFFFFF' stroke-width='2' fill='rgba(255,255,255,0.3)'/%3E%3Ccircle cx='5.5' cy='18.5' r='2.5' stroke='%23FFFFFF' stroke-width='2' fill='rgba(255,255,255,0.3)'/%3E%3Ccircle cx='18.5' cy='18.5' r='2.5' stroke='%23FFFFFF' stroke-width='2' fill='rgba(255,255,255,0.3)'/%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
  border-radius: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.tab-button[data-tab="quality"] .tab-indicator {
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z' stroke='%23FFFFFF' stroke-width='2' fill='rgba(255,255,255,0.3)' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
  border-radius: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.tab-button.active[data-tab="warranty"] .tab-indicator {
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z' stroke='%23FFD100' stroke-width='2' fill='%23FFD100' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.tab-button.active[data-tab="shipping"] .tab-indicator {
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='3' width='15' height='13' stroke='%23FFD100' stroke-width='2' fill='%23FFD100'/%3E%3Cpolygon points='16 8 20 8 23 11 23 16 16 16 16 8' stroke='%23FFD100' stroke-width='2' fill='%23FFD100'/%3E%3Ccircle cx='5.5' cy='18.5' r='2.5' stroke='%23FFD100' stroke-width='2' fill='%23FFD100'/%3E%3Ccircle cx='18.5' cy='18.5' r='2.5' stroke='%23FFD100' stroke-width='2' fill='%23FFD100'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.tab-button.active[data-tab="quality"] .tab-indicator {
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z' stroke='%23FFD100' stroke-width='2' fill='%23FFD100' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Tab content wrapper - improved to avoid cutoff */
.tab-content-wrapper {
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 25px;
  min-height: 150px;
  color: white;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  border-left: 4px solid #FFD100;
  width: 100%;
  max-width: 400px;
  z-index: 2;
}

.tab-content {
  display: none;
  animation: fadeContent 0.4s ease-in forwards;
  height: 100%;
}

.tab-content.active {
  display: block;
}

@keyframes fadeContent {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.tab-content h4 {
  color: #FFD100;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.tab-content p {
  margin-bottom: 15px;
}

/* Feature list with icons */
.feature-list {
  padding-left: 26px;
  margin: 0;
}

.feature-list li {
  margin-bottom: 10px;
  position: relative;
  list-style: none;
}

.feature-list li::before {
  content: '';
  position: absolute;
  left: -26px;
  top: 2px;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='10' stroke='%23FFD100' stroke-width='2' fill='none'/%3E%3Cpath d='M8 12l3 3 5-6' stroke='%23FFD100' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

/* Image column styling */
.image-column {
  width: 55%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  padding-top: 10px;
}

/* Main product image with animations */
.image-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tube-image {
  position: relative;
  max-height: 95%;
  width: auto;
  max-width: 95%;
  z-index: 3;
  filter: drop-shadow(0 0 25px rgba(0, 0, 0, 0.3));
  animation: fadeInSlide 1s ease-out forwards, floating 8s ease-in-out infinite 1s;
  opacity: 0;
  transform: translateX(30px);
}

@keyframes fadeInSlide {
  0% { opacity: 0; transform: translateX(30px); }
  100% { opacity: 1; transform: translateX(0); }
}

/* 3D-like effect for image */
.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, rgba(0, 22, 137, 0.05) 0%, rgba(0, 22, 137, 0) 70%);
  z-index: 2;
  pointer-events: none;
}

/* Feature hotspots on the image */
.feature-hotspots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.hotspot {
  position: absolute;
  z-index: 5;
  transform: translate(-50%, -50%);
}

.hotspot-dot {
  width: 12px;
  height: 12px;
  background-color: #FFD100;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}

.hotspot-dot::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #FFD100;
  opacity: 0;
  animation: ping 2s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.hotspot.pulse .hotspot-dot::before {
  opacity: 1;
}

@keyframes ping {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
  75%, 100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

.hotspot-label {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 8px;
  background-color: rgba(0, 22, 137, 0.85);
  color: white;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  pointer-events: none;
  z-index: 6;
  border-left: 2px solid #FFD100;
}

.hotspot-label::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: rgba(0, 22, 137, 0.85) transparent transparent transparent;
}

.hotspot:hover .hotspot-label {
  opacity: 1;
  visibility: visible;
}

/* Mobile-specific styles - DO NOT CHANGE */
.mobile-info-section {
  display: none;
  position: relative;
  width: 100%;
  z-index: 10;
  animation: fadeIn 0.5s ease-out forwards 0.8s;
  opacity: 0;
}

.mobile-tabs {
  display: flex;
  width: 100%;
  background-color: rgba(0, 22, 137, 0.8);
  border-radius: 8px 8px 0 0;
}

.mobile-tab {
  flex: 1;
  background: none;
  border: none;
  color: white;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 18px 5px;
  text-align: center;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.mobile-tab.active {
  color: #FFD100;
  background-color: rgba(0, 0, 0, 0.2);
}

.mobile-tab-indicator {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color:
}

background-color: rgba(255, 255, 255, 0.5);
}

.mobile-tab:hover .mobile-tab-indicator {
  background-color: rgba(255, 255, 255, 0.8);
}

.mobile-tab.active .mobile-tab-indicator {
  background-color: #FFD100;
}

.mobile-tab-content {
  display: none;
  padding: 25px;
  color: white;
  font-size: 1.1rem;
  background-color: rgba(0, 22, 137, 1);
  border-radius: 0 0 8px 8px;
}

.mobile-tab-content.active {
  display: block;
}

.mobile-tab-content h4 {
  color: #FFD100;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.25rem;
}

.mobile-feature-list {
  padding-left: 25px;
  margin: 15px 0 10px 0;
}

.mobile-feature-list li {
  margin-bottom: 15px;
  font-size: 1.05rem;
  position: relative;
}

.mobile-feature-list li::before {
  content: '✓';
  color: #FFD100;
  position: absolute;
  left: -25px;
  font-size: 1.1rem;
}

@keyframes floating {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-15px); }
  100% { transform: translateY(0px); }
}

/* Responsive styles - PRESERVE MOBILE WORKING VERSION */
@media screen and (max-width: 1200px) {
  .section-heading {
    font-size: 4rem;
  }
  
  .section-text {
    font-size: 1.2rem;
  }
  
  .feature-tabs {
    max-width: 350px;
  }
}

@media screen and (max-width: 990px) {
  .inner-tubes-section {
    height: auto;
    min-height: 700px;
    padding-bottom: 0;
  }
  
  .inner-tubes-section::before {
    width: 100%;
    height: 75%;
    transform: skewY(-3deg) translateY(-5%);
    transform-origin: top center;
  }

  .inner-tubes-content {
    flex-direction: column-reverse;
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  
  .text-column {
    width: 100%;
    padding: 30px 20px;
    align-items: center;
    text-align: center;
    z-index: 2;
    margin-top: 0;
  }
  
  .section-heading {
    font-size: 3rem;
    margin-bottom: 15px;
  }
  
  /* Clean up heading for mobile */
  .section-heading::after {
    bottom: -5px;
    height: 6px;
  }
  
  .section-text {
    font-size: 1.1rem;
    margin: 0 auto 20px auto;
    max-width: 500px;
  }
  
  .cta-button {
    margin: 0 auto 25px auto;
    min-width: 240px;
    font-size: 1.1rem;
    padding: 16px 25px;
  }
  
  .feature-tabs {
    display: none;
  }
  
  .image-column {
    width: 100%;
    height: auto;
    max-height: 60vh;
    z-index: 1;
    margin-bottom: -20px;
  }
  
  .tube-image {
    max-height: none;
    max-width: 80%;
    height: auto;
    margin-top: 30px;
  }
  
  .feature-hotspots {
    display: none;
  }
  
  .mobile-info-section {
    display: block;
    position: relative;
    width: 90%;
    margin: 0 auto;
    z-index: 2;
    margin-top: -10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
  }
  
  .mechanic-element,
  .gear-element-1,
  .gear-element-2,
  .accent-1, 
  .accent-2, 
  .accent-3, 
  .accent-4, 
  .bg-pattern,
  .blueprint-grid {
    display: none;
  }
  
  @keyframes floating {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
  }
}

@media screen and (max-width: 767px) {
  .inner-tubes-section {
    min-height: 550px;
  }
  
  .section-heading {
    font-size: 2.7rem;
  }
  
  .section-text {
    font-size: 1rem;
  }
  
  .tube-image {
    max-width: 90%;
  }
  
  .mobile-tab {
    font-size: 1rem;
    padding: 15px 5px;
  }
  
  .mobile-tab-content {
    padding: 20px 15px;
  }
}

/* Fixed responsiveness for tab content on intermediate screens */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* Adjust main layout */
  .inner-tubes-section {
    height: auto;
    min-height: 750px;
  }
  
  .inner-tubes-content {
    flex-direction: column;
    align-items: center;
    padding: 30px 20px;
  }
  
  .text-column, 
  .image-column {
    width: 100%;
    max-width: 600px;
    text-align: center;
  }
  
  .text-column {
    order: 2;
    padding: 30px 0 0 0;
  }
  
  .image-column {
    order: 1;
    margin-bottom: 20px;
    height: 300px;
  }
  
  /* Fix for tab content */
  .feature-tabs {
    max-width: 100%;
    margin: 0 auto;
  }
  
  .tab-content-wrapper {
    max-width: 100%;
    width: 100%;
    min-height: 0;
    padding: 20px;
  }
  
  .section-heading {
    font-size: 3rem;
    text-align: center;
  }
  
  .cta-button {
    margin: 0 auto 25px auto;
  }
}

/* Special iPad-specific adjustments */
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) {
  .inner-tubes-section::before {
    width: 100%;
    height: 100%;
    transform: none;
  }
  
  .tab-nav {
    justify-content: center;
  }
  
  .tube-image {
    max-width: 80%;
    max-height: 250px;
  }
}