File manager - Edit - /var/www/sme-os.tech.cm.in.th/style.css
Back
/* ================================================================ SME Restaurant OS - Portal Stylesheet Clean Architecture | Dual Theme | Modern Glassmorphism | Premium UX ================================================================ */ /* ------------------------------------------------------------------ 0. GOOGLE FONT IMPORT ------------------------------------------------------------------ */ @import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Kanit:wght@300;400;500;600;700;800&display=swap'); /* ------------------------------------------------------------------ 1. CSS VARIABLES - DARK THEME (Default) ------------------------------------------------------------------ */ /* ------------------------------------------------------------------ 1. CSS VARIABLES - DARK THEME (Default) ------------------------------------------------------------------ */ :root, [data-theme="dark"] { /* Backgrounds with high translucency for restaurant background see-through */ --bg-root: #06090F; --bg-surface: rgba(10, 15, 29, 0.65); --bg-card: rgba(13, 20, 36, 0.58); --bg-card-hover: rgba(20, 30, 52, 0.75); --bg-card-solid: rgba(13, 20, 36, 0.85); --bg-navbar: rgba(6, 9, 15, 0.78); --section-backdrop: rgba(6, 9, 15, 0.45); /* Typography */ --text-primary: #F8FAFC; --text-secondary: #CBD5E1; --text-muted: #94A3B8; /* Borders */ --border-glass: rgba(255, 255, 255, 0.12); --border-hover: rgba(255, 107, 0, 0.55); /* Accent Colors */ --accent-orange: #FF6B00; --accent-gold: #F59E0B; --accent-cyan: #00E5FF; --accent-teal: #00C9A7; --accent-green: #10B981; --accent-red: #EF4444; /* Shadows & Glow */ --shadow-card: 0 14px 36px -8px rgba(0, 0, 0, 0.65); --shadow-hover: 0 20px 48px -6px rgba(255, 107, 0, 0.42); --glow-orange: 0 0 25px rgba(255, 107, 0, 0.4); --glow-cyan: 0 0 25px rgba(0, 229, 255, 0.35); /* Atmospheric Restaurant Ambient Wallpaper across the entire page */ --page-bg: linear-gradient(180deg, rgba(6,9,15,0.78) 0%, rgba(6,9,15,0.85) 40%, rgba(6,9,15,0.88) 100%), url('images/hero_restaurant_bg.jpg'); } /* ------------------------------------------------------------------ 2. CSS VARIABLES - LIGHT THEME ------------------------------------------------------------------ */ [data-theme="light"] { /* Backgrounds - Warm Translucent Gourmet Glass */ --bg-root: #FBF9F5; --bg-surface: rgba(255, 255, 255, 0.85); --bg-card: rgba(255, 255, 255, 0.72); --bg-card-hover: rgba(255, 255, 255, 0.9); --bg-card-solid: rgba(255, 255, 255, 0.95); --bg-navbar: rgba(251, 249, 245, 0.85); --section-backdrop: rgba(251, 249, 245, 0.45); /* Typography */ --text-primary: #0F172A; --text-secondary: #334155; --text-muted: #64748B; /* Borders */ --border-glass: rgba(15, 23, 42, 0.1); --border-hover: rgba(234, 88, 12, 0.6); /* Accent Colors */ --accent-orange: #EA580C; --accent-gold: #D97706; --accent-cyan: #0284C7; --accent-teal: #0F766E; --accent-green: #059669; --accent-red: #DC2626; /* Shadows */ --shadow-card: 0 10px 30px -8px rgba(0, 0, 0, 0.1); --shadow-hover: 0 18px 40px -6px rgba(234, 88, 12, 0.25); --glow-orange: 0 0 20px rgba(234, 88, 12, 0.25); --glow-cyan: 0 0 20px rgba(2, 132, 199, 0.2); /* Atmospheric Restaurant Ambient Wallpaper */ --page-bg: linear-gradient(180deg, rgba(251,249,245,0.85) 0%, rgba(251,249,245,0.92) 50%, rgba(251,249,245,0.95) 100%), url('images/hero_restaurant_bg.jpg'); } /* ------------------------------------------------------------------ 3. RESET & BASE ------------------------------------------------------------------ */ *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: hidden; width: 100%; } body { font-family: 'Plus Jakarta Sans', 'Kanit', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-weight: 400; font-size: 16px; line-height: 1.7; color: var(--text-primary); background-color: var(--bg-root); background-image: var(--page-bg); background-size: cover; background-position: center top; background-attachment: fixed; min-height: 100vh; width: 100%; overflow-x: hidden; position: relative; -webkit-font-smoothing: antialiased; transition: background-color 0.3s ease, color 0.3s ease; word-wrap: break-word; overflow-wrap: break-word; } /* ------------------------------------------------------------------ 4. LAYOUT CONTAINERS ------------------------------------------------------------------ */ .container { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 32px; box-sizing: border-box; } .portal-section { padding: 100px 0; position: relative; width: 100%; overflow: hidden; box-sizing: border-box; } /* ------------------------------------------------------------------ 5. HERO SECTION ------------------------------------------------------------------ */ .hero-section { padding-top: 160px; padding-bottom: 110px; position: relative; overflow: hidden; } .hero-section::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 140px; background: linear-gradient(180deg, transparent 0%, var(--bg-root) 100%); pointer-events: none; } .hero-wrapper { display: grid; grid-template-columns: 1.15fr 0.85fr; align-items: center; gap: 48px; position: relative; z-index: 2; } .hero-content { text-align: left; max-width: 680px; } .hero-badge { display: inline-flex; align-items: center; gap: 8px; padding: 6px 18px; border-radius: 30px; background: rgba(255, 107, 0, 0.12); border: 1px solid rgba(255, 107, 0, 0.35); color: var(--accent-orange); font-size: 0.85rem; font-weight: 700; letter-spacing: 0.5px; margin-bottom: 20px; backdrop-filter: blur(8px); } .hero-title { font-size: clamp(2.3rem, 4vw, 3.4rem); font-weight: 800; line-height: 1.25; color: var(--text-primary); margin-bottom: 20px; text-align: left; letter-spacing: -0.5px; } .hero-description { font-size: 1.08rem; color: var(--text-secondary); line-height: 1.75; margin-bottom: 32px; text-align: left; } .hero-cta-group { display: flex; justify-content: flex-start; align-items: center; gap: 16px; flex-wrap: wrap; } .btn-cta-primary { display: inline-flex; align-items: center; gap: 10px; padding: 15px 32px; background: linear-gradient(135deg, #FF6B00, #FF8800); color: #fff; font-weight: 700; font-size: 1rem; border-radius: 12px; text-decoration: none; box-shadow: 0 6px 24px rgba(255, 107, 0, 0.4); transition: all 0.3s ease; white-space: nowrap; } .btn-cta-primary:hover, .btn-cta-primary:active { transform: translateY(-3px); box-shadow: 0 10px 32px rgba(255, 107, 0, 0.6); } .btn-cta-secondary { display: inline-flex; align-items: center; gap: 8px; padding: 14px 26px; border: 1.5px solid rgba(0, 229, 255, 0.4); color: var(--accent-cyan); font-weight: 700; font-size: 0.98rem; border-radius: 12px; text-decoration: none; background: rgba(0, 229, 255, 0.08); backdrop-filter: blur(8px); transition: all 0.3s ease; white-space: nowrap; } .btn-cta-secondary:hover, .btn-cta-secondary:active { background: rgba(0, 229, 255, 0.18); border-color: var(--accent-cyan); box-shadow: 0 0 24px rgba(0, 229, 255, 0.45); transform: translateY(-2px); } /* Hero Showcase Card */ .hero-showcase-card { background: var(--bg-card); border: 1px solid var(--border-glass); border-radius: 24px; padding: 28px; width: 100%; backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); box-shadow: var(--shadow-card); transition: all 0.3s ease; position: relative; } .hero-showcase-card:hover { border-color: var(--accent-orange); box-shadow: var(--shadow-hover); } /* Tablet / iPad Device Mockup Frame */ .tablet-mockup-frame { position: relative; background: #111622; border: 10px solid #1E293B; border-radius: 26px; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.7), 0 0 35px rgba(255, 107, 0, 0.25); overflow: hidden; margin-bottom: 20px; transition: transform 0.3s ease, box-shadow 0.3s ease; } .tablet-mockup-frame:hover { transform: translateY(-4px); box-shadow: 0 24px 70px rgba(0, 0, 0, 0.8), 0 0 45px rgba(255, 107, 0, 0.4); } .tablet-camera-notch { position: absolute; top: 6px; left: 50%; transform: translateX(-50%); width: 6px; height: 6px; background: #0F172A; border: 1px solid rgba(255,255,255,0.15); border-radius: 50%; z-index: 10; } .tablet-screen-img { width: 100%; height: auto; max-height: 250px; object-fit: cover; object-position: top center; display: block; border-radius: 14px; } /* Glowing Text - Glow only on hover or active */ .glow-text-orange { color: var(--accent-orange); text-shadow: none !important; transition: text-shadow 0.3s ease; } .glow-text-orange:hover, .glow-text-orange:active { text-shadow: 0 0 16px rgba(255, 90, 0, 0.6) !important; } /* ------------------------------------------------------------------ 7. SECTION HEADERS ------------------------------------------------------------------ */ .section-header { text-align: center; margin-bottom: 60px; } .section-title { font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 800; color: var(--text-primary); line-height: 1.3; margin-bottom: 14px; } .section-subtitle { font-size: 1rem; color: var(--text-secondary); max-width: 620px; margin: 0 auto; line-height: 1.7; } /* ------------------------------------------------------------------ 8. FEATURE CARDS (TRANSLUCENT RESTAURANT GLASSMORPHISM) ------------------------------------------------------------------ */ .features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; } .feature-card { background: var(--bg-card); border: 1px solid var(--border-glass); border-radius: 22px; padding: 34px 26px; backdrop-filter: blur(24px) saturate(160%); -webkit-backdrop-filter: blur(24px) saturate(160%); transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1); box-shadow: var(--shadow-card); position: relative; overflow: hidden; cursor: pointer; } .feature-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, #FF6B00, #F59E0B, #00E5FF); opacity: 0; transition: opacity 0.3s; } .feature-card:hover { transform: translateY(-8px); border-color: var(--border-hover); box-shadow: var(--shadow-hover); background: var(--bg-card-hover); } .feature-card:hover::before { opacity: 1; } .feature-icon-wrapper { width: 62px; height: 62px; border-radius: 16px; background: linear-gradient(135deg, rgba(255, 107, 0, 0.18), rgba(0, 229, 255, 0.12)); border: 1px solid rgba(255, 255, 255, 0.15); display: flex; align-items: center; justify-content: center; margin-bottom: 22px; color: #fff; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2); transition: transform 0.3s ease; } .feature-card:hover .feature-icon-wrapper { transform: scale(1.1) rotate(4deg); border-color: var(--accent-orange); } .feature-icon-wrapper svg { width: 28px; height: 28px; stroke: var(--accent-orange); stroke-width: 2.2; } .feature-card h3 { font-size: 1.12rem; font-weight: 800; color: var(--text-primary); margin-bottom: 12px; line-height: 1.4; } .feature-card p { font-size: 0.92rem; color: var(--text-secondary); line-height: 1.7; } /* ------------------------------------------------------------------ 8.5 WHY CHOOSE US / COMPETITOR ADVANTAGES ------------------------------------------------------------------ */ .comparison-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; } .advantage-card { background: var(--bg-card); border: 1px solid var(--border-glass); border-radius: 24px; padding: 38px 30px; backdrop-filter: blur(24px) saturate(160%); -webkit-backdrop-filter: blur(24px) saturate(160%); box-shadow: var(--shadow-card); transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1); position: relative; cursor: pointer; } .advantage-card:hover, .advantage-card:active, .advantage-card:focus-within { transform: translateY(-8px); border-color: var(--accent-orange) !important; box-shadow: var(--shadow-hover); background: var(--bg-card-hover); } .advantage-card.highlight { border-color: rgba(255, 107, 0, 0.45); background: linear-gradient(180deg, rgba(255,107,0,0.12) 0%, var(--bg-card) 100%); box-shadow: 0 14px 40px -10px rgba(255, 107, 0, 0.25); } .advantage-card.highlight:hover, .advantage-card.highlight:active, .advantage-card.highlight:focus-within { border-color: var(--accent-orange) !important; box-shadow: var(--shadow-hover); } .adv-badge { display: inline-flex; align-items: center; gap: 6px; padding: 5px 16px; border-radius: 20px; background: rgba(255, 107, 0, 0.15); border: 1px solid var(--accent-orange); color: var(--accent-orange); font-size: 0.82rem; font-weight: 800; margin-bottom: 18px; } .adv-badge.unique { background: rgba(0, 229, 255, 0.15); border-color: var(--accent-cyan); color: var(--accent-cyan); } .advantage-card h3 { font-size: 1.25rem; font-weight: 800; color: var(--text-primary); margin-bottom: 14px; line-height: 1.35; } .advantage-card p { font-size: 0.94rem; color: var(--text-secondary); line-height: 1.75; } /* ------------------------------------------------------------------ 9. BENEFITS SECTION ------------------------------------------------------------------ */ .benefits-grid { display: grid; grid-template-columns: 1fr; gap: 20px; } .benefit-card { display: flex; flex-direction: row; align-items: flex-start; gap: 24px; background: var(--bg-card); border: 1px solid var(--border-glass); border-radius: 16px; padding: 28px; backdrop-filter: blur(12px); transition: all 0.25s; box-shadow: var(--shadow-card); } .benefit-card:hover { border-color: var(--border-hover); transform: translateX(4px); } .benefit-icon { width: 56px; height: 56px; border-radius: 14px; background: var(--bg-root); border: 1px solid var(--border-glass); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .benefit-card h3 { font-size: 1.05rem; font-weight: 700; color: var(--text-primary); margin-bottom: 6px; } .benefit-card p { font-size: 0.9rem; color: var(--text-secondary); line-height: 1.65; } /* ------------------------------------------------------------------ 10. PRICING SECTION ------------------------------------------------------------------ */ .pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; align-items: stretch; } .pricing-card { background: var(--bg-card); border: 1px solid var(--border-glass); border-radius: 24px; padding: 36px 30px; backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); position: relative; transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1); display: flex; flex-direction: column; justify-content: space-between; box-shadow: var(--shadow-card); } .pricing-card:hover { transform: translateY(-8px); border-color: var(--accent-orange) !important; box-shadow: var(--shadow-hover); } .pricing-card.featured { border-color: rgba(255, 107, 0, 0.45); background: linear-gradient(180deg, rgba(255,107,0,0.08) 0%, var(--bg-card) 100%); box-shadow: 0 16px 48px -10px rgba(255, 107, 0, 0.25); transform: scale(1.02); } .pricing-card.featured:hover { transform: scale(1.02) translateY(-8px); box-shadow: 0 24px 60px -8px rgba(255, 107, 0, 0.45); } .pricing-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); padding: 5px 20px; border-radius: 30px; background: linear-gradient(135deg, #FF6B00, #FF9500); color: #fff; font-size: 0.82rem; font-weight: 800; white-space: nowrap; box-shadow: 0 4px 15px rgba(255,107,0,0.4); letter-spacing: 0.3px; } .pricing-title { font-size: 1.25rem; font-weight: 800; color: var(--text-primary); margin-bottom: 6px; } .pricing-price { font-size: 2.35rem; font-weight: 800; color: var(--text-primary); margin: 12px 0 12px 0; line-height: 1; } .pricing-price span { font-size: 1rem; font-weight: 500; color: var(--text-muted); } .pricing-trial-tag { display: inline-block; padding: 5px 14px; border-radius: 20px; font-size: 0.82rem; font-weight: 700; margin-bottom: 24px; } .pricing-features { list-style: none; margin-bottom: 28px; display: flex; flex-direction: column; gap: 14px; flex: 1; } .pricing-features li { display: flex; flex-direction: row; align-items: center; gap: 12px; font-size: 0.93rem; color: var(--text-secondary); line-height: 1.5; } .btn-pricing-select { width: 100%; padding: 14px 20px; border-radius: 14px; font-size: 0.95rem; font-weight: 700; cursor: pointer; border: none; transition: all 0.25s ease; } .btn-pricing-select.primary { background: linear-gradient(135deg, #FF6B00, #FF8800); color: #fff; box-shadow: 0 6px 20px rgba(255, 107, 0, 0.4); } .btn-pricing-select.primary:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(255, 107, 0, 0.6); } .btn-pricing-select.secondary { background: rgba(255, 255, 255, 0.04); border: 1.5px solid var(--border-glass); color: var(--text-primary); } .btn-pricing-select.secondary:hover { border-color: var(--accent-orange); color: var(--accent-orange); background: rgba(255, 107, 0, 0.08); } /* ------------------------------------------------------------------ 11. FAQ ACCORDION ------------------------------------------------------------------ */ .faq-accordion { display: flex; flex-direction: column; gap: 12px; max-width: 800px; margin: 0 auto; } .faq-item { background: var(--bg-card); border: 1px solid var(--border-glass); border-radius: 18px; backdrop-filter: blur(24px) saturate(160%); -webkit-backdrop-filter: blur(24px) saturate(160%); overflow: hidden; transition: all 0.3s ease; box-shadow: var(--shadow-card); } .faq-item:hover { border-color: var(--border-hover); background: var(--bg-card-hover); } .faq-item.open { border-color: var(--accent-orange); box-shadow: 0 8px 30px rgba(255, 107, 0, 0.2); } .faq-header { display: flex; flex-direction: row; align-items: center; justify-content: space-between; padding: 20px 24px; cursor: pointer; font-weight: 600; color: var(--text-primary); font-size: 0.95rem; gap: 16px; user-select: none; transition: color 0.2s; } .faq-header:hover { color: var(--accent-orange); } .faq-icon { font-size: 1.4rem; font-weight: 300; color: var(--text-muted); flex-shrink: 0; transition: transform 0.3s; line-height: 1; } .faq-item.open .faq-icon { transform: rotate(45deg); color: var(--accent-orange); } .faq-body { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; padding: 0 24px; font-size: 0.9rem; color: var(--text-secondary); line-height: 1.7; } .faq-item.open .faq-body { max-height: 300px; padding-bottom: 20px; padding-top: 0; } /* ------------------------------------------------------------------ 12. FOOTER ------------------------------------------------------------------ */ .portal-footer { padding: 56px 0; border-top: 1px solid var(--border-glass); text-align: center; background: rgba(6, 9, 15, 0.7); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); } /* ------------------------------------------------------------------ 13. MODAL ------------------------------------------------------------------ */ .modal-backdrop { position: fixed; inset: 0; background: rgba(4, 7, 14, 0.78); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); display: flex; align-items: center; justify-content: center; z-index: 99999; opacity: 0; pointer-events: none; transition: opacity 0.3s ease; padding: 16px; box-sizing: border-box; } .modal-backdrop.open { opacity: 1; pointer-events: all; } .modal-card { background: rgba(13, 20, 36, 0.94); border: 1px solid var(--border-glass); border-radius: 24px; padding: 38px; width: 100%; max-width: 480px; position: relative; backdrop-filter: blur(30px); -webkit-backdrop-filter: blur(30px); box-shadow: 0 24px 80px rgba(0, 0, 0, 0.7), 0 0 35px rgba(255, 107, 0, 0.2); animation: modalSlideIn 0.35s cubic-bezier(0.16, 1, 0.3, 1); box-sizing: border-box; } /* ------------------------------------------------------------------ 13.5 CARD EXPAND DETAIL MODAL STYLES ------------------------------------------------------------------ */ .detail-modal-card { max-width: 680px !important; width: 92%; max-height: 88vh; overflow-y: auto; border: 1px solid rgba(255, 107, 0, 0.6) !important; box-shadow: 0 24px 80px rgba(0, 0, 0, 0.8), 0 0 40px rgba(255, 107, 0, 0.35) !important; } .detail-modal-header { display: flex; align-items: center; gap: 18px; margin-bottom: 20px; padding-bottom: 16px; border-bottom: 1px solid var(--border-glass); } .detail-modal-icon { width: 58px; height: 58px; border-radius: 16px; background: rgba(255, 107, 0, 0.12); border: 1px solid rgba(255, 107, 0, 0.3); display: flex; align-items: center; justify-content: center; font-size: 2rem; flex-shrink: 0; } .detail-modal-title { font-size: 1.3rem; font-weight: 800; color: var(--text-primary); line-height: 1.3; margin-top: 4px; } .detail-modal-body { font-size: 0.94rem; color: var(--text-secondary); line-height: 1.75; margin-bottom: 24px; } .detail-modal-body h4 { color: var(--accent-orange); font-size: 1rem; font-weight: 700; margin: 16px 0 8px 0; } .detail-modal-body ul { list-style: none; padding: 0; margin: 10px 0; } .detail-modal-body ul li { position: relative; padding-left: 24px; margin-bottom: 10px; line-height: 1.6; } .detail-modal-body ul li::before { content: "✓"; position: absolute; left: 0; color: var(--accent-orange); font-weight: bold; font-size: 1.05rem; } .detail-modal-footer { display: flex; justify-content: flex-end; align-items: center; gap: 12px; padding-top: 16px; border-top: 1px solid var(--border-glass); } .btn-detail-close { padding: 10px 20px; border-radius: 10px; border: 1px solid var(--border-glass); background: transparent; color: var(--text-primary); font-weight: 600; cursor: pointer; transition: all 0.2s; } .btn-detail-close:hover { border-color: var(--text-muted); } .btn-detail-cta { padding: 10px 22px; border-radius: 10px; border: none; background: linear-gradient(135deg, #FF6B00, #FF9500); color: #fff; font-weight: 700; text-decoration: none; box-shadow: 0 4px 15px rgba(255, 107, 0, 0.35); transition: all 0.2s; } .btn-detail-cta:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(255, 107, 0, 0.5); } /* Clickable Hint Indicator */ .card-expand-hint { display: inline-flex; align-items: center; gap: 4px; font-size: 0.8rem; font-weight: 700; color: var(--accent-orange); margin-top: 14px; opacity: 0.85; transition: opacity 0.2s; } .feature-card:hover .card-expand-hint, .advantage-card:hover .card-expand-hint, .pricing-card:hover .card-expand-hint { opacity: 1; } @keyframes modalSlideIn { from { transform: translateY(24px); opacity: 0; } to { transform: translateY(0); opacity: 1; } } .modal-close-btn { position: absolute; top: 14px; right: 18px; background: none; border: none; font-size: 1.6rem; cursor: pointer; color: var(--text-muted); line-height: 1; transition: color 0.2s; } .modal-close-btn:hover { color: var(--accent-orange); } /* ------------------------------------------------------------------ 14. RESPONSIVE BREAKPOINTS (DESKTOP UNCHANGED | MOBILE ULTRA-COMPACT) ------------------------------------------------------------------ */ /* Global Responsive Protection */ img, svg, video, canvas, iframe { max-width: 100%; height: auto; box-sizing: border-box; } /* Tablet: max 1024px */ @media (max-width: 1024px) { .container { padding: 0 20px; } .hero-wrapper { grid-template-columns: 1fr; gap: 36px; } .hero-title { font-size: 2.1rem; } .features-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; } .comparison-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; } .pricing-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; gap: 20px; } .pricing-card.featured { transform: none; } .pricing-card.featured:hover { transform: translateY(-4px); } } /* Mobile: max 768px */ @media (max-width: 768px) { html, body { overflow-x: hidden !important; width: 100% !important; } .container { padding: 0 16px !important; max-width: 100% !important; } .portal-section { padding: 44px 0 !important; } .hero-section { padding-top: 86px !important; padding-bottom: 40px !important; } .hero-badge { font-size: 0.74rem !important; padding: 5px 12px !important; margin-bottom: 12px !important; line-height: 1.4 !important; display: inline-block !important; word-break: break-word !important; } .hero-title { font-size: 1.55rem !important; line-height: 1.3 !important; margin-bottom: 12px !important; letter-spacing: -0.3px !important; word-break: break-word !important; } .hero-description { font-size: 0.9rem !important; line-height: 1.55 !important; margin-bottom: 18px !important; } .hero-cta-group { display: flex !important; flex-direction: column !important; align-items: stretch !important; gap: 10px !important; width: 100% !important; } .btn-cta-primary, .btn-cta-secondary { width: 100% !important; justify-content: center !important; padding: 12px 18px !important; font-size: 0.92rem !important; box-sizing: border-box !important; white-space: normal !important; text-align: center !important; } .hero-showcase-card { padding: 16px 14px !important; border-radius: 18px !important; margin-top: 10px !important; box-sizing: border-box !important; width: 100% !important; } .tablet-mockup-frame { border-width: 5px !important; border-radius: 14px !important; margin-bottom: 12px !important; box-shadow: 0 10px 30px rgba(0,0,0,0.5) !important; } .tablet-screen-img { max-height: 180px !important; border-radius: 8px !important; } .section-header { margin-bottom: 28px !important; } .section-title { font-size: 1.38rem !important; line-height: 1.3 !important; margin-bottom: 8px !important; word-break: break-word !important; } .section-subtitle { font-size: 0.86rem !important; line-height: 1.55 !important; } /* Grids to 1 Column Compact */ .features-grid { grid-template-columns: 1fr !important; gap: 14px !important; } .feature-card { padding: 20px 16px !important; border-radius: 16px !important; } .feature-icon-wrapper { width: 50px !important; height: 50px !important; border-radius: 12px !important; margin-bottom: 14px !important; } .feature-icon-wrapper svg { width: 24px !important; height: 24px !important; } .feature-card h3 { font-size: 1.05rem !important; margin-bottom: 8px !important; } .feature-card p { font-size: 0.86rem !important; line-height: 1.55 !important; } .comparison-grid { grid-template-columns: 1fr !important; gap: 14px !important; } .advantage-card { padding: 20px 16px !important; border-radius: 16px !important; } .advantage-card h3 { font-size: 1.05rem !important; margin-bottom: 8px !important; } .advantage-card p { font-size: 0.86rem !important; line-height: 1.55 !important; } .pricing-grid { grid-template-columns: 1fr !important; max-width: 100% !important; gap: 16px !important; } .pricing-card { padding: 24px 18px !important; border-radius: 18px !important; } .pricing-title { font-size: 1.15rem !important; } .pricing-price { font-size: 1.85rem !important; margin: 8px 0 10px 0 !important; } .pricing-features { gap: 10px !important; margin-bottom: 20px !important; } .pricing-features li { font-size: 0.86rem !important; gap: 10px !important; } .btn-pricing-select { padding: 12px 16px !important; font-size: 0.9rem !important; border-radius: 12px !important; } .faq-header { padding: 14px 16px !important; font-size: 0.88rem !important; } .faq-body { padding: 0 16px !important; font-size: 0.84rem !important; line-height: 1.55 !important; } .faq-item.open .faq-body { padding-bottom: 14px !important; } .modal-card { padding: 20px 16px !important; border-radius: 18px !important; max-width: 92vw !important; } .detail-modal-card { width: 92vw !important; max-width: 92vw !important; padding: 18px 14px !important; border-radius: 18px !important; max-height: 88vh !important; } .detail-modal-header { gap: 10px !important; margin-bottom: 12px !important; padding-bottom: 10px !important; } .detail-modal-icon { width: 42px !important; height: 42px !important; font-size: 1.3rem !important; border-radius: 10px !important; } .detail-modal-title { font-size: 1.05rem !important; } .detail-modal-body { font-size: 0.86rem !important; line-height: 1.6 !important; margin-bottom: 18px !important; } .detail-modal-body ul li { font-size: 0.84rem !important; margin-bottom: 8px !important; } .detail-modal-footer { flex-direction: column-reverse !important; gap: 8px !important; padding-top: 12px !important; } .btn-detail-close, .btn-detail-cta { width: 100% !important; text-align: center !important; justify-content: center !important; padding: 10px 14px !important; font-size: 0.88rem !important; } .portal-footer { padding: 36px 16px !important; font-size: 0.82rem !important; } } /* Small Smartphone: max 480px */ @media (max-width: 480px) { .container { padding: 0 12px !important; } .hero-title { font-size: 1.4rem !important; } .hero-badge { font-size: 0.7rem !important; } .section-title { font-size: 1.25rem !important; } .pricing-card { padding: 20px 14px !important; } .feature-card, .advantage-card { padding: 16px 14px !important; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.23 |
proxy
|
phpinfo
|
Settings