/*
Theme Name: Platform Digital
Theme URI: https://platformdigital.co.id
Author: Platform Digital Indonesia
Author URI: https://platformdigital.co.id
Description: Custom enterprise software company theme untuk Platform Digital - ERP, HRIS, POS & Custom Software.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: Proprietary
Text Domain: platformdigital
Tags: business, corporate, software, enterprise, dark
*/

/* ============================================================
   CSS VARIABLES
   ============================================================ */
:root {
  --navy:     #ffffff;
  --navy2:    #f4f7fd;
  --navy3:    #e8eef9;
  --blue:     #1a6cf5;
  --blue2:    #1259d6;
  --blue3:    #2563eb;
  --accent:   #0ea5e9;
  --text:     #0f172a;
  --muted:    #475569;
  --dim:      #94a3b8;
  --border:   rgba(30,80,200,0.10);
  --border2:  rgba(30,80,200,0.20);
  --card:     #ffffff;
  --radius:   12px;
  --radius-lg:16px;
}

/* ============================================================
   RESET & BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', sans-serif;
  background: var(--navy);
  color: var(--text);
  line-height: 1.65;
  overflow-x: hidden;
  font-size: 16px;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue3); text-decoration: none; transition: color .2s; }
a:hover { color: var(--blue2); }

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Syne', sans-serif;
  color: #0f172a;
  line-height: 1.15;
  letter-spacing: -0.025em;
}
h1 { font-size: clamp(2.2rem, 5vw, 3.8rem); font-weight: 800; }
h2 { font-size: clamp(1.7rem, 3.5vw, 2.6rem); font-weight: 700; }
h3 { font-size: 1.25rem; font-weight: 700; }
h4 { font-size: 1.05rem; font-weight: 600; }
p  { color: var(--muted); line-height: 1.7; margin-bottom: 1rem; }
p:last-child { margin-bottom: 0; }

/* ============================================================
   LAYOUT HELPERS
   ============================================================ */
