/* ============================================================
   SANDWICH DELIVERY QUICK GUIDE — Main Stylesheet
   Style: Minimal / Fast UI | Colors: White + Black + Blue
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Segoe UI', Arial, sans-serif; background: #fff; color: #111; line-height: 1.6; min-height: 100vh; display: flex; flex-direction: column; }
img { max-width: 100%; display: block; }
a { color: #1a6fdb; text-decoration: none; transition: color 0.2s; }
a:hover { color: #0d4fa8; text-decoration: underline; }

/* Typography */
h1 { font-size: 2.2rem; font-weight: 800; line-height: 1.2; color: #111; }
h2 { font-size: 1.6rem; font-weight: 700; line-height: 1.3; color: #111; }
h3 { font-size: 1.2rem; font-weight: 600; line-height: 1.4; color: #222; }
h4 { font-size: 1rem; font-weight: 600; color: #333; }
p  { margin-bottom: 1rem; color: #333; }
ul, ol { padding-left: 1.4rem; margin-bottom: 1rem; }
li { margin-bottom: 0.4rem; color: #333; }

/* Layout */
.container { max-width: 1080px; margin: 0 auto; padding: 0 1.5rem; }
.section    { padding: 3rem 0; }
.section-sm { padding: 2rem 0; }
.section-lg { padding: 4.5rem 0; }
.text-center { text-align: center; }
.text-blue   { color: #1a6fdb; }
.bg-light    { background: #f5f8ff; }
.bg-dark     { background: #111; color: #fff; }
.bg-blue     { background: #1a6fdb; color: #fff; }

/* Info Bar */
.info-bar { background: #111; color: #fff; padding: 0.65rem 0; }
.info-bar-inner { display: flex; flex-wrap: wrap; gap: 1.5rem; justify-content: center; align-items: center; font-size: 0.88rem; max-width: 1080px; margin: 0 auto; padding: 0 1.5rem; }
.info-bar-item { display: flex; align-items: center; gap: 0.4rem; color: #ddd; }
.info-bar-item strong { color: #fff; }
.info-bar-item .dot { color: #1a6fdb; font-size: 1.1rem; }

/* Header */
.site-header { background: #fff; border-bottom: 2px solid #1a6fdb; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 8px rgba(26,111,219,0.07); }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 0.85rem 1.5rem; max-width: 1080px; margin: 0 auto; }
.logo { font-size: 1.25rem; font-weight: 800; color: #111; letter-spacing: -0.5px; text-decoration: none; }
.logo span { color: #1a6fdb; }
.site-nav { display: flex; align-items: center; gap: 0.2rem; list-style: none; }
.site-nav a { font-size: 0.92rem; font-weight: 600; color: #222; padding: 0.45rem 0.85rem; border-radius: 5px; transition: background 0.18s, color 0.18s; text-decoration: none; }
.site-nav a:hover, .site-nav a.active { background: #e8f0fe; color: #1a6fdb; text-decoration: none; }
.nav-cta { background: #1a6fdb !important; color: #fff !important; border-radius: 6px !important; padding: 0.45rem 1.1rem !important; }
.nav-cta:hover { background: #0d4fa8 !important; }
.nav-toggle { display: none; flex-direction: column; cursor: pointer; gap: 5px; background: none; border: none; padding: 0.4rem; }
.nav-toggle span { width: 24px; height: 2px; background: #111; display: block; border-radius: 2px; }

/* Hero */
.hero { background: linear-gradient(135deg, #f5f8ff 0%, #e8f0fe 100%); border-bottom: 1px solid #d0e0f8; padding: 4rem 0 3.5rem; }
.hero-content { max-width: 680px; }
.hero h1 { font-size: 2.6rem; margin-bottom: 1rem; }
.hero h1 span { color: #1a6fdb; }
.hero p.lead { font-size: 1.15rem; color: #444; margin-bottom: 1.8rem; line-height: 1.7; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-bottom: 2rem; }
.badge { display: inline-flex; align-items: center; gap: 0.3rem; background: #fff; border: 1.5px solid #1a6fdb; color: #1a6fdb; font-size: 0.82rem; font-weight: 700; padding: 0.3rem 0.8rem; border-radius: 20px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; }

/* Buttons */
.btn { display: inline-block; font-size: 0.95rem; font-weight: 700; padding: 0.65rem 1.5rem; border-radius: 7px; cursor: pointer; transition: background 0.2s, color 0.2s, transform 0.1s; text-decoration: none; border: 2px solid transparent; }
.btn:hover { transform: translateY(-1px); text-decoration: none; }
.btn-primary { background: #1a6fdb; color: #fff; border-color: #1a6fdb; }
.btn-primary:hover { background: #0d4fa8; border-color: #0d4fa8; color: #fff; }
.btn-outline { background: transparent; color: #1a6fdb; border-color: #1a6fdb; }
.btn-outline:hover { background: #1a6fdb; color: #fff; }
.btn-sm { font-size: 0.85rem; padding: 0.45rem 1rem; }

/* Section Header */
.section-header { margin-bottom: 2.2rem; }
.section-header h2 { margin-bottom: 0.5rem; }
.section-header p { font-size: 1.05rem; color: #555; max-width: 580px; }
.section-label { display: inline-block; font-size: 0.78rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #1a6fdb; margin-bottom: 0.5rem; }

/* Cards */
.cards-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.5rem; }
.cards-grid-2 { grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); }
.card { background: #fff; border: 1.5px solid #e5eaf5; border-radius: 10px; padding: 1.6rem; transition: border-color 0.2s, box-shadow 0.2s; }
.card:hover { border-color: #1a6fdb; box-shadow: 0 4px 18px rgba(26,111,219,0.09); }
.card-icon { font-size: 2rem; margin-bottom: 0.8rem; }
.card h3 { margin-bottom: 0.5rem; }
.card p { font-size: 0.95rem; color: #555; margin-bottom: 0; }
.card-link { display: inline-block; margin-top: 0.9rem; font-size: 0.88rem; font-weight: 700; color: #1a6fdb; }

/* Steps */
.steps { counter-reset: step-counter; list-style: none; padding: 0; }
.steps li { display: flex; align-items: flex-start; gap: 1.1rem; margin-bottom: 1.5rem; counter-increment: step-counter; }
.steps li::before { content: counter(step-counter); min-width: 2.2rem; height: 2.2rem; background: #1a6fdb; color: #fff; font-weight: 800; font-size: 1rem; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 0.1rem; }
.steps li div h4 { margin-bottom: 0.25rem; }
.steps li div p { font-size: 0.93rem; color: #555; margin-bottom: 0; }

/* Feature Row */
.feature-row { display: flex; align-items: center; gap: 3rem; flex-wrap: wrap; }
.feature-row.reverse { flex-direction: row-reverse; }
.feature-text { flex: 1 1 320px; }
.feature-visual { flex: 1 1 280px; background: linear-gradient(135deg, #e8f0fe, #f5f8ff); border-radius: 12px; padding: 2.5rem; text-align: center; font-size: 4rem; }

/* CTA Block */
.cta-block { background: #1a6fdb; border-radius: 12px; padding: 3rem 2.5rem; text-align: center; color: #fff; }
.cta-block h2 { color: #fff; margin-bottom: 0.7rem; }
.cta-block p { color: rgba(255,255,255,0.85); font-size: 1.05rem; margin-bottom: 1.6rem; }
.cta-block .btn-outline { border-color: #fff; color: #fff; }
.cta-block .btn-outline:hover { background: #fff; color: #1a6fdb; }

/* Link List */
.link-list { list-style: none; padding: 0; }
.link-list li { border-bottom: 1px solid #eee; padding: 0.65rem 0; margin: 0; }
.link-list li:last-child { border-bottom: none; }
.link-list a { font-weight: 600; font-size: 0.95rem; color: #1a6fdb; }

/* Blog Cards */
.blog-card { background: #fff; border: 1.5px solid #e5eaf5; border-radius: 10px; overflow: hidden; transition: border-color 0.2s, box-shadow 0.2s; }
.blog-card:hover { border-color: #1a6fdb; box-shadow: 0 4px 18px rgba(26,111,219,0.09); }
.blog-card-body { padding: 1.4rem; }
.blog-tag { display: inline-block; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #1a6fdb; margin-bottom: 0.5rem; }
.blog-card h3 { margin-bottom: 0.5rem; font-size: 1.1rem; }
.blog-card p { font-size: 0.92rem; color: #555; margin-bottom: 0.8rem; }
.blog-thumb { height: 160px; background: linear-gradient(135deg, #e8f0fe, #f5f8ff); display: flex; align-items: center; justify-content: center; font-size: 3.5rem; }

/* Breadcrumb */
.breadcrumb { display: flex; flex-wrap: wrap; gap: 0.3rem; align-items: center; padding: 0.8rem 0; font-size: 0.85rem; list-style: none; }
.breadcrumb li { display: flex; align-items: center; gap: 0.3rem; margin: 0; color: #666; }
.breadcrumb li a { color: #1a6fdb; font-weight: 500; }
.breadcrumb li::after { content: "/"; color: #bbb; margin-left: 0.3rem; }
.breadcrumb li:last-child::after { display: none; }
.breadcrumb li:last-child { color: #333; font-weight: 600; }

/* Page Header */
.page-header { background: linear-gradient(135deg, #f5f8ff, #e8f0fe); border-bottom: 1px solid #d0e0f8; padding: 2.5rem 0 2rem; }
.page-header h1 { font-size: 2rem; margin-bottom: 0.6rem; }
.page-header p { font-size: 1.05rem; color: #555; max-width: 580px; margin-bottom: 0; }

/* Sidebar Layout */
.content-sidebar { display: grid; grid-template-columns: 1fr 300px; gap: 2.5rem; align-items: start; }
.sidebar { position: sticky; top: 80px; }
.sidebar-box { background: #f5f8ff; border: 1.5px solid #d0e0f8; border-radius: 10px; padding: 1.4rem; margin-bottom: 1.5rem; }
.sidebar-box h4 { margin-bottom: 0.9rem; color: #1a6fdb; font-size: 0.95rem; text-transform: uppercase; letter-spacing: 0.8px; }

/* Table */
.info-table { width: 100%; border-collapse: collapse; font-size: 0.93rem; margin-bottom: 1rem; }
.info-table th, .info-table td { padding: 0.7rem 1rem; border: 1px solid #e5eaf5; text-align: left; }
.info-table th { background: #f5f8ff; font-weight: 700; color: #1a6fdb; }
.info-table tr:hover td { background: #fafcff; }

/* Highlight Box */
.highlight-box { background: #e8f0fe; border-left: 4px solid #1a6fdb; border-radius: 0 8px 8px 0; padding: 1.2rem 1.5rem; margin: 1.5rem 0; }
.highlight-box p { margin: 0; color: #1a4a8a; font-size: 0.97rem; }

/* Divider */
.divider { border: none; border-top: 1.5px solid #e5eaf5; margin: 2rem 0; }

/* FAQ */
.faq-item { border: 1.5px solid #e5eaf5; border-radius: 8px; margin-bottom: 0.8rem; overflow: hidden; }
.faq-question { display: flex; justify-content: space-between; align-items: center; padding: 1rem 1.3rem; cursor: pointer; background: #fff; font-weight: 600; font-size: 0.97rem; color: #111; transition: background 0.15s; }
.faq-question:hover { background: #f5f8ff; }
.faq-question .toggle { font-size: 1.3rem; color: #1a6fdb; font-weight: 400; line-height: 1; }
.faq-answer { display: none; padding: 0 1.3rem 1rem; font-size: 0.93rem; color: #555; line-height: 1.7; }
.faq-item.open .faq-answer { display: block; }
.faq-item.open .faq-question { background: #f5f8ff; color: #1a6fdb; }

/* Quick Strip */
.quick-strip { display: flex; flex-wrap: wrap; gap: 0.7rem; padding: 1.2rem 0; }
.quick-chip { display: inline-flex; align-items: center; gap: 0.35rem; background: #fff; border: 1.5px solid #d0e0f8; color: #1a6fdb; font-size: 0.88rem; font-weight: 600; padding: 0.38rem 1rem; border-radius: 20px; transition: background 0.18s, color 0.18s; text-decoration: none; }
.quick-chip:hover { background: #1a6fdb; color: #fff; border-color: #1a6fdb; text-decoration: none; }

/* Notice */
.notice { background: #fffbea; border: 1.5px solid #f0d060; border-radius: 8px; padding: 0.9rem 1.3rem; font-size: 0.88rem; color: #7a5c00; margin-bottom: 1.5rem; }

/* Footer */
.site-footer { background: #111; color: #aaa; padding: 3rem 0 1.5rem; margin-top: auto; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2.5rem; margin-bottom: 2.5rem; }
.footer-brand .logo { color: #fff; font-size: 1.1rem; margin-bottom: 0.8rem; display: block; }
.footer-brand p { font-size: 0.88rem; color: #888; line-height: 1.6; margin-bottom: 0.8rem; }
.footer-contact { font-size: 0.85rem; color: #888; line-height: 1.8; }
.footer-contact strong { color: #ccc; }
.footer-col h4 { color: #fff; font-size: 0.9rem; margin-bottom: 1rem; text-transform: uppercase; letter-spacing: 0.8px; }
.footer-col ul { list-style: none; padding: 0; }
.footer-col ul li { margin-bottom: 0.5rem; }
.footer-col ul li a { color: #888; font-size: 0.88rem; transition: color 0.2s; text-decoration: none; }
.footer-col ul li a:hover { color: #1a6fdb; }
.footer-bottom { border-top: 1px solid #222; padding-top: 1.2rem; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 0.8rem; font-size: 0.82rem; color: #555; }
.footer-bottom a { color: #666; font-size: 0.82rem; }
.footer-bottom a:hover { color: #1a6fdb; }
.footer-legal-links { display: flex; gap: 1.2rem; }

/* Responsive */
@media (max-width: 900px) {
  .content-sidebar { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
  h1 { font-size: 1.8rem; } h2 { font-size: 1.35rem; } .hero h1 { font-size: 1.9rem; }
  .site-nav { display: none; flex-direction: column; position: absolute; top: 60px; left: 0; right: 0; background: #fff; border-bottom: 2px solid #1a6fdb; padding: 1rem 1.5rem; gap: 0.3rem; box-shadow: 0 6px 20px rgba(0,0,0,0.08); }
  .site-nav.open { display: flex; }
  .nav-toggle { display: flex; }
  .feature-row, .feature-row.reverse { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 1.8rem; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .cta-block { padding: 2rem 1.3rem; }
  .info-bar-inner { flex-direction: column; gap: 0.4rem; }
}
@media (max-width: 480px) {
  .container { padding: 0 1rem; }
  .hero { padding: 2.5rem 0 2rem; }
  .cards-grid { grid-template-columns: 1fr; }
}