/* ============================================
   ZETRE - Home Mobile Styles (max-width: 767px)
   ============================================ */

/* ---- Hero Mobile ---- */
.hero {
    min-height: auto;
    height: auto;
    margin-top: 0;
    padding: var(--space-6) 0 var(--space-10);
}

.hero-split-grid {
    grid-template-columns: 1fr;
    gap: var(--space-6);
}

.hero-title {
    font-size: var(--text-2xl);
    line-height: 1.2;
}

.hero-visual-card {
    height: 260px;
    border-radius: 16px;
}

.hero-title .highlight::after {
    height: 4px;
    bottom: 2px;
}

.hero-desc {
    font-size: var(--text-sm);
    line-height: 1.7;
}

.hero-actions {
    flex-direction: column;
    gap: var(--space-3);
}

.hero-actions .btn {
    width: 100%;
    justify-content: center;
}

.hero-actions .btn-outline-white {
    width: 100%;
    justify-content: center;
    min-height: 48px;
}

.hero-stats {
    width: 100%;
    justify-content: space-around;
    padding: var(--space-3);
    gap: var(--space-3);
}

.hero-stat-value {
    font-size: var(--text-xl);
}

.hero-stat-label {
    font-size: 9px;
}

/* ---- Hero Visual Showcase Mobile ---- */
.hero-visual-showcase {
    max-width: 100%;
}

.hero-slider-viewport {
    height: 220px;
}

.hero-image-card-frame {
    border-radius: var(--radius-xl);
}

.hero-frame-header {
    padding: var(--space-2) var(--space-3);
}

.frame-live-badge {
    font-size: 10px;
}

.frame-tag-chip {
    font-size: 9px;
    padding: 2px 8px;
}

.slide-caption-bar {
    padding: var(--space-2) var(--space-3);
}

.slide-caption-bar span {
    font-size: 11px;
}

/* Hero Visual - Mobile Responsive Slider */
.hero-visual {
    display: block;
    margin-top: var(--space-8);
    width: 100%;
}

.hero-slider-frame {
    height: 260px;
    border-radius: var(--radius-xl);
}

.hero-card {
    display: none; /* Hide floating cards on mobile screens for clean UI */
}

.hero-wave svg {
    height: 40px;
}

/* Hero shapes smaller on mobile */
.hero-shape-1 {
    width: 300px;
    height: 300px;
    top: -100px;
    right: -80px;
}

.hero-shape-2 {
    width: 200px;
    height: 200px;
    bottom: -60px;
    left: -60px;
}

.hero-shape-3 {
    width: 120px;
    height: 120px;
}

/* ---- Founder Section Mobile ---- */
.founders-side-grid {
    grid-template-columns: 1fr;
    gap: var(--space-5);
}

.founder-card {
    padding: var(--space-5);
}

.founder-card-compact {
    padding: var(--space-4);
}

.founder-compact-header {
    flex-direction: column;
    text-align: center;
    gap: var(--space-3);
    padding: var(--space-4);
}

.founder-compact-header .founder-avatar-bg {
    width: 60px;
    height: 60px;
    font-size: 28px;
}

.founder-meta h3 {
    font-size: var(--text-base);
}

.founder-title {
    font-size: 10px;
}

.founder-experience-chip {
    font-size: 10px;
    padding: var(--space-1) var(--space-2);
}

.founder-quote {
    font-size: var(--text-sm) !important;
    line-height: 1.5 !important;
}

.founder-pillars-grid {
    gap: var(--space-2);
}

.pillar-item {
    font-size: 10px;
    padding: var(--space-1) var(--space-2);
}

/* ---- Company Intro Mobile ---- */
.intro-grid {
    grid-template-columns: 1fr;
    gap: var(--space-4);
}

.intro-card {
    padding: var(--space-5);
}

.intro-card-icon {
    width: 48px;
    height: 48px;
    font-size: var(--text-xl);
}