.container        { max-width: 1200px; margin: 0 auto; padding: 0 5%; }
.section          { padding: 6rem 5%; }
.section--alt     { background: var(--navy2); }
.section-tag      { display: inline-block; font-size: .75rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--blue3); margin-bottom: .75rem; }
.section-head     { margin-bottom: 3.5rem; }
.section-head--center { text-align: center; max-width: 620px; margin-left: auto; margin-right: auto; margin-bottom: 3.5rem; }
.grid-2           { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.grid-3           { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap: 1.5rem; }
.grid-4           { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px,1fr)); gap: 1.5rem; }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn, button.btn {
  display: inline-block;
  padding: .8rem 1.9rem;
  border-radius: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: .93rem;
  font-weight: 500;
  cursor: pointer;
  transition: all .25s;
  border: none;
  text-decoration: none;
  line-height: 1;
}
.btn--primary { background: var(--blue); color: #fff; }
.btn--primary:hover { background: var(--blue2); color: #fff; transform: translateY(-2px); }
.btn--ghost { background: transparent; color: var(--text); border: 1px solid var(--border2); }
.btn--ghost:hover { border-color: var(--blue3); color: #fff; }
.btn--lg { padding: 1rem 2.2rem; font-size: 1rem; }
.btn-group { display: flex; gap: 1rem; flex-wrap: wrap; }

/* ============================================================
   NAVBAR
   ============================================================ */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 999;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  height: 68px;
  display: flex; align-items: center;
}
.site-header .container { display: flex; align-items: center; justify-content: space-between; width: 100%; }
.site-logo { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 1.2rem; letter-spacing: -.02em; color: #0f172a; text-decoration: none; }
.site-logo span { color: var(--blue); }
.nav-menu { display: flex; align-items: center; gap: 2rem; list-style: none; }
.nav-menu a { color: var(--muted); font-size: .875rem; font-weight: 500; letter-spacing: .02em; text-decoration: none; transition: color .2s; }
.nav-menu a:hover, .nav-menu .current-menu-item > a { color: #0f172a; }
.nav-cta { background: var(--blue); color: #fff !important; padding: .5rem 1.3rem; border-radius: 6px; font-size: .875rem !important; }
.nav-cta:hover { background: var(--blue2) !important; }
.nav-toggle { display: none; background: none; border: 1px solid var(--border2); color: var(--muted); padding: .4rem .6rem; border-radius: 6px; cursor: pointer; font-size: 1.2rem; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  min-height: 100vh;
  display: flex; align-items: center;
  padding: 0 5%; position: relative; overflow: hidden;
  background: linear-gradient(160deg, #f0f6ff 0%, #ffffff 60%);
}
.hero__bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 70% 50% at 70% 40%, rgba(26,108,245,0.08) 0%, transparent 60%),
    radial-gradient(ellipse 40% 40% at 90% 80%, rgba(14,165,233,0.06) 0%, transparent 60%);
}
.hero__grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(30,80,200,0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(30,80,200,0.06) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 30%, transparent 80%);
}
.hero__content { position: relative; max-width: 720px; }
.hero__badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(26,108,245,.08);
  border: 1px solid rgba(26,108,245,.2);
  padding: .35rem 1rem; border-radius: 50px;
  font-size: .8rem; color: var(--blue); margin-bottom: 2rem; font-weight: 500;
}
.hero__badge::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); animation: blink 2s infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.3} }
.hero__title .highlight { color: var(--blue); }
.hero__title .gradient-text {
  background: linear-gradient(135deg, var(--blue), var(--accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero__sub { font-size: 1.1rem; color: var(--muted); max-width: 560px; margin: 1.5rem 0 2.5rem; font-weight: 300; }
.hero__stats { display: flex; gap: 3rem; margin-top: 4rem; padding-top: 3rem; border-top: 1px solid var(--border); flex-wrap: wrap; }
.stat__num { font-family: 'Syne', sans-serif; font-size: 2rem; font-weight: 700; color: var(--blue); }
.stat__label { font-size: .8rem; color: var(--muted); margin-top: 2px; }

/* ============================================================
   TRUSTED BAR
   ============================================================ */
.trusted-bar { padding: 2.5rem 5%; border-bottom: 1px solid var(--border); text-align: center; background: var(--navy2); }
.trusted-bar__label { font-size: .78rem; letter-spacing: .1em; color: var(--dim); text-transform: uppercase; margin-bottom: 1.25rem; font-weight: 500; }
.trusted-bar__logos { display: flex; align-items: center; justify-content: center; gap: 2.5rem; flex-wrap: wrap; }
.trusted-bar__item { font-family: 'Syne', sans-serif; font-size: .9rem; font-weight: 700; color: var(--dim); letter-spacing: .06em; }

/* ============================================================
   PRODUCT CARDS
   ============================================================ */
.products-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(270px,1fr));
  gap: 1.5px; border: 1.5px solid var(--border); border-radius: var(--radius-lg); overflow: hidden;
}
.product-card {
  background: #fff; padding: 2.5rem; position: relative;
  transition: background .3s; cursor: default;
}
.product-card:hover { background: #f0f6ff; }
.product-card::after {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--blue), var(--accent));
  opacity: 0; transition: opacity .3s;
}
.product-card:hover::after { opacity: 1; }
.product-card__icon {
  width: 48px; height: 48px; border-radius: 10px;
  background: rgba(26,108,245,.08); border: 1px solid rgba(26,108,245,.15);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.5rem; font-size: 1.4rem;
}
.product-card__name { font-family: 'Syne', sans-serif; font-size: 1.2rem; font-weight: 700; color: #0f172a; margin-bottom: .3rem; }
.product-card__tag { font-size: .78rem; color: var(--blue); margin-bottom: .9rem; font-weight: 500; }
.product-card__desc { color: var(--muted); font-size: .9rem; line-height: 1.65; margin-bottom: 1.5rem; }
.product-card__features { list-style: none; display: flex; flex-direction: column; gap: .45rem; }
.product-card__features li { font-size: .83rem; color: var(--muted); display: flex; align-items: center; gap: 8px; }
.product-card__features li::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: var(--blue); flex-shrink: 0; }

/* ============================================================
   CUSTOM SECTION
   ============================================================ */
