 /* =====================================
ADVANCED FOOD 3D PRINTER HERO
===================================== */

.food-pro-hero{
background:#ffffff;
position:relative;
overflow:hidden;
}

.hero-left{
    padding: 30px 18px 0px 57px !important;
}
/* badge */
.hero-badge{
display:inline-flex;
align-items:center;
gap:8px;
background:#173a27;
color:#ffffff;
padding:8px 16px;
font-size:12px;
letter-spacing:2px;
text-transform:uppercase;
font-weight:700;
margin-bottom:18px;
}

.hero-badge::before{
content:'';
width:8px;
height:8px;
border-radius:50%;
background:#c8860a;
display:block;
}


 .hero-right img{
width:100%;
display:block;
}

.hero-stats{
    grid-template-columns: repeat(3,1fr);
}
.stat h3{
    font-weight: 700;
}
.hero-stats{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:18px;
margin-top:28px;
}

.stat{
background:#f7f8f4;
padding:18px;
border:1px solid #dde4d4;
text-align:center;
}

.stat h3{
font-size:30px;
font-weight:800;
color:#173a27;
margin:0 0 6px;
font-family:'Barlow Condensed',sans-serif;
}

.stat p{
font-size:11px;
letter-spacing:1px;
color:#6e7768;
margin:0;
text-transform:uppercase;
font-weight:700;
}

@media(max-width:768px){

.hero-stats{
grid-template-columns:repeat(2,1fr);
gap:12px;
}

}

@media(max-width:480px){

.hero-stats{
grid-template-columns:1fr;
}

}/* keep all stats in single line */

.hero-stats{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:1px;
align-items:stretch;
}

/* =====================================
HERO SECTION
Make left spacing same as right
===================================== */

.food-hero-container{
display:grid;
grid-template-columns:1fr 1fr;
align-items:center !important;
gap:60px;
}


.hero-right{
padding:0px !important

}

/* mobile */

@media(max-width:768px){

.food-hero-container{
grid-template-columns:1fr;
gap:25px;
}

.hero-left,
.hero-right{
padding:30px 20px !important;
}

}
/* mobile also single line */
@media(max-width:768px){

.hero-stats{
grid-template-columns:repeat(4,1fr);
gap:8px;
}

.stat h3{
font-size:22px;
}

.stat p{
font-size:10px;
line-height:1.3;
}

}
.ul-list{
        color: #090909;
    line-height: 1.7;
    font-size: 15px;
}

/* corners */
.corner{
position:absolute;
width:22px;
height:22px;
}

.corner-tl{
top:0;
left:0;
border-top:2px solid #c8860a;
border-left:2px solid #c8860a;
}

.corner-tr{
top:0;
right:0;
border-top:2px solid #c8860a;
border-right:2px solid #c8860a;
}

.corner-bl{
bottom:0;
left:0;
border-bottom:2px solid #c8860a;
border-left:2px solid #c8860a;
}

.corner-br{
bottom:0;
right:0;
border-bottom:2px solid #c8860a;
border-right:2px solid #c8860a;
}



/* =====================================
RESPONSIVE
===================================== */

@media(max-width:768px){

.hero-badge{
font-size:11px;
padding:7px 12px;
margin-bottom:14px;
}




}

@media(max-width:480px){

.ext-diagram-row{
grid-template-columns:1fr 1fr;
gap:14px;
}

.hero-badge{
font-size:10px;
letter-spacing:1px;
}

}


/* =====================================
EXTRUDER PROFILES
NEW STRUCTURE (Modern 2x2 Card Layout)
===================================== */

.ext-profiles{
padding:40px 6%;
background:#ffffff;
border-bottom:1px solid #dde4d4;
}

.ext-profiles-header{
max-width:1200px;
margin:0 auto 20px;
text-align:center;
}

/* NEW GRID */
.ext-profiles-grid{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns:repeat(2,1fr);
gap:24px;
background:none;
border:none;
}

/* CARD */
.ext-profile-card{
background:#f7f8f4;
border:1px solid #dde4d4;
padding:34px 30px;
position:relative;
overflow:hidden;
transition:.28s ease;
border-radius:6px;
}

.ext-profile-card:hover{
transform:translateY(-6px);
background:#ffffff;
box-shadow:0 14px 28px rgba(0,0,0,0.05);
border-color:#c8860a;
}