/* ---- Culture Section Mobile ---- */
.culture-section {
    padding: var(--space-10) 0;
}

.culture-main-title {
    font-size: var(--text-2xl) !important;
}

.culture-subdesc {
    font-size: var(--text-sm);
}

.culture-bubble-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-4);
}

.bubble-circle-inner {
    width: 140px;
    height: 140px;
}

.bubble-circle-inner i {
    font-size: 36px;
}

.bubble-overlay h4 {
    font-size: var(--text-sm);
}

.bubble-overlay span {
    font-size: 10px;
}

.btn-gold-pill {
    padding: var(--space-3) var(--space-6);
    font-size: var(--text-sm);
}

/* ---- Products 3D Cards Mobile ---- */
.products-3d-grid {
    grid-template-columns: 1fr;
    gap: var(--space-5);
}

.product-card-3d {
    border-radius: var(--radius-xl);
}

.product-card-3d:hover {
    transform: translateY(-6px);
}

.card-3d-visual {
    height: 120px;
}

.icon-3d-bubble {
    width: 56px;
    height: 56px;
    font-size: 28px;
}

.card-3d-body {
    padding: var(--space-4);
}

.card-3d-title {
    font-size: var(--text-base);
}

.card-3d-badge-floating {
    font-size: 9px;
    padding: 4px 10px;
    top: var(--space-2);
    right: var(--space-2);
}

.card-3d-footer {
    flex-direction: row;
    gap: var(--space-2);
}

.card-3d-footer .btn {
    font-size: var(--text-xs);
    padding: var(--space-2) var(--space-3);
    min-height: 36px;
}

/* ---- Mission & Vision Mobile ---- */
.mission-vision-grid {
    grid-template-columns: 1fr;
    gap: var(--space-5);
}

.mission-vision-card {
    padding: var(--space-5);
}

.mv-icon-bubble {
    width: 48px;
    height: 48px;
    font-size: 22px;
}

.mv-badge {
    font-size: 10px;
    padding: 4px 10px;
}

.mv-card-title {
    font-size: var(--text-base);
}

.mv-card-desc {
    font-size: var(--text-xs);
}

.mv-pillar-item {
    font-size: 11px;
}

/* ---- R&D Section Mobile ---- */
.rd-grid {
    grid-template-columns: 1fr;
    gap: var(--space-8);
}

.rd-stats-row {
    flex-wrap: wrap;
    justify-content: space-between;
}

.rd-stat-box {
    padding: var(--space-3) var(--space-1);
    min-width: calc(33.333% - var(--space-2));
}

.rd-stat-box h4 {
    font-size: var(--text-xl);
}

.rd-stat-box span {
    font-size: 8px;
}

.rd-visual-card {
    height: 250px;
}

.rd-card-overlay {
    padding: var(--space-5);
}

.rd-card-overlay i {
    font-size: 48px;
}

.rd-card-overlay h3 {
    font-size: var(--text-base);
}

.rd-card-overlay p {
    font-size: var(--text-xs);
}

/* ---- Why Us Mobile ---- */
.why-us-grid {
    grid-template-columns: 1fr;
    gap: var(--space-4);
}

.why-card {
    padding: var(--space-5);
}

.why-card i {
    font-size: var(--text-2xl);
}

.why-card-number {
    font-size: var(--text-4xl);
}

/* ---- News Section Mobile ---- */
.news-grid {
    grid-template-columns: 1fr;
    gap: var(--space-4);
}

.news-card-img {
    height: 120px;
}

.news-card-body {
    padding: var(--space-4);
}

.news-card-body h4 {
    font-size: var(--text-sm);
}

.news-card-body p {
    font-size: var(--text-xs);
}

/* ---- FAQs Mobile ---- */
.faq-header {
    padding: var(--space-4);
    font-size: var(--text-sm);
}

.faq-content {
    padding: 0 var(--space-4) var(--space-4) var(--space-4);
    font-size: var(--text-xs);
}

