:root {
  --adc-green: #7AC70C;
  --adc-magenta: #E91E8C;
  --adc-text: #18181b;
  --adc-muted: #71717a;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  color: var(--adc-text);
  background: #fff;
  line-height: 1.5;
}
a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }
button, input, textarea { font: inherit; }

.adc-container { width: min(1120px, calc(100% - 2rem)); margin-inline: auto; }
.adc-muted { color: var(--adc-muted); }

/* Header */
.adc-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid #f4f4f5;
}
.adc-header-inner {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  height: 60px;
  display: flex; align-items: center; justify-content: space-between;
  position: relative;
}
.adc-icon-btn {
  width: 40px; height: 40px; border: 0; border-radius: 999px;
  background: transparent; display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer; color: #27272a;
}
.adc-menu-btn { flex-direction: column; gap: 5px; }
.adc-menu-btn span { width: 18px; height: 2px; background: #18181b; display: block; border-radius: 2px; }

.adc-brand {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  display: flex; align-items: center; gap: .55rem; text-decoration: none;
}
.adc-brand-logo .custom-logo-link { display: flex; align-items: center; }
.adc-brand-logo .custom-logo { max-height: 42px; width: auto; }
.adc-elementor-content { width: 100%; }
.adc-elementor-header, .adc-elementor-footer { width: 100%; }
.adc-mark { width: 36px; height: 36px; flex-shrink: 0; }
.adc-brand-text { display: flex; flex-direction: column; line-height: 1.05; min-width: 0; }
.adc-brand-title { font-size: 11px; font-weight: 800; letter-spacing: .04em; white-space: nowrap; }
.adc-brand-script {
  font-family: "Great Vibes", cursive;
  color: var(--adc-green);
  font-size: 15px;
  white-space: nowrap;
}
.adc-nav-desktop, .adc-btn-desktop { display: none; }
.adc-bell { position: relative; }
.adc-bell i {
  position: absolute; top: 8px; right: 8px; width: 8px; height: 8px;
  background: #ef4444; border-radius: 999px; border: 2px solid #fff;
}

.adc-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .45rem;
  border: 0; border-radius: 999px; background: var(--adc-green); color: #fff;
  font-weight: 700; padding: .9rem 1.4rem; cursor: pointer; text-decoration: none;
  box-shadow: 0 8px 24px rgba(122,199,12,.35);
}
.adc-btn:hover { filter: brightness(1.05); }
.adc-btn-block { width: 100%; }
.adc-btn-magenta { background: var(--adc-magenta); box-shadow: 0 8px 24px rgba(233,30,140,.3); }
.adc-btn-wa { background: #25D366; box-shadow: 0 8px 24px rgba(37,211,102,.35); }

/* Drawer */
.adc-drawer[hidden] { display: none !important; }
.adc-drawer { position: fixed; inset: 0; z-index: 80; }
.adc-drawer-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.4); }
.adc-drawer-panel {
  position: absolute; left: 0; top: 0; bottom: 0; width: min(320px, 88vw);
  background: #fff; padding: 1rem; display: flex; flex-direction: column; gap: 1rem;
  box-shadow: 8px 0 30px rgba(0,0,0,.12);
}
.adc-drawer-head { display: flex; justify-content: space-between; align-items: center; }
.adc-drawer-nav { display: flex; flex-direction: column; gap: .25rem; }
.adc-drawer-nav a {
  text-decoration: none; padding: .85rem 1rem; border-radius: 1rem; font-weight: 600;
}
.adc-drawer-nav a:hover { background: #f4f4f5; }

/* Hero */
.adc-hero {
  background:
    radial-gradient(ellipse 80% 60% at 70% 20%, color-mix(in srgb, var(--adc-green) 18%, transparent), transparent 55%),
    linear-gradient(180deg, #f7faf2 0%, #fff 55%);
  padding: 1.5rem 0 1rem;
}
.adc-hero-grid { display: grid; gap: 1.75rem; }
.adc-hero-copy { text-align: center; }
.adc-pill {
  display: inline-flex; align-items: center; gap: .45rem;
  border-radius: 999px; padding: .4rem .85rem;
  background: color-mix(in srgb, var(--adc-green) 18%, #fff);
  color: #3d6b06; font-size: 10px; font-weight: 800; letter-spacing: .06em;
  text-transform: uppercase; margin-bottom: 1rem;
}
.adc-hero h1 {
  margin: 0; font-size: 1.85rem; line-height: 1.15; letter-spacing: -.02em; font-weight: 800;
}
.adc-hero-copy > p {
  margin: 1rem auto 0; max-width: 28rem; color: var(--adc-muted); font-size: 15px;
}
.adc-hero-copy .adc-btn { margin-top: 1.5rem; }
.adc-hero-media {
  border-radius: 1.75rem; overflow: hidden;
  box-shadow: 0 16px 48px rgba(0,0,0,.12); border: 1px solid rgba(0,0,0,.05);
}
.adc-hero-media img { width: 100%; aspect-ratio: 5/4; object-fit: cover; }

/* Benefits */
.adc-benefits { padding: .5rem 0 2rem; border-bottom: 1px solid #f4f4f5; }
.adc-benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .5rem; text-align: center; }
.adc-benefit-icon {
  width: 44px; height: 44px; margin: 0 auto .6rem; border-radius: 999px;
  background: var(--adc-green); color: #fff; display: grid; place-items: center;
  box-shadow: 0 6px 16px rgba(122,199,12,.35); font-size: 18px;
}
.adc-benefit h3 { margin: 0; font-size: 12px; }
.adc-benefit p { margin: .2rem 0 0; font-size: 10px; color: var(--adc-muted); }

/* Sections */
.adc-section { padding: 3rem 0; }
.adc-section-head { text-align: center; margin-bottom: 1.75rem; }
.adc-section-head h2 { margin: 0; font-size: 1.6rem; letter-spacing: -.02em; }
.adc-section-head p { margin: .5rem 0 0; color: var(--adc-muted); }

.adc-how-box {
  background: #fff1f5; border-radius: 1.75rem; padding: 1.75rem 1.25rem; text-align: center;
}
.adc-how-box h2 { margin: 0 0 1.25rem; }
.adc-steps { list-style: none; padding: 0; margin: 0 0 1.5rem; text-align: left; display: grid; gap: 1rem; }
.adc-steps li { background: #fff; border-radius: 1rem; padding: 1rem; box-shadow: 0 4px 16px rgba(0,0,0,.04); }
.adc-steps strong { display: block; margin-bottom: .25rem; }
.adc-steps span { color: var(--adc-muted); font-size: .92rem; }

.adc-logos {
  display: flex; gap: .75rem; overflow-x: auto; padding-bottom: .5rem;
}
.adc-logo-item {
  flex: 0 0 auto; min-width: 120px; padding: 1rem; border-radius: 1rem;
  background: #fafafa; border: 1px solid #f1f1f1; text-align: center; font-weight: 700;
}

.adc-cta-box {
  text-align: center; border-radius: 1.75rem; padding: 2rem 1.25rem;
  background: color-mix(in srgb, var(--adc-green) 12%, #fff);
}
.adc-cta-box h2 { margin: 0; }
.adc-cta-box p { margin: .75rem auto 1.25rem; max-width: 28rem; color: var(--adc-muted); }

/* Footer */
.adc-footer { background: #fafafa; border-top: 1px solid #f1f1f1; padding: 2.5rem 0 1.25rem; margin-top: 1rem; }
.adc-footer-grid { display: grid; gap: 1.5rem; }
.adc-footer h4 { margin: 0 0 .5rem; font-size: .85rem; text-transform: uppercase; letter-spacing: .06em; }
.adc-footer p { margin: .25rem 0; color: var(--adc-muted); font-size: .92rem; }
.adc-footer a { text-decoration: none; }
.adc-footer-copy { margin-top: 1.5rem; padding-top: 1rem; border-top: 1px solid #eee; color: #a1a1aa; font-size: .8rem; }

.adc-float-wa {
  position: fixed; right: 1rem; bottom: 1rem; z-index: 40;
  width: 56px; height: 56px; border-radius: 999px; background: #25D366;
  display: grid; place-items: center; box-shadow: 0 10px 30px rgba(37,211,102,.45);
}

.adc-content { padding: 2rem 0 3rem; }
.adc-article { margin-bottom: 1.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid #f1f1f1; }
.adc-article h1 { margin: 0 0 .75rem; font-size: 1.6rem; }
.adc-article a { text-decoration: none; }

@media (min-width: 900px) {
  .adc-header-inner { height: 68px; }
  .adc-menu-btn, .adc-bell { display: none; }
  .adc-brand { position: static; transform: none; }
  .adc-nav-desktop { display: flex; align-items: center; gap: .25rem; }
  .adc-nav-desktop a {
    text-decoration: none; padding: .55rem .8rem; border-radius: 999px;
    font-size: .92rem; font-weight: 600; color: #52525b;
  }
  .adc-nav-desktop a:hover { background: #f4f4f5; color: #18181b; }
  .adc-btn-desktop { display: inline-flex; padding: .65rem 1.1rem; font-size: .9rem; }
  .adc-hero { padding: 3rem 0 2rem; }
  .adc-hero-grid { grid-template-columns: 1.05fr .95fr; align-items: center; gap: 2.5rem; }
  .adc-hero-copy { text-align: left; }
  .adc-hero h1 { font-size: 2.75rem; }
  .adc-hero-copy > p { margin-left: 0; font-size: 1.1rem; }
  .adc-benefit h3 { font-size: 1rem; }
  .adc-benefit p { font-size: .9rem; }
  .adc-benefit-icon { width: 56px; height: 56px; font-size: 22px; }
  .adc-footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; }
}