/* top stripe */
.ext-profile-card::before{
content:"";
position:absolute;
top:0;
left:0;
right:0;
height:4px;
background:#173a27;
}

/* number */
.ext-profile-num{
font-size:56px;
font-weight:700;
line-height:1;
color:#c8860a;
margin-bottom:14px;
font-family:'Barlow Condensed',sans-serif;
}

/* title */
.ext-profile-name{
font-size:24px;
font-weight:700;
line-height:1.05;
color:#173a27;
margin-bottom:8px;
font-family:'Barlow Condensed',sans-serif;
text-transform:uppercase;
}

/* role */
.ext-profile-role{
font-size:11px;
letter-spacing:2px;
text-transform:uppercase;
color:#030303;
font-weight:700;
margin-bottom:18px;
}

/* body */
.ext-profile-body{
font-size:15px;
line-height:1.8;
color:#000000;
margin-bottom:20px;
}


/* center this content */

.ext-profiles-header p{
max-width:780px;
margin:18px auto 0;
text-align:center;
font-size:16px;
line-height:1.8;
color:#6e7768;
}


/* =====================================
RESPONSIVE
===================================== */

@media(max-width:992px){

.ext-profiles-grid{
grid-template-columns:1fr;
gap:18px;
}

}

@media(max-width:768px){

.ext-profiles{
padding:85px 20px;
}

.ext-profiles-header{
margin-bottom:35px;
}

.ext-profile-card{
padding:26px 22px;
}

.ext-profile-num{
font-size:46px;
}

.ext-profile-name{
font-size:20px;
}


}

@media(max-width:480px){

.ext-profile-num{
font-size:40px;
}

.ext-profile-name{
font-size:18px;
}

.ext-profile-body{
font-size:13px;
}

}

@media (max-width: 768px){

.food-hero-container{
display:flex;
flex-direction:column;
gap:5px;
}

.hero-left,
.hero-right{
width:100%;
}

.hero-title{
font-size:39px;
line-height:1.05;
}

.hero-sub{
font-size:12px;
line-height:1.7;
}

.hero-buttons{
display:flex;
flex-direction:column;
gap:12px;
}

.hero-buttons a{
width:100%;
text-align:center;
}

.hero-stats{
grid-template-columns:repeat(2,1fr);
gap:12px;
}

}
@media (max-width: 768px){

.ticker-strip{
overflow:hidden;
}

.ticker-item{
font-size:12px;
padding:10px 14px;
white-space:nowrap;
}

}
@media (max-width:768px){

.food-tech-inner{
display:flex;
flex-direction:column;
gap:30px;
}

.tech-text,
.tech-image{
width:100%;
}

.tech-text h2{
font-size:34px;
line-height:1.1;
}

}
@media (max-width:768px){

.features-grid{
grid-template-columns:1fr;
gap:16px;
}

.feature-box{
padding:22px;
}

.features-header{
display:block;
}

.big-number{
font-size:72px;
margin-top:20px;
}

}
@media (max-width:768px){

.tab-nav{
display:grid;
grid-template-columns:1fr 1fr;
gap:10px;
}

.tab-btn{
width:100%;
font-size:12px;
padding:12px;
}

.specs-grid{
grid-template-columns:1fr;
gap:20px;
}

.spec-row{
flex-direction:column;
align-items:flex-start;
gap:5px;
}

}
@media (max-width:768px){

.deploy-grid{
grid-template-columns:1fr;
gap:18px;
}

.deploy-box{
padding:22px;
}

.where-food{
font-size:34px;
}

}

@media (max-width:768px){

section,
.specs,
.ext-profiles,
.food-features,
.food-applications{
padding-left:20px;
padding-right:20px;
}

}


.comparison-sec {
  padding: 40px 250px;
  background: #f7f8f4;
  border-top: 1px solid #dde4d4;
  border-bottom: 1px solid #dde4d4;
}

.comparison-sec h2 {
  font-size: 48px;
  line-height: 1.05;
  font-weight: 700;
  color: #111a0e;
  margin: 0 0 20px;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 1px;
}

.comparison-sec table {
  width: 70%;
  border-collapse: collapse;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
  margin: 0 auto; /* Centers table on all screens */
}