.process-steps { display: flex; flex-direction: column; gap: .75rem; }
.proc-step {
  display: flex; align-items: center; gap: .75rem;
  padding: .75rem 1rem; border-radius: 8px;
  background: #f0f6ff; border: 1px solid var(--border);
  font-size: .87rem; color: var(--text);
}
.proc-step__num {
  width: 24px; height: 24px; border-radius: 50%; background: var(--blue);
  color: #fff; display: flex; align-items: center; justify-content: center;
  font-size: .7rem; font-weight: 700; flex-shrink: 0;
}
.tech-tags { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: .75rem; }
.tech-tag {
  background: rgba(26,108,245,.08); border: 1px solid rgba(26,108,245,.15);
  border-radius: 4px; padding: .2rem .6rem;
  font-size: .75rem; color: var(--blue);
}
.custom-visual {
  background: var(--navy2); border-radius: var(--radius-lg);
  border: 1px solid var(--border); padding: 2rem; position: relative; overflow: hidden;
}
.custom-visual::before {
  content: ''; position: absolute; top: -40px; right: -40px;
  width: 200px; height: 200px; border-radius: 50%;
  background: radial-gradient(circle, rgba(26,108,245,.06), transparent 70%);
}
.custom-visual__label { font-size: .75rem; color: var(--dim); margin-bottom: .75rem; font-weight: 500; letter-spacing: .05em; text-transform: uppercase; }
.custom-feats { display: flex; flex-direction: column; gap: 1.5rem; margin-top: 2.5rem; }
.custom-feat { display: flex; gap: 1rem; align-items: flex-start; }
.custom-feat__icon {
  width: 40px; height: 40px; border-radius: 8px;
  background: rgba(26,108,245,.08); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-size: 1.1rem;
}
.custom-feat__title { font-weight: 600; color: #0f172a; font-size: .95rem; margin-bottom: .2rem; }
.custom-feat__desc { color: var(--muted); font-size: .875rem; line-height: 1.6; }

/* ============================================================
   WHY US
   ============================================================ */
.why-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 2rem; box-shadow: 0 1px 4px rgba(0,0,0,.04); }
.why-card__num { font-family: 'Syne', sans-serif; font-size: 2.5rem; font-weight: 800; color: rgba(26,108,245,.2); line-height: 1; }
.why-card__title { font-family: 'Syne', sans-serif; font-weight: 700; font-size: 1.05rem; color: #0f172a; margin: .75rem 0 .5rem; }
.why-card__desc { color: var(--muted); font-size: .875rem; line-height: 1.65; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testi-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 2rem; box-shadow: 0 1px 4px rgba(0,0,0,.04); }
.testi-card__quote { color: var(--muted); font-size: .93rem; line-height: 1.7; margin-bottom: 1.5rem; font-style: italic; }
.testi-card__author { display: flex; align-items: center; gap: 12px; }
.testi-card__avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--accent));
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: .83rem; color: #fff; flex-shrink: 0;
}
.testi-card__name { font-weight: 600; color: #0f172a; font-size: .9rem; }
.testi-card__role { color: var(--dim); font-size: .78rem; }

/* ============================================================
   PRICING
   ============================================================ */
.price-card {
  background: #fff; border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 2.5rem;
  position: relative; transition: transform .25s;
  box-shadow: 0 1px 4px rgba(0,0,0,.05);
}
.price-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(26,108,245,.1); }
.price-card--featured { border-color: var(--blue); background: #f0f6ff; }
.price-card__badge {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--blue); color: #fff; font-size: .73rem; font-weight: 600;
  padding: .3rem 1rem; border-radius: 50px; white-space: nowrap;
}
.price-card__name { font-family: 'Syne', sans-serif; font-size: 1.1rem; font-weight: 700; color: #0f172a; margin-bottom: .4rem; }
.price-card__desc { color: var(--muted); font-size: .85rem; margin-bottom: 1.5rem; }
.price-card__value { font-family: 'Syne', sans-serif; font-size: 2rem; font-weight: 800; color: #0f172a; }
.price-card__period { font-size: .78rem; color: var(--dim); }
.price-card__divider { height: 1px; background: var(--border); margin: 1.5rem 0; }
.price-card__list { list-style: none; display: flex; flex-direction: column; gap: .55rem; margin-bottom: 2rem; }
.price-card__list li { font-size: .875rem; color: var(--muted); display: flex; align-items: center; gap: 8px; }
.price-card__list li::before { content: '✓'; color: var(--blue); font-weight: 700; flex-shrink: 0; }
.price-card__list li.no { color: var(--dim); }
.price-card__list li.no::before { content: '–'; color: var(--dim); }

/* ============================================================
   CTA BANNER
   ============================================================ */
.cta-banner {
  background: linear-gradient(135deg, #1a6cf5 0%, #0ea5e9 100%);
  padding: 5rem 5%; text-align: center;
}
.cta-banner h2 { margin-bottom: 1rem; color: #fff; }
.cta-banner p { color: rgba(255,255,255,.85); font-size: 1.05rem; margin-bottom: 2.5rem; max-width: 500px; margin-left: auto; margin-right: auto; }

/* ============================================================
   CONTACT
   ============================================================ */
.contact-info { display: flex; flex-direction: column; gap: 2rem; }
.contact-item { display: flex; gap: 1rem; align-items: flex-start; }
.contact-item__icon {
  width: 44px; height: 44px; border-radius: 10px;
  background: rgba(26,108,245,.08); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; flex-shrink: 0;
}
.contact-item__label { font-size: .78rem; color: var(--dim); margin-bottom: .2rem; font-weight: 500; letter-spacing: .05em; text-transform: uppercase; }
.contact-item__value { color: var(--text); font-size: .93rem; line-height: 1.6; }
.contact-form-box { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 2.5rem; box-shadow: 0 4px 20px rgba(0,0,0,.06); }
.contact-form-box h3 { margin-bottom: 1.5rem; font-size: 1.15rem; color: #0f172a; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { display: flex; flex-direction: column; gap: .4rem; margin-bottom: 1rem; }
.form-group label { font-size: .8rem; color: var(--muted); font-weight: 500; }
.form-group input,
.form-group select,
.form-group textarea {
  background: #f8faff; border: 1px solid var(--border);
  border-radius: 8px; padding: .75rem 1rem;
  color: var(--text); font-family: 'DM Sans', sans-serif;
  font-size: .9rem; width: 100%; outline: none; transition: border-color .2s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(26,108,245,.08); }
.form-group select option { background: #fff; }
.form-group textarea { resize: vertical; min-height: 120px; }

/* ============================================================
   BLOG / POSTS
   ============================================================ */
.blog-hero { padding: 10rem 5% 4rem; background: var(--navy2); text-align: center; }
.posts-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px,1fr)); gap: 1.5rem; }
.post-card {
  background: #fff; border: 1px solid var(--border);
  border-radius: var(--radius); overflow: hidden;
  transition: transform .25s, box-shadow .25s;
  box-shadow: 0 1px 4px rgba(0,0,0,.05);
}
.post-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,.08); }
.post-card__thumb { height: 200px; background: var(--navy3); position: relative; overflow: hidden; }
.post-card__thumb img { width: 100%; height: 100%; object-fit: cover; }
.post-card__thumb-placeholder { width: 100%; height: 100%; background: linear-gradient(135deg, rgba(26,108,245,.1), rgba(14,165,233,.08)); display: flex; align-items: center; justify-content: center; font-size: 2.5rem; }
.post-card__body { padding: 1.5rem; }
.post-card__cat { font-size: .73rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--blue); margin-bottom: .5rem; }
.post-card__title { font-family: 'Syne', sans-serif; font-size: 1.05rem; font-weight: 700; color: #0f172a; margin-bottom: .6rem; line-height: 1.3; }
.post-card__title a { color: #0f172a; text-decoration: none; }
.post-card__title a:hover { color: var(--blue); }
.post-card__excerpt { color: var(--muted); font-size: .875rem; line-height: 1.6; margin-bottom: 1rem; }
.post-card__meta { font-size: .78rem; color: var(--dim); }
.post-card__meta span { margin-right: 1rem; }

/* Single Post */
.single-hero { padding: 10rem 5% 3rem; background: var(--navy2); }
.single-hero__cat { font-size: .78rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--blue); margin-bottom: 1rem; display: block; }
.single-hero__title { max-width: 800px; }
.single-hero__meta { color: var(--dim); font-size: .875rem; margin-top: 1.5rem; }
.single-content { max-width: 760px; margin: 0 auto; padding: 4rem 5%; }
.single-content h2, .single-content h3 { color: #0f172a; margin: 2rem 0 1rem; }
.single-content p { color: var(--muted); margin-bottom: 1.25rem; }
.single-content ul, .single-content ol { color: var(--muted); padding-left: 1.5rem; margin-bottom: 1.25rem; }
.single-content li { margin-bottom: .4rem; line-height: 1.7; }
.single-content blockquote { border-left: 3px solid var(--blue); padding: 1rem 1.5rem; background: rgba(26,108,245,.05); border-radius: 0 8px 8px 0; margin: 2rem 0; color: var(--text); font-style: italic; }
.single-content img { border-radius: 8px; margin: 2rem 0; }
.single-content a { color: var(--blue); }
.single-content code { background: var(--navy2); color: var(--blue); padding: .1em .4em; border-radius: 4px; font-size: .9em; }
.single-content pre { background: var(--navy2); border: 1px solid var(--border); border-radius: 8px; padding: 1.5rem; overflow-x: auto; margin: 1.5rem 0; }

/* ============================================================
   GENERIC PAGE
   ============================================================ */
.page-hero { padding: 10rem 5% 4rem; background: var(--navy2); }
.page-content { max-width: 900px; margin: 0 auto; padding: 4rem 5%; }
.page-content h2, .page-content h3 { color: #0f172a; margin: 2rem 0 1rem; }
.page-content p { color: var(--muted); }
.page-content ul, .page-content ol { color: var(--muted); padding-left: 1.5rem; margin-bottom: 1.25rem; }
.page-content li { margin-bottom: .5rem; line-height: 1.7; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: #0f172a; border-top: 1px solid rgba(255,255,255,.08); padding: 4rem 5% 2rem; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-brand { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 1.2rem; color: #fff; margin-bottom: 1rem; display: block; }
.footer-brand span { color: var(--blue2); }
.footer-tagline { color: rgba(255,255,255,.5); font-size: .875rem; line-height: 1.65; max-width: 280px; }
.footer-socials { display: flex; gap: .75rem; margin-top: 1.5rem; }
.footer-social {
  width: 36px; height: 36px; border-radius: 8px;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.5); font-size: .8rem; text-decoration: none;
  font-weight: 700; transition: all .2s;
}
.footer-social:hover { background: var(--blue); color: #fff; border-color: var(--blue); }
.footer-col-title { font-weight: 600; font-size: .83rem; color: #fff; letter-spacing: .05em; text-transform: uppercase; margin-bottom: 1.25rem; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: .6rem; }
.footer-links a { color: rgba(255,255,255,.45); text-decoration: none; font-size: .875rem; transition: color .2s; }
.footer-links a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding-top: 2rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-legal { color: rgba(255,255,255,.3); font-size: .8rem; }
.footer-legal a { color: rgba(255,255,255,.3); text-decoration: none; }
.footer-legal-links { display: flex; gap: 1.5rem; }

/* ============================================================
   ANIMATIONS
   ============================================================ */
.fade-up { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
  .grid-2, .footer-top { grid-template-columns: 1fr; gap: 3rem; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .nav-menu { display: none; }
  .nav-menu.open { display: flex; flex-direction: column; position: fixed; top: 68px; left: 0; right: 0; background: rgba(255,255,255,.98); padding: 2rem; gap: 1.5rem; border-bottom: 1px solid var(--border); z-index: 998; box-shadow: 0 8px 24px rgba(0,0,0,.08); }
  .nav-toggle { display: block; }
  .hero__stats { gap: 1.5rem; }
  .footer-top { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   WORDPRESS NATIVE CLASSES
   ============================================================ */
.aligncenter { display: block; margin: 0 auto; }
.alignleft   { float: left; margin: 0 1.5rem 1rem 0; }
.alignright  { float: right; margin: 0 0 1rem 1.5rem; }
.wp-caption  { max-width: 100%; }
.wp-caption-text { font-size: .8rem; color: var(--dim); text-align: center; margin-top: .5rem; }