/* ---- Testimonials Marquee Mobile ---- */
.testimonial-card-dynamic {
    width: 280px;
    padding: var(--space-4);
}

.testimonial-quote {
    font-size: var(--text-xs);
    line-height: 1.5;
}

.author-avatar-circle {
    width: 36px;
    height: 36px;
    font-size: var(--text-xs);
}

.author-meta-info h4 {
    font-size: var(--text-xs);
}

.author-meta-info span {
    font-size: 10px;
}

.testimonials-marquee-wrapper::before,
.testimonials-marquee-wrapper::after {
    width: 40px;
}

/* ---- Inquiry Section Mobile ---- */
.inquiry-grid {
    grid-template-columns: 1fr;
    gap: var(--space-6);
}

.store-address-card {
    padding: var(--space-5);
}

.store-card-header {
    flex-direction: column;
    text-align: center;
    gap: var(--space-3);
}

.store-card-header h3 {
    font-size: var(--text-base);
}

.store-perks-row {
    flex-wrap: wrap;
    gap: var(--space-2);
    justify-content: center;
}

.perk-chip {
    font-size: 11px;
}

.store-map-banner {
    flex-direction: column;
    gap: var(--space-3);
    text-align: center;
}

.inquiry-form-card {
    padding: var(--space-5);
}

.form-row {
    flex-direction: column;
    gap: 0;
}

.form-row .form-group {
    width: 100%;
}

/* ---- CTA Mobile ---- */
.cta-grid {
    grid-template-columns: 1fr;
    gap: var(--space-3);
}

.cta-card {
    padding: var(--space-4);
    gap: var(--space-4);
}

.cta-card-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    font-size: var(--text-xl);
}

.cta-card-content h3 {
    font-size: var(--text-base);
}

.cta-card-content p {
    font-size: var(--text-xs);
}

/* ---- Mobile Enriched Sections ---- */
.certifications-bar {
    padding: var(--space-4) 0;
}

.certs-wrapper {
    gap: var(--space-4);
    justify-content: center;
}

.cert-item {
    font-size: var(--text-xs);
}

.divisions-tabs {
    padding-bottom: var(--space-1);
}

.tab-btn {
    padding: var(--space-2) var(--space-4);
    font-size: var(--text-xs);
}

.division-content {
    grid-template-columns: 1fr;
    gap: var(--space-4);
    padding: var(--space-5);
}

.division-img-placeholder {
    display: none; /* Hide placeholder image on mobile */
}

.division-details h3 {
    font-size: var(--text-base);
}

.division-details p {
    font-size: var(--text-xs);
    margin-bottom: var(--space-4);
}

.testimonials-slider {
    min-height: 380px;
}

.testimonial-card {
    padding: var(--space-5) var(--space-4);
}

.testimonial-text {
    font-size: var(--text-sm);
    line-height: 1.6;
}

.benefits-list {
    margin-top: var(--space-5);
    gap: var(--space-4);
}

.benefit-item i {
    font-size: var(--text-xl);
}

.benefit-item h4 {
    font-size: var(--text-sm);
}

.benefit-item p {
    font-size: var(--text-xs);
}




/* ---- Products Showcase Mobile ---- */
.products-showcase {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-3);
}

.product-card-img {
    height: 100px;
}

.product-card-img i {
    font-size: 32px !important;
}

.product-card-body {
    padding: var(--space-3);
}

.product-card-body h4 {
    font-size: var(--text-sm);
}

.product-card-body p {
    font-size: var(--text-xs);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-card-body .tag {
    font-size: 9px;
    padding: 2px var(--space-2);
}

/* ---- Newsletter Wrapper Mobile (if used) ---- */
.newsletter-wrapper {
    flex-direction: column;
    text-align: center;
    gap: var(--space-5);
}

.newsletter-content h3 {
    font-size: var(--text-lg);
}

.newsletter-content p {
    font-size: var(--text-xs);
}
