
/* Frutico secondary pages */
.page-hero{padding:68px 0 58px;background:linear-gradient(180deg,#fff9df 0%,#fff 100%)}
.page-hero.dark{background:linear-gradient(135deg,#004f32,#006b42);color:#fff}
.page-hero .container{display:flex;align-items:flex-end;justify-content:space-between;gap:30px}
.page-kicker{font-size:12px;letter-spacing:.16em;text-transform:uppercase;font-weight:800;color:var(--yellow);margin-bottom:12px}
.page-hero h1{font-family:cursive;font-size:52px;line-height:1;margin:0}
.page-hero p{max-width:650px;color:#6d6d6d;line-height:1.75;margin:18px 0 0;font-size:15px}
.page-hero.dark p{color:rgba(255,255,255,.82)}
.page-section{padding:78px 0}
.page-section.alt{background:#fffdf6}
.page-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center}
.page-image{width:100%;border-radius:24px;box-shadow:0 18px 40px rgba(0,0,0,.12)}
.page-copy h2{font-family:cursive;font-size:38px;line-height:1.05;margin:0 0 18px}
.page-copy p{font-size:15px;line-height:1.8;color:#555;margin:0 0 16px}
.page-copy strong{color:var(--green)}
.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.info-card{background:#fff;border:1px solid #eee;border-radius:22px;padding:26px;box-shadow:0 10px 28px rgba(0,0,0,.05)}
.info-card h3{margin:0 0 10px;font-size:19px}
.info-card p{margin:0;color:#777;line-height:1.65;font-size:14px}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.product-card{background:#fff;border-radius:24px;overflow:hidden;border:1px solid #eee;box-shadow:0 10px 30px rgba(0,0,0,.06)}
.product-card img{width:100%;height:240px;object-fit:cover}
.product-card .pcopy{padding:22px}
.product-card .tag{display:inline-block;color:#fff;background:var(--green);font-size:11px;font-weight:800;padding:6px 10px;border-radius:999px;margin-bottom:12px}
.product-card h3{font-size:21px;margin:0 0 10px}
.product-card p{font-size:13px;color:#777;line-height:1.6;margin:0}
.machine-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.machine-card{background:#fff;border:1px solid #eee;border-radius:20px;padding:18px;display:flex;flex-direction:column;min-height:330px}
.machine-card img{height:210px;width:100%;object-fit:contain;margin:auto}
.machine-card h3{font-size:16px;margin:15px 0 0}
.dealer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.dealer-card{background:#fff;border:1px solid #eee;border-radius:22px;padding:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:190px;box-shadow:0 8px 25px rgba(0,0,0,.05)}
.dealer-card img{max-width:210px;max-height:110px;object-fit:contain;margin-bottom:15px}
.dealer-card span{font-weight:700;color:#444;font-size:14px}
.contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:28px}
.contact-box{background:#fff;border:1px solid #eee;border-radius:24px;padding:30px}
.contact-box h2{font-family:cursive;font-size:35px;margin:0 0 20px}
.contact-line{display:flex;gap:14px;padding:15px 0;border-bottom:1px solid #eee;color:#555;font-size:14px;line-height:1.5}
.contact-line:last-child{border-bottom:0}
.contact-icon2{width:34px;height:34px;border-radius:50%;background:#fff3c5;display:grid;place-items:center;color:var(--green);flex:none}.contact-info-icon-svg{width:18px;height:18px;display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.contact-form{display:grid;gap:12px}
.contact-form input,.contact-form textarea{width:100%;border:1px solid #ddd;border-radius:12px;padding:13px 14px;font:inherit}
.contact-form textarea{min-height:150px;resize:vertical}
.contact-form button{border:0;cursor:pointer}
@media(max-width:900px){
 .page-hero .container{display:block}.page-hero h1{font-size:42px}
 .page-grid-2,.contact-grid{grid-template-columns:1fr}
 .card-grid,.product-grid,.dealer-grid{grid-template-columns:1fr 1fr}
 .machine-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
 .page-section{padding:55px 0}.card-grid,.product-grid,.dealer-grid,.machine-grid{grid-template-columns:1fr}
 .page-hero{padding:48px 0}.page-hero h1{font-size:36px}
}