.comparison-sec th,
.comparison-sec td {
  padding: 18px 22px;
  text-align: left;
  border-bottom: 1px solid #e4e8de;
  font-size: 15px;
}

.comparison-sec th {
  background: #173a27;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
}

.comparison-sec td {
  color: #4d5748;
  font-weight: 500;
}

.comparison-sec tr:last-child td {
  border-bottom: none;
}

/* Highlight Food Pro column (second-to-last, assuming 2 data columns) */
.comparison-sec td:nth-last-child(2),
.comparison-sec th:nth-last-child(2) {
  color: #c8860a;
  font-weight: 700;
}

/* Hover effect */
.comparison-sec tbody tr:hover {
  background: #fafbf8;
  transition: 0.25s ease;
}

/* Tablet adjustments */
@media (max-width: 1024px) {
  .comparison-sec {
    padding: 60px 50px;
  }
  .comparison-sec h2 {
    font-size: 40px;
  }
  .comparison-sec table {
    width: 90%;
  }
}

/* Mobile (768px and below) */
@media (max-width: 768px) {
  .comparison-sec {
    padding: 50px 20px;
  }
  .comparison-sec h2 {
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
  }
  .comparison-sec table {
    width: 100%;
    min-width: 600px; /* Enables smooth horizontal scroll */
    margin: 0;
  }
  .comparison-sec th,
  .comparison-sec td {
    padding: 12px 10px;
    font-size: 13px;
    white-space: nowrap; /* Prevents text wrap in data cells */
  }
  .comparison-sec th:first-child,
  .comparison-sec td:first-child {
    min-width: 140px;
    white-space: normal; /* Allows wrap only in feature names */
    padding-left: 16px;
  }
}

/* Small mobile (480px and below) */
@media (max-width: 480px) {
  .comparison-sec {
    padding: 40px 15px;
  }
  .comparison-sec h2 {
    font-size: 26px;
    margin-bottom: 25px;
  }
  .comparison-sec table {
    min-width: 50px;
  }
  .comparison-sec th,
  .comparison-sec td {
    padding: 10px 8px;
    font-size: 12px;
  }
  .comparison-sec th:first-child,
  .comparison-sec td:first-child {
    min-width: 120px;
  }
}




/* =====================================
WHY UPGRADE TO FOOD PRO
===================================== */

.upgrade-foodpro{
padding:40px 6%;
background:#ffffff;
border-top:1px solid #dde4d4;
border-bottom:1px solid #dde4d4;
}

.upgrade-head{
text-align:center;
max-width:900px;
margin:0 auto 20px;
}

.upgrade-head h2{
font-size:54px;
line-height:1.02;
font-weight:700;
color:#173a27;
margin:12px 0 0;
font-family:'Barlow Condensed',sans-serif;
text-transform:uppercase;
}

.upgrade-grid{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns:repeat(2,1fr);
gap:22px;
}

.upgrade-card{
background:#f7f8f4;
border:1px solid #dde4d4;
padding:34px 28px;
transition:.25s ease;
position:relative;
}

.upgrade-card:hover{
transform:translateY(-5px);
background:#ffffff;
box-shadow:0 10px 26px rgba(0,0,0,0.05);
}

.upgrade-card span{
display:block;
font-size:58px;
line-height:1;
font-weight:700;
color:#c8860a;
-webkit-text-stroke:1px #d4dccd;
margin-bottom:16px;
font-family:'Barlow Condensed',sans-serif;
}

.upgrade-card h3{
font-size:24px;
line-height:1.1;
margin:0;
color:#173a27;
font-weight:800;
font-family:'Barlow Condensed',sans-serif;
text-transform:uppercase;
}



/* =====================================
RESPONSIVE
===================================== */

@media(max-width:768px){

.upgrade-foodpro{
padding:85px 20px;
}

.upgrade-head{
margin-bottom:35px;
}

.upgrade-head h2{
font-size:36px;
line-height:1.08;
}

.upgrade-grid{
grid-template-columns:1fr;
gap:16px;
}

.upgrade-card{
padding:24px 22px;
}

.upgrade-card span{
font-size:44px;
}

.upgrade-card h3{
font-size:20px;
}

}

@media(max-width:480px){

.upgrade-head h2{
font-size:30px;
}

.upgrade-card h3{
font-size:18px;
}

}