/* =====================================================
   AMKA PACKAGING — Global Stylesheet
   ===================================================== */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --green:    #5DCAA5;
  --forest:   #0F2E22;
  --forest2:  #1a4a35;
  --coral:    #D85A30;
  --cream:    #F5F3EC;
  --ink:      #2a4a3a;
  --muted:    #4a7060;
  --border:   rgba(15,46,34,0.10);
  --display:  'Fraunces', Georgia, serif;
  --body:     'DM Sans', sans-serif;
}

html { scroll-behavior: smooth; }
body { font-family: var(--body); background: var(--cream); color: var(--forest); overflow-x: hidden; }
img  { max-width: 100%; display: block; }
a    { color: inherit; }

/* ---- NAV ---- */
#site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  background: var(--forest);
  height: 64px; display: flex; align-items: center;
  justify-content: space-between; padding: 0 5%;
  border-bottom: 1px solid rgba(93,202,165,0.12);
  transition: border-color 0.3s;
}
#site-nav.scrolled { border-bottom-color: rgba(93,202,165,0.3); }
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.nav-logo svg { width: 26px; height: 26px; }
.nav-logo span { font-family: var(--display); font-size: 1.35rem; font-weight: 500; color: #fff; letter-spacing: 2px; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { font-size: 0.84rem; color: rgba(159,225,203,0.75); text-decoration: none; transition: color 0.2s; position: relative; }
.nav-links a:hover { color: #fff; }
.nav-links .has-dropdown { cursor: pointer; }
.nav-dropdown {
  display: none; position: absolute; top: calc(100% + 12px); left: -16px;
  background: var(--forest); border: 1px solid rgba(93,202,165,0.2);
  border-radius: 12px; padding: 8px; min-width: 220px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.3);
}
.nav-links .has-dropdown:hover .nav-dropdown { display: block; }
.nav-dropdown a { display: block; padding: 9px 14px; border-radius: 8px; font-size: 0.84rem; color: rgba(159,225,203,0.75); white-space: nowrap; }
.nav-dropdown a:hover { background: rgba(93,202,165,0.08); color: #fff; }
.nav-cta {
  background: var(--green) !important; color: var(--forest) !important;
  padding: 8px 20px; border-radius: 99px; font-weight: 500 !important;
  font-size: 0.84rem !important; transition: background 0.2s !important;
}
.nav-cta:hover { background: #7dd9b8 !important; }
.nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.nav-hamburger span { width: 22px; height: 2px; background: rgba(159,225,203,0.75); border-radius: 2px; }

/* ---- FOOTER ---- */
#site-footer { background: #080f0b; }
.footer-top {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
  gap: 40px; padding: 60px 5% 48px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.footer-brand p { font-size: 0.85rem; color: rgba(255,255,255,0.38); line-height: 1.7; margin-top: 12px; }
.footer-col h4 { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.3); margin-bottom: 16px; }
.footer-col a { display: block; font-size: 0.86rem; color: rgba(255,255,255,0.5); text-decoration: none; margin-bottom: 10px; transition: color 0.2s; }
.footer-col a:hover { color: var(--green); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; padding: 24px 5%; }
.footer-bottom span, .footer-bottom a { font-size: 0.78rem; color: rgba(255,255,255,0.2); text-decoration: none; }

/* ---- SHARED SECTION STYLES ---- */
.section { padding: 88px 5%; }
.section-label { font-size: 0.73rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--green); margin-bottom: 14px; }
.section-title { font-family: var(--display); font-size: clamp(1.9rem, 3.5vw, 2.9rem); font-weight: 500; line-height: 1.15; color: var(--forest); margin-bottom: 18px; }
.section-sub { font-size: 1rem; color: var(--muted); max-width: 500px; line-height: 1.7; margin-bottom: 48px; }

/* ---- HERO (generic) ---- */
.page-hero {
  background: var(--forest); padding: 120px 5% 80px;
  position: relative; overflow: hidden;
}
.page-hero-bg {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 70% at 85% 50%, rgba(93,202,165,0.07) 0%, transparent 70%),
              radial-gradient(ellipse 40% 50% at 10% 80%, rgba(216,90,48,0.05) 0%, transparent 60%);
  pointer-events: none;
}
.page-hero-grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(93,202,165,0.035) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(93,202,165,0.035) 1px, transparent 1px);
  background-size: 56px 56px; pointer-events: none;
}
.page-hero-inner { position: relative; z-index: 1; max-width: 740px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(93,202,165,0.1); border: 1px solid rgba(93,202,165,0.25);
  border-radius: 99px; padding: 5px 14px;
  font-size: 0.76rem; color: var(--green); letter-spacing: 0.07em;
  text-transform: uppercase; margin-bottom: 26px;
}
.hero-badge-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.page-hero h1 { font-family: var(--display); font-size: clamp(2.4rem, 5.5vw, 4.5rem); font-weight: 500; color: #fff; line-height: 1.1; margin-bottom: 22px; }
.page-hero h1 em { color: var(--green); font-style: italic; }
.page-hero p.lead { font-size: 1.05rem; color: rgba(159,225,203,0.75); line-height: 1.75; max-width: 540px; margin-bottom: 38px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ---- BUTTONS ---- */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 26px; border-radius: 99px; font-weight: 500; font-size: 0.94rem; text-decoration: none; transition: transform 0.2s, background 0.2s, border-color 0.2s; }
.btn:hover { transform: translateY(-2px); }
.btn-green { background: var(--green); color: var(--forest); }
.btn-green:hover { background: #7dd9b8; }
.btn-outline { border: 1px solid rgba(93,202,165,0.4); color: var(--green); }
.btn-outline:hover { border-color: var(--green); background: rgba(93,202,165,0.06); }
.btn-coral { background: var(--coral); color: #fff; }
.btn-coral:hover { background: #e96b42; }
.btn-dark { background: var(--forest); color: #fff; }
.btn-dark:hover { background: var(--forest2); }

/* ---- CARDS ---- */
.card { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 28px 24px; transition: transform 0.2s, box-shadow 0.2s; }
.card:hover { transform: translateY(-4px); box-shadow: 0 14px 44px rgba(15,46,34,0.08); }
.card-icon { width: 48px; height: 48px; background: #E1F5EE; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.card-icon svg { width: 22px; height: 22px; stroke: var(--forest); }
.card h3 { font-size: 1rem; font-weight: 500; margin-bottom: 8px; }
.card p { font-size: 0.87rem; color: var(--muted); line-height: 1.65; }

/* ---- GRIDS ---- */
.grid-2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
.grid-4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 18px; }

/* ---- DARK SECTION ---- */
.dark-section { background: var(--forest); }
.dark-section .section-title { color: #fff; }
.dark-section .section-sub { color: rgba(159,225,203,0.65); }
.dark-section .card { background: rgba(255,255,255,0.04); border-color: rgba(93,202,165,0.12); }
.dark-section .card:hover { background: rgba(93,202,165,0.07); border-color: rgba(93,202,165,0.3); }
.dark-section .card h3 { color: #fff; }
.dark-section .card p { color: rgba(159,225,203,0.6); }
.dark-section .card-icon { background: rgba(93,202,165,0.12); }
.dark-section .card-icon svg { stroke: var(--green); }

/* ---- MARQUEE ---- */
.marquee-wrap { background: var(--green); overflow: hidden; padding: 13px 0; }
.marquee-track { display: flex; gap: 56px; white-space: nowrap; animation: marquee 22s linear infinite; }
.marquee-item { font-size: 0.8rem; font-weight: 500; color: var(--forest); text-transform: uppercase; letter-spacing: 0.06em; display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.marquee-dot { width: 4px; height: 4px; border-radius: 50%; background: rgba(15,46,34,0.35); }

/* ---- BREADCRUMB ---- */
.breadcrumb { font-size: 0.8rem; color: rgba(159,225,203,0.45); margin-bottom: 20px; }
.breadcrumb a { color: var(--green); text-decoration: none; }

/* ---- LOCATION BADGE ---- */
.loc-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(216,90,48,0.15); border: 1px solid rgba(216,90,48,0.3);
  border-radius: 99px; padding: 4px 12px;
  font-size: 0.75rem; color: #f08060; letter-spacing: 0.05em;
  margin-bottom: 14px;
}

/* ---- STAT ROW ---- */
.stat-row { display: flex; gap: 48px; flex-wrap: wrap; }
.stat-item .num { font-family: var(--display); font-size: 2.6rem; font-weight: 300; color: var(--green); }
.stat-item .lbl { font-size: 0.8rem; color: rgba(159,225,203,0.55); margin-top: 2px; }

/* ---- HIGHLIGHT BOX ---- */
.highlight-box { background: #E1F5EE; border-left: 4px solid var(--green); border-radius: 0 12px 12px 0; padding: 22px 26px; margin: 28px 0; }
.highlight-box p { color: var(--forest); font-weight: 500; font-size: 0.97rem; margin: 0; line-height: 1.6; }

/* ---- TAGS ---- */
.tag { display: inline-block; font-size: 0.73rem; font-weight: 500; padding: 3px 11px; border-radius: 99px; }
.tag-green { background: #E1F5EE; color: #085041; }
.tag-coral { background: #FAECE7; color: #712B13; }
.tag-amber { background: #FEF3CD; color: #7A5000; }

/* ---- FORM ---- */
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: 0.82rem; font-weight: 500; margin-bottom: 6px; color: var(--forest); }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 11px 15px; border: 1px solid rgba(15,46,34,0.14);
  border-radius: 10px; font-family: var(--body); font-size: 0.9rem;
  color: var(--forest); background: var(--cream); outline: none; transition: border-color 0.2s;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--green); background: #fff; }
.form-group textarea { resize: vertical; min-height: 110px; }
.btn-submit { width: 100%; background: var(--forest); color: #fff; padding: 13px; border-radius: 99px; border: none; font-family: var(--body); font-size: 0.94rem; font-weight: 500; cursor: pointer; transition: background 0.2s; }
.btn-submit:hover { background: var(--forest2); }

/* ---- CTA BANNER ---- */
.cta-banner { background: var(--forest); padding: 80px 5%; text-align: center; position: relative; overflow: hidden; }
.cta-banner-bg { position: absolute; inset: 0; background: radial-gradient(ellipse 60% 80% at 50% 50%, rgba(93,202,165,0.06) 0%, transparent 70%); pointer-events: none; }
.cta-banner h2 { font-family: var(--display); font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 500; color: #fff; margin-bottom: 14px; position: relative; }
.cta-banner h2 em { color: var(--green); font-style: italic; }
.cta-banner p { font-size: 1rem; color: rgba(159,225,203,0.65); margin-bottom: 32px; position: relative; }

/* ---- BLOG CARD ---- */
.blog-card { background: #fff; border: 1px solid var(--border); border-radius: 16px; overflow: hidden; text-decoration: none; color: inherit; display: block; transition: transform 0.2s, box-shadow 0.2s; }
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 14px 44px rgba(15,46,34,0.08); }
.blog-thumb { height: 172px; background: linear-gradient(135deg, var(--forest) 0%, var(--forest2) 100%); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.blog-thumb-dots { position: absolute; inset: 0; background-image: radial-gradient(rgba(93,202,165,0.13) 1px, transparent 1px); background-size: 22px 22px; }
.blog-thumb svg { position: relative; z-index: 1; width: 38px; height: 38px; stroke: var(--green); }
.blog-body-inner { padding: 22px; }
.blog-body-inner h3 { font-size: 0.97rem; font-weight: 500; margin: 10px 0 8px; line-height: 1.4; }
.blog-body-inner p { font-size: 0.84rem; color: var(--muted); line-height: 1.6; }
.blog-meta { font-size: 0.76rem; color: #aaa; margin-top: 14px; }

/* ---- PRODUCT CARD ---- */
.product-card { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 32px 26px; text-decoration: none; color: inherit; display: block; transition: transform 0.2s, box-shadow 0.2s; }
.product-card:hover { transform: translateY(-4px); box-shadow: 0 14px 44px rgba(15,46,34,0.08); }
.product-card .pcard-icon { width: 56px; height: 56px; background: #E1F5EE; border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.product-card .pcard-icon svg { width: 26px; height: 26px; stroke: var(--forest2); }
.product-card h3 { font-size: 1.05rem; font-weight: 500; margin-bottom: 8px; }
.product-card p { font-size: 0.86rem; color: var(--muted); line-height: 1.6; }
.product-card .pcard-link { font-size: 0.82rem; color: var(--green); font-weight: 500; margin-top: 16px; display: inline-flex; align-items: center; gap: 4px; }

/* ---- LOCATION CARD ---- */
.loc-card { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 26px; text-decoration: none; color: inherit; display: block; transition: transform 0.2s, box-shadow 0.2s; }
.loc-card:hover { transform: translateY(-4px); box-shadow: 0 14px 44px rgba(15,46,34,0.08); }
.loc-card .flag { font-size: 2rem; margin-bottom: 12px; }
.loc-card h3 { font-size: 1rem; font-weight: 500; margin-bottom: 6px; }
.loc-card p { font-size: 0.84rem; color: var(--muted); line-height: 1.5; }
.loc-card .loc-link { font-size: 0.8rem; color: var(--green); font-weight: 500; margin-top: 12px; display: block; }

/* ---- STEP ---- */
.step { display: flex; gap: 20px; align-items: flex-start; padding: 28px 0; border-bottom: 1px solid var(--border); }
.step:last-child { border-bottom: none; }
.step-num { width: 40px; height: 40px; border-radius: 50%; background: var(--green); display: flex; align-items: center; justify-content: center; font-family: var(--display); font-size: 1rem; font-weight: 500; color: var(--forest); flex-shrink: 0; }
.step h3 { font-size: 0.97rem; font-weight: 500; margin-bottom: 5px; }
.step p { font-size: 0.86rem; color: var(--muted); line-height: 1.6; }

/* ---- PAGE BODY (blog/article) ---- */
.page-body { max-width: 780px; margin: 0 auto; padding: 64px 5%; }
.page-body p { font-size: 1.01rem; line-height: 1.82; color: var(--ink); margin-bottom: 22px; }
.page-body h2 { font-family: var(--display); font-size: 1.65rem; font-weight: 500; color: var(--forest); margin: 48px 0 14px; line-height: 1.3; }
.page-body h3 { font-size: 1.08rem; font-weight: 500; color: var(--forest); margin: 32px 0 10px; }
.page-body ul { padding-left: 20px; margin-bottom: 22px; }
.page-body ul li { font-size: 1rem; line-height: 1.75; color: var(--ink); margin-bottom: 8px; }
.page-body strong { color: var(--forest); }

/* ---- ANIMATIONS ---- */
@keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.anim-1 { animation: fadeUp 0.55s 0.05s ease both; }
.anim-2 { animation: fadeUp 0.55s 0.15s ease both; }
.anim-3 { animation: fadeUp 0.55s 0.25s ease both; }
.anim-4 { animation: fadeUp 0.55s 0.35s ease both; }

/* ---- RESPONSIVE ---- */
@media (max-width: 900px) {
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  .nav-mobile { display: flex; flex-direction: column; gap: 0; }
  .nav-mobile.open { display: flex; }
  .footer-top { grid-template-columns: 1fr; gap: 28px; }
  .stat-row { gap: 28px; }
  .section { padding: 64px 5%; }
}
@media (max-width: 480px) {
  .grid-4 { grid-template-columns: 1fr 1fr; }
}
