.anp-portal,.anp-support-form{max-width:1100px;margin:40px auto;padding:28px;border:1px solid #e5e7eb;border-radius:16px;background:#fff}.anp-portal-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}.anp-portal-card{padding:22px;border:1px solid #e5e7eb;border-radius:14px;background:#fafafa}.anp-support-form label{display:block;font-weight:600;margin:14px 0}.anp-support-form input,.anp-support-form select,.anp-support-form textarea{display:block;width:100%;box-sizing:border-box;margin-top:6px;padding:12px;border:1px solid #d1d5db;border-radius:10px}.anp-support-form button{background:#111827;color:#fff;border:0;border-radius:10px;padding:13px 22px;font-weight:700;cursor:pointer}.anp-support-form button:hover{background:#000}

/* v0.4.0 Support portal */
.anp-ticket-created{padding:14px 16px;margin:0 0 18px;border-radius:10px;background:#e5f6ed;color:#116233;border:1px solid #bde2c9}.anp-portal-table{width:100%;border-collapse:collapse;margin-top:12px}.anp-portal-table th,.anp-portal-table td{border-bottom:1px solid #e5e7eb;padding:10px;text-align:left}.anp-portal-table th{font-weight:700;color:#374151;background:#f8faf9}

/* v0.5.0 Downloads portal */
.anp-download-list{display:grid;gap:18px;margin-top:22px}.anp-download-card{border:1px solid #e5e7eb;border-radius:16px;background:#fafafa;padding:22px;display:grid;gap:12px}.anp-download-card h3{margin:0}.anp-version{color:#4b5563;font-weight:700;margin:4px 0 0}.anp-changelog{background:#fff;border:1px solid #edf0ef;border-radius:12px;padding:14px}.anp-changelog p{margin-bottom:0}.anp-button{display:inline-block;background:#111827;color:#fff !important;text-decoration:none;border-radius:10px;padding:12px 18px;font-weight:700;justify-self:start}.anp-button:hover{background:#000}.anp-muted{color:#667085;font-style:italic}

/* v0.5.1 Member gate */
.anp-member-gate { max-width: 1100px; margin: 0 auto; }
.anp-member-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 24px; }
.anp-member-card { background: #fff; border: 1px solid rgba(20,30,25,.10); border-radius: 18px; padding: 24px; box-shadow: 0 16px 40px rgba(20,30,25,.08); }
.anp-member-card form p { margin: 0 0 14px; }
.anp-member-card label { display: block; font-weight: 700; margin-bottom: 12px; }
.anp-member-card input[type="text"],
.anp-member-card input[type="email"],
.anp-member-card input[type="password"] { width: 100%; box-sizing: border-box; margin-top: 6px; }
.anp-member-card button,
.anp-member-card input[type="submit"] { cursor: pointer; }
.anp-muted { opacity: .75; font-size: .95rem; }
@media (max-width: 800px) { .anp-member-grid { grid-template-columns: 1fr; } }

.anp-license-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 20px;
}
.anp-license-card {
    background: #fff;
    border: 1px solid rgba(31, 41, 55, 0.12);
    border-radius: 16px;
    padding: 22px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}
.anp-license-card code {
    display: inline-block;
    background: #f4f1ea;
    border-radius: 8px;
    padding: 6px 8px;
    font-size: 13px;
    word-break: break-all;
}
.anp-activation-list {
    margin-left: 18px;
}

/* v0.7.0 Customer portal dashboard polish */
.anp-dashboard { background: #fbfaf7; border-color: rgba(31,41,55,.10); }
.anp-dashboard-hero { display: flex; justify-content: space-between; gap: 24px; align-items: center; padding: 30px; border-radius: 22px; background: linear-gradient(135deg,#14211d,#2f4b3d); color: #fff; margin-bottom: 24px; }
.anp-dashboard-hero h2 { margin: 6px 0 10px; color: #fff; font-size: clamp(28px,4vw,46px); line-height: 1.05; }
.anp-dashboard-hero p { margin: 0; color: rgba(255,255,255,.82); max-width: 720px; }
.anp-kicker { text-transform: uppercase; letter-spacing: .13em; font-weight: 800; font-size: .78rem; color: #d6c08d !important; }
.anp-dashboard-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; min-width: 230px; }
.anp-button-light { background: #fff; color: #14211d !important; }
.anp-button-light:hover { background: #f4f1ea; }
.anp-stat-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; margin: 0 0 24px; }
.anp-stat-card { background:#fff; border:1px solid rgba(31,41,55,.10); border-radius:18px; padding:20px; box-shadow:0 14px 34px rgba(15,23,42,.05); }
.anp-stat-card span { display:block; color:#667085; font-weight:800; font-size:.82rem; text-transform:uppercase; letter-spacing:.06em; }
.anp-stat-card strong { display:block; margin-top:8px; font-size:30px; line-height:1; color:#14211d; }
.anp-stat-card small { display:block; margin-top:7px; color:#667085; word-break:break-word; }
.anp-dashboard-shortcuts { margin-bottom: 24px; }
.anp-shortcut-card { color: inherit; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; background:#fff; }
.anp-shortcut-card:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(15,23,42,.09); border-color: rgba(47,75,61,.28); }
.anp-card-icon { display:inline-flex; align-items:center; justify-content:center; width:44px; height:44px; border-radius:14px; background:#f4f1ea; margin-bottom:10px; font-size:24px; }
.anp-dashboard-columns { display:grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap:20px; margin-bottom:22px; }
.anp-dashboard-panel { background:#fff; border:1px solid rgba(31,41,55,.10); border-radius:18px; padding:22px; box-shadow:0 14px 34px rgba(15,23,42,.05); }
.anp-section-head { display:flex; justify-content:space-between; align-items:center; gap:16px; margin-bottom:14px; }
.anp-section-head h3 { margin:0; }
.anp-section-head a { color:#2f4b3d; font-weight:800; text-decoration:none; }
.anp-section-head a:hover { text-decoration:underline; }
.anp-mini-list { display:grid; gap:12px; }
.anp-mini-item { display:flex; justify-content:space-between; gap:16px; align-items:center; padding:14px; border:1px solid #edf0ef; border-radius:14px; background:#fbfaf7; }
.anp-mini-item strong { display:block; color:#14211d; }
.anp-mini-item small { display:block; margin-top:4px; color:#667085; }
.anp-mini-item code { background:#f4f1ea; border-radius:8px; padding:4px 6px; word-break:break-all; }
.anp-mini-meta { text-align:right; min-width:120px; }
.anp-small-button { display:inline-block; background:#14211d; color:#fff !important; text-decoration:none; border-radius:9px; padding:9px 12px; font-weight:800; font-size:.9rem; }
.anp-small-button:hover { background:#000; }
.anp-empty-state { padding:16px; border:1px dashed #d6c08d; border-radius:14px; background:#fffdf6; color:#667085; margin:0; }
.anp-badge { display:inline-block; border-radius:999px; padding:5px 10px; font-size:12px; font-weight:800; background:#eef2f0; color:#2f4b3d; white-space:nowrap; }
.anp-badge-active,.anp-badge-open { background:#e5f6ed; color:#116233; }
.anp-badge-expired,.anp-badge-cancelled,.anp-badge-closed { background:#f3f4f6; color:#4b5563; }
.anp-badge-suspended,.anp-badge-urgent { background:#fff1f2; color:#9f1239; }
.anp-badge-in_progress,.anp-badge-waiting_for_customer { background:#fff7e6; color:#92400e; }
.anp-badge-resolved { background:#e8f0ff; color:#1d4ed8; }
@media (max-width: 900px) { .anp-dashboard-hero { flex-direction:column; align-items:flex-start; } .anp-dashboard-actions { justify-content:flex-start; } .anp-stat-grid,.anp-dashboard-columns { grid-template-columns:1fr; } }
@media (max-width: 640px) { .anp-dashboard-hero { padding:22px; } .anp-mini-item { align-items:flex-start; flex-direction:column; } .anp-mini-meta { text-align:left; } }

/* v0.9.0 Documentation / Knowledge Base */
.anp-docs .anp-dashboard-hero {
  margin-bottom: 1.5rem;
}
.anp-doc-search {
  display: flex;
  gap: .75rem;
  margin: 1rem 0 2rem;
  flex-wrap: wrap;
}
.anp-doc-search input[type="search"] {
  flex: 1 1 280px;
  padding: .85rem 1rem;
  border: 1px solid rgba(20, 35, 30, .16);
  border-radius: 12px;
}
.anp-doc-search button {
  padding: .85rem 1.15rem;
  border-radius: 12px;
  border: 0;
  cursor: pointer;
}
.anp-doc-section {
  margin: 2rem 0;
}
.anp-doc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}
.anp-doc-card, .anp-doc-article {
  border: 1px solid rgba(20, 35, 30, .12);
  border-radius: 18px;
  padding: 1.25rem;
  background: #fff;
  box-shadow: 0 14px 38px rgba(20, 35, 30, .06);
}
.anp-doc-card h3, .anp-doc-card h4 {
  margin-top: 0;
}
.anp-doc-card a {
  text-decoration: none;
}
.anp-doc-summary {
  font-size: 1.05rem;
  font-weight: 600;
}
.anp-doc-content {
  line-height: 1.7;
}

/* v0.9.3 Documentation alignment cleanup */
.anp-docs { max-width: 1100px; }
.anp-docs .anp-dashboard-hero { margin-bottom: 1.25rem; }
.anp-docs .anp-doc-section:first-of-type { margin-top: 1rem; }
.anp-doc-section > h3 { margin-bottom: .35rem; }
.anp-doc-section > p { max-width: 760px; color: #667085; }
.anp-doc-grid { align-items: stretch; }
.anp-doc-card { display: flex; flex-direction: column; }
.anp-doc-card p:last-child { margin-bottom: 0; }

/* v0.9.8 Unified customer portal shell */
.anp-customer-shell{max-width:1160px;margin:40px auto;padding:0 18px}.anp-customer-shell>.anp-portal,.anp-customer-shell>.anp-support-form{margin-top:0}.anp-portal-landing{padding:30px;border-radius:24px;background:linear-gradient(135deg,#14211d,#2f4b3d);color:#fff;margin-bottom:16px;box-shadow:0 18px 44px rgba(15,23,42,.10)}.anp-portal-landing h2{margin:6px 0 10px;color:#fff;font-size:clamp(28px,4vw,44px);line-height:1.05}.anp-portal-landing p{margin:0;color:rgba(255,255,255,.82);max-width:760px}.anp-customer-nav{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 18px;padding:10px;border:1px solid rgba(31,41,55,.10);border-radius:18px;background:#fff;box-shadow:0 12px 28px rgba(15,23,42,.05)}.anp-customer-nav a{display:inline-flex;align-items:center;gap:8px;padding:11px 14px;border-radius:13px;text-decoration:none;color:#14211d;font-weight:800;border:1px solid transparent}.anp-customer-nav a:hover{background:#f4f1ea}.anp-customer-nav a.is-active{background:#14211d;color:#fff;border-color:#14211d}.anp-customer-view>.anp-portal,.anp-customer-view>.anp-support-form{max-width:none;margin:0;padding:24px;border-radius:18px}.anp-dashboard .anp-customer-nav{margin-bottom:24px}@media(max-width:640px){.anp-customer-shell{padding:0 12px;margin:24px auto}.anp-portal-landing{padding:22px}.anp-customer-nav{display:grid;grid-template-columns:1fr 1fr}.anp-customer-nav a{justify-content:center;font-size:.92rem}}

/* v0.10.5 Lite free download lead capture */
.anp-lite-download-box{margin:28px 0 0}
.anp-lite-form-grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(320px,1fr);gap:24px;align-items:start}
.anp-lite-form-copy,.anp-lite-download-form,.anp-lite-success{background:#fff;border:1px solid rgba(20,35,30,.12);border-radius:24px;padding:clamp(22px,3vw,32px);box-shadow:0 18px 48px rgba(20,35,30,.07)}
.anp-lite-form-copy h2,.anp-lite-success h2{margin:6px 0 12px;font-size:clamp(28px,4vw,44px);line-height:1.05;letter-spacing:-.045em;color:#14211d}
.anp-lite-form-copy p,.anp-lite-success p{color:#667085;line-height:1.65}
.anp-lite-checks{display:grid;gap:10px;margin:18px 0 0;padding:0;list-style:none}.anp-lite-checks li{position:relative;padding-left:26px;color:#374b41}.anp-lite-checks li:before{content:"✓";position:absolute;left:0;color:#806f58;font-weight:900}
.anp-lite-download-form label{display:block;font-weight:800;color:#14211d;margin:0 0 14px}.anp-lite-download-form label span{color:#806f58}.anp-lite-download-form input[type="text"],.anp-lite-download-form input[type="email"],.anp-lite-download-form input[type="url"]{width:100%;box-sizing:border-box;margin-top:7px;padding:13px 14px;border:1px solid rgba(20,35,30,.16);border-radius:13px;background:#fbfaf7;font:inherit}.anp-lite-download-form input:focus{outline:0;border-color:#c5b49d;box-shadow:0 0 0 4px rgba(197,180,157,.22);background:#fff}.anp-lite-consent{display:flex!important;gap:10px;align-items:flex-start;font-weight:600!important;color:#4b5563!important}.anp-lite-consent input{margin-top:5px}.anp-lite-success{border-color:#c5b49d;background:linear-gradient(180deg,#fff,#fbf8f1)}.anp-lite-error{margin:0 0 18px;padding:14px 16px;border-radius:14px;background:#fff1f2;color:#9f1239;border:1px solid #fecdd3;font-weight:800}
@media(max-width:900px){.anp-lite-form-grid{grid-template-columns:1fr}}

/* v0.10.6 Lite download button polish */
.anp-lite-download-box .anp-button,
.anp-lite-download-box button.anp-button,
.anp-lite-download-box .anp-download-ready-button{cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,opacity .18s ease}
.anp-lite-download-box .anp-button:hover,
.anp-lite-download-box button.anp-button:hover,
.anp-lite-download-box .anp-download-ready-button:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(20,35,30,.18);text-decoration:none}
.anp-lite-download-box .anp-button:focus-visible,
.anp-lite-download-box button.anp-button:focus-visible,
.anp-lite-download-box .anp-download-ready-button:focus-visible{outline:3px solid rgba(197,180,157,.55);outline-offset:3px}
.anp-lite-download-box button.anp-button:disabled,
.anp-lite-download-box button.anp-button.is-loading{opacity:.75;cursor:wait;transform:none;box-shadow:none}
.anp-lite-success .anp-download-ready-button{font-size:1.05rem;padding:14px 22px}

/* v0.10.1 Product feature showcase */
.anp-modal-is-open{overflow:hidden}.anp-product-features{--anp-feature-dark:#14211d;--anp-feature-muted:#667085;--anp-feature-border:rgba(31,41,55,.11);--anp-feature-bg:#fbfaf7;--anp-feature-accent:#c5b49d;display:block;margin:34px 0 16px}.anp-feature-showcase-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;padding:34px;border-radius:28px;background:linear-gradient(135deg,#14211d,#2f4b3d);color:#fff;box-shadow:0 24px 70px rgba(20,33,29,.13);margin-bottom:18px}.anp-feature-showcase-hero span,.anp-feature-section-heading span,.anp-feature-cta span{display:inline-block;text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:900;color:#d7c7ae;margin-bottom:8px}.anp-feature-showcase-hero h2,.anp-feature-cta h2{margin:0 0 10px;font-size:clamp(30px,4vw,48px);line-height:1.04;letter-spacing:-.045em;color:inherit}.anp-feature-showcase-hero p,.anp-feature-cta p{margin:0;color:rgba(255,255,255,.82);font-size:18px;max-width:850px}.anp-feature-hero-actions,.anp-feature-cta-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.anp-feature-cta-button,.anp-feature-open{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:var(--anp-feature-dark);color:#fff!important;text-decoration:none;font-weight:900;padding:12px 18px;line-height:1.2;cursor:pointer;box-shadow:none}.anp-feature-cta-button:hover,.anp-feature-open:hover{background:#000;color:#fff!important}.anp-feature-cta-link{font-weight:900;color:inherit!important;text-decoration:none;border-bottom:1px solid currentColor}.anp-feature-filter{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0 28px}.anp-feature-filter button{border:1px solid var(--anp-feature-border);background:#fff;color:var(--anp-feature-dark);border-radius:999px;padding:10px 14px;font-weight:900;cursor:pointer}.anp-feature-filter button.is-active,.anp-feature-filter button:hover{background:var(--anp-feature-dark);border-color:var(--anp-feature-dark);color:#fff}.anp-feature-section{margin:32px 0}.anp-feature-section-heading{max-width:880px;margin-bottom:22px}.anp-feature-section-heading span{color:#806f58}.anp-feature-section-heading h2{margin:0 0 10px;color:var(--anp-feature-dark);font-size:clamp(28px,4vw,44px);line-height:1.04;letter-spacing:-.04em}.anp-feature-section-heading p{margin:0;color:var(--anp-feature-muted);font-size:17px}.anp-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.anp-feature-card{position:relative;display:flex;flex-direction:column;min-height:100%;padding:22px;border:1px solid var(--anp-feature-border);border-radius:24px;background:#fff;box-shadow:0 16px 40px rgba(15,23,42,.045);transition:transform .2s ease,box-shadow .2s ease}.anp-feature-card:hover{transform:translateY(-2px);box-shadow:0 22px 52px rgba(15,23,42,.075)}.anp-feature-card[hidden],.anp-feature-section[hidden]{display:none!important}.anp-feature-image{width:88px;height:88px;border-radius:22px;background:#faf8f4;border:1px solid rgba(197,180,157,.42);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.anp-feature-image img{width:70px;height:70px;object-fit:contain;display:block}.anp-feature-meta{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-bottom:10px}.anp-feature-tag,.anp-feature-pro{display:inline-flex;align-items:center;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.anp-feature-tag{background:#f4f1ea;color:#806f58}.anp-feature-pro{background:#14211d;color:#fff}.anp-feature-card h3{margin:0 0 10px;color:var(--anp-feature-dark);font-size:22px;line-height:1.16;letter-spacing:-.02em}.anp-feature-card p{margin:0 0 18px;color:var(--anp-feature-muted);font-size:15px}.anp-feature-card .anp-feature-open{margin-top:auto;align-self:flex-start;background:#fff;color:var(--anp-feature-dark)!important;border:1px solid var(--anp-feature-dark);box-shadow:none}.anp-feature-card .anp-feature-open:hover{background:var(--anp-feature-dark);color:#fff!important}.anp-feature-cta{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:22px;align-items:center;margin:34px 0;padding:28px;border-radius:28px;border:1px solid var(--anp-feature-border);background:#fff;box-shadow:0 16px 40px rgba(15,23,42,.045)}.anp-feature-cta span{color:#806f58}.anp-feature-cta h2{font-size:clamp(26px,4vw,40px);color:var(--anp-feature-dark)}.anp-feature-cta p{color:var(--anp-feature-muted);font-size:16px}.anp-feature-cta-dark{background:linear-gradient(135deg,#151515,#2b2b2b);color:#fff;border-color:#151515}.anp-feature-cta-dark h2{color:#fff}.anp-feature-cta-dark p{color:#d8d8d8}.anp-feature-cta-dark .anp-feature-cta-button{background:#fff;color:#151515!important}.anp-feature-cta-dark .anp-feature-cta-button:hover{background:#f4f1ea;color:#151515!important}.anp-feature-modal[hidden]{display:none}.anp-feature-modal{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:22px}.anp-feature-modal-backdrop{position:absolute;inset:0;background:rgba(8,13,11,.68);backdrop-filter:blur(5px)}.anp-feature-modal-panel{position:relative;width:min(860px,100%);max-height:min(86vh,900px);overflow:auto;background:#fff;border-radius:28px;padding:28px;border:1px solid rgba(255,255,255,.35);box-shadow:0 34px 110px rgba(0,0,0,.35)}.anp-feature-modal-close{position:absolute;right:18px;top:18px;width:42px;height:42px;border-radius:999px;border:1px solid var(--anp-feature-border);background:#fff;color:var(--anp-feature-dark);font-size:28px;line-height:1;cursor:pointer}.anp-feature-modal-close:hover{background:#f4f1ea}.anp-feature-modal-head{display:grid;grid-template-columns:92px 1fr;gap:18px;align-items:center;padding-right:48px;margin-bottom:20px}.anp-feature-modal-head img{width:92px;height:92px;border-radius:24px;background:#faf8f4;border:1px solid rgba(197,180,157,.42);padding:12px}.anp-feature-modal-head h3{margin:0;font-size:clamp(28px,4vw,42px);line-height:1.06;letter-spacing:-.04em;color:var(--anp-feature-dark)}.anp-feature-modal-copy{display:grid;gap:8px}.anp-feature-modal-copy h4{margin:12px 0 0;font-size:15px;text-transform:uppercase;letter-spacing:.11em;color:#806f58}.anp-feature-modal-copy p{margin:0;color:#3f4b46;line-height:1.7}.anp-feature-modal-copy ul{margin:6px 0 0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.anp-feature-modal-copy li{position:relative;padding-left:28px;color:#3f4b46}.anp-feature-modal-copy li:before{content:'✓';position:absolute;left:0;top:0;font-weight:950;color:#806f58}.anp-feature-modal-cta{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;margin-top:24px;padding:18px;border-radius:20px;background:#faf8f4;border:1px solid rgba(197,180,157,.44)}.anp-feature-modal-cta strong{display:block;color:var(--anp-feature-dark);font-size:18px}.anp-feature-modal-cta span{display:block;color:var(--anp-feature-muted);margin-top:4px}@media(max-width:1000px){.anp-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.anp-feature-showcase-hero,.anp-feature-cta{grid-template-columns:1fr}.anp-feature-hero-actions,.anp-feature-cta-actions{justify-content:flex-start}}@media(max-width:640px){.anp-product-features{margin-top:24px}.anp-feature-showcase-hero,.anp-feature-cta{padding:22px;border-radius:22px}.anp-feature-grid{grid-template-columns:1fr}.anp-feature-card{padding:20px}.anp-feature-filter{position:relative}.anp-feature-modal{padding:12px;align-items:flex-end}.anp-feature-modal-panel{border-radius:22px;padding:22px;max-height:90vh}.anp-feature-modal-head{grid-template-columns:1fr;padding-right:42px}.anp-feature-modal-head img{width:76px;height:76px}.anp-feature-modal-copy ul,.anp-feature-modal-cta{grid-template-columns:1fr}.anp-feature-modal-cta .anp-feature-cta-button{width:100%}}


/* The Stay Manager AI Assistant */
.anp-ai-assistant{border:1px solid rgba(0,0,0,.12);border-radius:18px;background:#fff;box-shadow:0 12px 35px rgba(0,0,0,.08);overflow:hidden;max-width:920px;margin:24px auto;font-family:inherit}.anp-ai-header{background:#111;color:#fff;padding:18px 20px;display:flex;align-items:center;justify-content:space-between}.anp-ai-header strong{display:block;font-size:18px}.anp-ai-header span{display:block;font-size:13px;opacity:.78;margin-top:3px}.anp-ai-messages{padding:18px;background:#f7f7f5;max-height:420px;overflow:auto}.anp-ai-message{max-width:86%;padding:12px 14px;margin:0 0 12px;border-radius:14px;white-space:pre-wrap;line-height:1.45;font-size:15px}.anp-ai-bot{background:#fff;border:1px solid rgba(0,0,0,.08);color:#202020}.anp-ai-user{background:#111;color:#fff;margin-left:auto}.anp-ai-loading{opacity:.72}.anp-ai-form{padding:16px;background:#fff;border-top:1px solid rgba(0,0,0,.08)}.anp-ai-input{width:100%;box-sizing:border-box;border:1px solid rgba(0,0,0,.18);border-radius:12px;padding:12px;resize:vertical}.anp-ai-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin-top:12px}.anp-ai-ticket-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:14px 16px;background:#fff8e8;border-top:1px solid rgba(0,0,0,.08)}.anp-ai-ticket-fields input{width:100%;box-sizing:border-box;border:1px solid rgba(0,0,0,.18);border-radius:10px;padding:10px}@media(max-width:700px){.anp-ai-ticket-fields{grid-template-columns:1fr}.anp-ai-message{max-width:96%}}

/* v0.10.19 Public Accommodation Manager marketing pages */
.anp-marketing-page{max-width:1180px;margin:36px auto;padding:0 18px;color:#14211d}.anp-marketing-hero{border-radius:30px;background:linear-gradient(135deg,#14211d,#2f4b3d);color:#fff;padding:clamp(28px,5vw,56px);box-shadow:0 26px 76px rgba(20,33,29,.16);margin-bottom:26px}.anp-marketing-hero h1{margin:6px 0 14px;color:#fff;font-size:clamp(38px,6vw,70px);letter-spacing:-.055em;line-height:.98;max-width:920px}.anp-marketing-hero p{margin:0;color:rgba(255,255,255,.84);font-size:clamp(17px,2vw,21px);max-width:850px}.anp-marketing-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.anp-marketing-section{margin:30px 0}.anp-section-heading{max-width:880px;margin-bottom:22px}.anp-section-heading h2{margin:0 0 10px;color:#14211d;font-size:clamp(28px,4vw,46px);line-height:1.04;letter-spacing:-.04em}.anp-section-heading p{margin:0;color:#667085;font-size:17px}.anp-marketing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.anp-marketing-grid-five{grid-template-columns:repeat(5,minmax(0,1fr))}.anp-marketing-card,.anp-marketing-panel,.anp-pricing-card{background:#fff;border:1px solid rgba(31,41,55,.11);border-radius:24px;padding:24px;box-shadow:0 16px 42px rgba(15,23,42,.055)}.anp-marketing-card h3,.anp-marketing-panel h3,.anp-pricing-card h3{margin:0 0 10px;color:#14211d;font-size:22px;line-height:1.14}.anp-marketing-card p,.anp-marketing-panel p,.anp-pricing-card p{color:#667085;margin:0 0 12px}.anp-marketing-split{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:22px;align-items:stretch;margin:34px 0;padding:28px;border-radius:28px;background:#fbfaf7;border:1px solid rgba(31,41,55,.09)}.anp-marketing-split h2{margin:0 0 12px;font-size:clamp(28px,4vw,42px);line-height:1.04;letter-spacing:-.04em}.anp-marketing-split ol,.anp-marketing-split ul,.anp-marketing-panel ol,.anp-marketing-panel ul{margin:10px 0 0;padding-left:21px;color:#3f4b46}.anp-lock-pill,.anp-pricing-ribbon{display:inline-flex;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;background:#f4f1ea;color:#806f58;margin-bottom:12px}.anp-pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.anp-pricing-card{position:relative;display:flex;flex-direction:column;min-height:100%}.anp-pricing-card .anp-button{margin-top:auto}.anp-pricing-card-featured{border-color:#c5b49d;box-shadow:0 20px 54px rgba(20,33,29,.10)}.anp-pricing-ribbon{position:absolute;top:18px;right:18px;background:#14211d;color:#fff}.anp-pricing-price{font-size:26px!important;font-weight:950;color:#14211d!important;margin:4px 0 14px!important}.anp-pricing-price small{font-size:14px;color:#667085;font-weight:700}.anp-doc-steps .anp-marketing-card{scroll-margin-top:90px}.anp-marketing-page .anp-portal,.anp-marketing-page .anp-lite-download-box{max-width:none;margin:32px 0}.anp-marketing-page .anp-docs{max-width:none}
@media(max-width:1080px){.anp-marketing-grid-five{grid-template-columns:repeat(2,minmax(0,1fr))}.anp-marketing-grid,.anp-pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.anp-marketing-split{grid-template-columns:1fr}}
@media(max-width:680px){.anp-marketing-page{padding:0 12px}.anp-marketing-hero{border-radius:22px}.anp-marketing-grid,.anp-marketing-grid-five,.anp-pricing-grid{grid-template-columns:1fr}.anp-marketing-split{padding:20px;border-radius:22px}.anp-pricing-ribbon{position:static;align-self:flex-start}}


/* v0.10.22 Theme-aligned product page heroes */
.anp-theme-product-page{max-width:1180px}
.anp-theme-hero{
    position:relative;
    overflow:hidden;
    display:grid;
    grid-template-columns:minmax(0,1.12fr) minmax(300px,.88fr);
    gap:clamp(22px,4vw,48px);
    align-items:center;
    min-height:430px;
    border-radius:34px;
    padding:clamp(32px,5vw,64px);
    color:#fff;
    background:
        linear-gradient(90deg,rgba(16,28,24,.96) 0%,rgba(16,28,24,.88) 45%,rgba(16,28,24,.50) 100%),
        radial-gradient(circle at 80% 12%,rgba(255,255,255,.20),transparent 34%),
        linear-gradient(135deg,#14211d,#315244);
    box-shadow:0 28px 82px rgba(20,33,29,.18);
    margin-bottom:30px;
}
.anp-theme-hero:after{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(135deg,rgba(255,255,255,.09),transparent 35%),
        repeating-linear-gradient(45deg,rgba(255,255,255,.035) 0 1px,transparent 1px 14px);
    pointer-events:none;
}
.anp-theme-hero-copy{position:relative;z-index:2}
.anp-theme-hero h1{margin:6px 0 16px;color:#fff;font-size:clamp(40px,6vw,74px);letter-spacing:-.058em;line-height:.96;max-width:860px}
.anp-theme-hero p{margin:0;color:rgba(255,255,255,.86);font-size:clamp(17px,2vw,22px);max-width:760px}
.anp-theme-hero .anp-kicker{color:#f2d7a0}
.anp-theme-hero-image{
    position:relative;
    z-index:2;
    min-height:300px;
    border-radius:30px;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    padding:28px;
    background:
        linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.42)),
        radial-gradient(circle at 50% 28%,rgba(255,255,255,.72),rgba(255,255,255,.18) 30%,rgba(255,255,255,.04) 52%,transparent 70%),
        linear-gradient(135deg,rgba(242,215,160,.9),rgba(145,170,137,.68));
    border:1px solid rgba(255,255,255,.28);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.20),0 28px 70px rgba(0,0,0,.22);
}
.anp-theme-hero-image:before{
    content:"";
    position:absolute;
    left:50%;
    top:42%;
    width:72%;
    aspect-ratio:1.35;
    transform:translate(-50%,-50%);
    border-radius:24px;
    background:
        linear-gradient(135deg,rgba(255,255,255,.92),rgba(255,255,255,.52)),
        url("images/feature-direct-booking.svg") center/38% no-repeat;
    box-shadow:0 22px 56px rgba(0,0,0,.18);
}
.anp-theme-hero-pro .anp-theme-hero-image:before{background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(255,255,255,.52)),url("images/feature-addons.svg") center/38% no-repeat}
.anp-theme-hero-pricing .anp-theme-hero-image:before{background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(255,255,255,.52)),url("images/feature-reporting.svg") center/38% no-repeat}
.anp-theme-hero-image span,.anp-theme-hero-image strong{position:relative;z-index:2}
.anp-theme-hero-image span{display:inline-flex;align-self:flex-start;background:rgba(20,33,29,.78);color:#fff;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px}
.anp-theme-hero-image strong{color:#fff;font-size:clamp(24px,3vw,38px);line-height:1.02;letter-spacing:-.04em;max-width:330px}
.anp-pro-requirement{background:#fff8ea;border-color:rgba(178,129,55,.22)}
.anp-pro-addon-download-box .anp-empty-state{margin:18px 0}
@media(max-width:900px){
    .anp-theme-hero{grid-template-columns:1fr;min-height:auto}
    .anp-theme-hero-image{min-height:250px}
}
@media(max-width:680px){
    .anp-theme-hero{border-radius:24px;padding:28px 20px}
    .anp-theme-hero-image{border-radius:22px;min-height:220px}
}


/* v0.10.23 Theme-aligned full image heroes for public product/add-on pages */
.anp-theme-product-page{
    max-width:none;
    width:100%;
    margin:0;
    padding:0;
    overflow:hidden;
}
.anp-theme-product-page .anp-theme-hero{
    position:relative;
    left:50%;
    width:100vw;
    max-width:none;
    min-height:560px;
    margin:0 0 0 -50vw;
    border-radius:0;
    padding:92px max(20px,calc((100vw - 1180px)/2)) 130px;
    display:flex;
    align-items:center;
    color:#fff;
    background:
        linear-gradient(90deg,rgba(4,24,17,.96) 0%,rgba(4,24,17,.88) 33%,rgba(4,24,17,.45) 62%,rgba(4,24,17,.24) 100%),
        url("images/products-hero-lodge-dark.jpg") center right/cover no-repeat;
    box-shadow:none;
    gap:0;
}
.anp-theme-product-page .anp-theme-hero:after{
    content:"";
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at 18% 35%,rgba(183,152,74,.18),transparent 30%),
        linear-gradient(180deg,rgba(0,0,0,.06),rgba(0,0,0,.28));
    pointer-events:none;
}
.anp-theme-product-page .anp-theme-hero-copy{
    position:relative;
    z-index:2;
    width:min(700px,100%);
    max-width:700px;
}
.anp-theme-product-page .anp-theme-hero h1{
    font-size:clamp(44px,6.3vw,82px);
    line-height:.98;
    letter-spacing:-.045em;
    margin:0 0 22px;
    color:#fff;
    max-width:700px;
}
.anp-theme-product-page .anp-theme-hero p:not(.anp-kicker){
    font-size:clamp(18px,2.1vw,24px);
    line-height:1.45;
    color:#f6ead2;
    max-width:660px;
    margin:0;
}
.anp-theme-product-page .anp-theme-hero .anp-kicker{
    margin:0 0 12px;
    text-transform:uppercase;
    letter-spacing:.16em;
    font-size:12px;
    font-weight:950;
    color:#b7984a;
}
.anp-theme-product-page .anp-theme-hero-image{
    display:none!important;
}
.anp-theme-product-page .anp-marketing-section:first-of-type{
    position:relative;
    z-index:4;
    width:min(1180px,calc(100% - 40px));
    margin:-76px auto 34px;
    background:#fffdf8;
    border-radius:34px;
    padding:clamp(20px,3vw,34px);
    box-shadow:0 32px 100px rgba(10,30,22,.16);
    border:1px solid rgba(255,255,255,.9);
}
.anp-theme-product-page .anp-marketing-split{
    width:min(1180px,calc(100% - 40px));
    margin:34px auto;
}
.anp-theme-product-page .anp-lite-download-box,
.anp-theme-product-page .anp-pro-addon-download-box{
    width:min(1180px,calc(100% - 40px));
    margin:34px auto;
}
.anp-addon-pricing-page .anp-pricing-grid{
    gap:22px;
}
.anp-addon-pricing-page .anp-pricing-card{
    border-radius:18px;
    box-shadow:0 18px 50px rgba(15,43,31,.08);
}
@media(max-width:900px){
    .anp-theme-product-page .anp-theme-hero{
        min-height:0;
        padding:72px max(20px,calc((100vw - 1180px)/2)) 112px;
        background:
            linear-gradient(90deg,rgba(4,24,17,.97) 0%,rgba(4,24,17,.86) 70%,rgba(4,24,17,.70)),
            url("images/products-hero-lodge-dark.jpg") center/cover no-repeat;
    }
    .anp-theme-product-page .anp-marketing-section:first-of-type{margin-top:-64px;border-radius:26px;width:min(1180px,calc(100% - 28px));}
    .anp-theme-product-page .anp-marketing-split,
    .anp-theme-product-page .anp-lite-download-box,
    .anp-theme-product-page .anp-pro-addon-download-box{width:min(1180px,calc(100% - 28px));}
}
@media(max-width:560px){
    .anp-theme-product-page .anp-theme-hero{padding:54px 18px 96px;}
    .anp-theme-product-page .anp-marketing-section:first-of-type{padding:16px;border-radius:22px;}
}


/* v0.10.24 Elementor-friendly public product pages */
.anp-elementor-hero,
.anp-elementor-card-grid,
.anp-elementor-dynamic-component{width:100%;}
.anp-elementor-hero{position:relative;overflow:hidden;color:#fff;}
.anp-elementor-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,24,17,.96) 0%,rgba(4,24,17,.88) 36%,rgba(4,24,17,.42) 72%,rgba(4,24,17,.24) 100%);pointer-events:none;z-index:0;}
.anp-elementor-hero > *{position:relative;z-index:1;}
.anp-elementor-hero .elementor-heading-title{color:#fff;}
.anp-elementor-hero h1.elementor-heading-title{font-size:clamp(42px,6.2vw,82px);line-height:.98;letter-spacing:-.045em;max-width:760px;}
.anp-elementor-hero .elementor-widget-text-editor{max-width:720px;color:#f6ead2;font-size:clamp(18px,2vw,23px);line-height:1.5;}
.anp-elementor-hero .elementor-widget-heading:first-child .elementor-heading-title{font-size:12px;text-transform:uppercase;letter-spacing:.16em;color:#b7984a;font-weight:950;}
.anp-elementor-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:-54px;position:relative;z-index:2;}
.anp-elementor-card-grid > .e-con,.anp-elementor-card-grid > .elementor-element{box-shadow:0 18px 50px rgba(15,43,31,.08);border:1px solid rgba(6,31,22,.1);}
.anp-elementor-dynamic-component{position:relative;z-index:1;}
.anp-addon-pricing-grid-component{width:100%;}
@media(max-width:900px){.anp-elementor-card-grid{grid-template-columns:1fr;margin-top:-34px;}.anp-elementor-hero h1.elementor-heading-title{font-size:clamp(38px,10vw,60px);}}

/* v0.10.25 Elementor-rich public product pages - Products page style, editable sections */
.anp-el-products-page,
.anp-el-suite-section,
.anp-el-why-section,
.anp-el-path-section,
.anp-el-split-section,
.anp-el-component-section,
.anp-el-dark-cta{
    --anp-el-green:#06261b;
    --anp-el-green-2:#0b3426;
    --anp-el-gold:#b7984a;
    --anp-el-gold-2:#d1b46b;
    --anp-el-cream:#f6f2ea;
    --anp-el-cream-2:#fffdf8;
    --anp-el-ink:#102016;
    --anp-el-muted:#5b615b;
    font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.anp-el-products-hero{
    position:relative!important;
    left:50%;
    width:100vw!important;
    max-width:none!important;
    margin-left:-50vw!important;
    overflow:hidden;
    color:#fff;
}
.anp-el-products-hero:before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,rgba(4,24,17,.96) 0%,rgba(4,24,17,.88) 33%,rgba(4,24,17,.45) 62%,rgba(4,24,17,.24) 100%);
    z-index:0;
    pointer-events:none;
}
.anp-el-products-hero:after{
    content:"";
    position:absolute;
    inset:0;
    background:radial-gradient(circle at 18% 35%,rgba(183,152,74,.18),transparent 30%),linear-gradient(180deg,rgba(0,0,0,.06),rgba(0,0,0,.28));
    z-index:0;
    pointer-events:none;
}
.anp-el-products-hero > .e-con-inner,
.anp-el-products-hero > .elementor-element,
.anp-el-products-hero .anp-el-hero-inner{position:relative;z-index:1;width:min(1180px,calc(100% - 40px));margin:0 auto;}
.anp-el-products-hero .anp-el-hero-inner{max-width:1180px!important;align-items:flex-start!important;}
.anp-el-products-hero .elementor-heading-title{color:#fff;}
.anp-el-products-hero h1.elementor-heading-title{font-size:clamp(44px,6.3vw,82px)!important;line-height:.98!important;letter-spacing:-.045em!important;margin:0 0 22px!important;max-width:720px;}
.anp-el-products-hero .elementor-widget-text-editor{font-size:clamp(18px,2.1vw,24px);line-height:1.45;color:#f6ead2;max-width:680px;}
.anp-el-products-hero .elementor-widget-heading:first-child .elementor-heading-title{margin:0 0 12px;text-transform:uppercase;letter-spacing:.16em;font-size:12px!important;font-weight:950;color:var(--anp-el-gold)!important;}
.anp-el-actions{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;gap:14px!important;margin-top:30px;align-items:center!important;}
.anp-el-actions .elementor-widget-button{width:auto!important;max-width:max-content;}
.anp-el-actions .elementor-button,
.anp-el-split-section .elementor-button,
.anp-el-dark-cta .elementor-button{border-radius:10px!important;padding:14px 22px!important;font-weight:900!important;text-decoration:none!important;box-shadow:0 14px 34px rgba(6,38,27,.2);}
.anp-el-actions .elementor-widget-button:first-child .elementor-button,
.anp-el-split-section .elementor-button,
.anp-el-dark-cta .elementor-button{background:linear-gradient(135deg,#0b3a28,#164f35)!important;color:#fff!important;border:1px solid rgba(255,255,255,.1)!important;}
.anp-el-actions .elementor-widget-button:nth-child(2) .elementor-button{background:rgba(255,255,255,.08)!important;color:#fff!important;border:1px solid rgba(255,255,255,.28)!important;box-shadow:none;}
.anp-el-suite-section{position:relative;z-index:4;margin-top:-76px!important;background:#fff;padding-bottom:36px;}
.anp-el-products-panel{background:var(--anp-el-cream-2);border-radius:34px;padding:clamp(20px,3vw,34px);box-shadow:0 32px 100px rgba(10,30,22,.16);border:1px solid rgba(255,255,255,.9);}
.anp-el-section-head{text-align:center;max-width:880px;margin:0 auto 30px;}
.anp-el-section-head .elementor-widget-heading:first-child .elementor-heading-title,
.anp-el-why-title .elementor-widget-heading:first-child .elementor-heading-title,
.anp-el-split-copy .elementor-widget-heading:first-child .elementor-heading-title{margin:0 0 12px;text-transform:uppercase;letter-spacing:.16em;font-size:12px!important;font-weight:950;color:var(--anp-el-gold)!important;}
.anp-el-section-head h2.elementor-heading-title,
.anp-el-path-head h2.elementor-heading-title{font-size:clamp(30px,4.3vw,54px)!important;line-height:1.04!important;margin:0 0 12px!important;color:var(--anp-el-green)!important;letter-spacing:-.045em!important;}
.anp-el-section-head .elementor-widget-text-editor{font-size:18px;line-height:1.55;color:var(--anp-el-muted);}
.anp-el-card-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px!important;width:100%;}
.anp-el-product-card{background:#fff;border:1px solid rgba(10,50,35,.12);border-radius:18px;overflow:hidden;box-shadow:0 18px 50px rgba(15,43,31,.09);padding:28px;display:flex!important;flex-direction:column!important;min-height:100%;transition:transform .22s ease,box-shadow .22s ease;}
.anp-el-product-card:hover{transform:translateY(-4px);box-shadow:0 26px 70px rgba(15,43,31,.14);}
.anp-el-product-card .elementor-widget-heading:first-child .elementor-heading-title{display:inline-flex;width:max-content;max-width:100%;align-items:center;border-radius:7px;background:#276338;color:#fff!important;font-size:11px!important;font-weight:950!important;text-transform:uppercase;letter-spacing:.08em;padding:7px 11px;margin:0 0 16px;}
.anp-el-product-card:nth-child(2n) .elementor-widget-heading:first-child .elementor-heading-title,
.anp-el-product-card:nth-child(6) .elementor-widget-heading:first-child .elementor-heading-title{background:linear-gradient(135deg,var(--anp-el-gold),var(--anp-el-gold-2));color:#162017!important;}
.anp-el-product-card h3.elementor-heading-title{font-size:clamp(24px,2.55vw,32px)!important;line-height:1.06!important;margin:0 0 12px!important;color:var(--anp-el-green)!important;letter-spacing:-.045em!important;}
.anp-el-product-card .elementor-widget-text-editor{font-size:15px;line-height:1.6;color:var(--anp-el-muted);}
.anp-el-checks{list-style:none!important;margin:18px 0 0!important;padding:0!important;display:grid;gap:11px;text-align:left;}
.anp-el-checks li{position:relative;padding-left:27px;color:#334039;font-size:14px;line-height:1.35;margin:0;}
.anp-el-checks li:before{content:"✓";position:absolute;left:0;top:-1px;width:18px;height:18px;border-radius:50%;background:#276338;color:#fff;font-size:12px;line-height:18px;text-align:center;font-weight:900;}
.anp-el-product-card:nth-child(2n) .anp-el-checks li:before{background:var(--anp-el-gold);}
.anp-el-why-section{background:#fff;}
.anp-el-why-panel{display:grid!important;grid-template-columns:1.05fr repeat(4,1fr);gap:24px;align-items:stretch;background:linear-gradient(135deg,#f7f6ef,#efeee4);border:1px solid rgba(8,42,30,.1);border-radius:22px;padding:clamp(24px,3vw,42px);box-shadow:0 16px 48px rgba(10,30,22,.08);}
.anp-el-why-title h2.elementor-heading-title{font-size:clamp(30px,3.7vw,46px)!important;line-height:1.04!important;color:var(--anp-el-green)!important;margin:0!important;letter-spacing:-.045em!important;}
.anp-el-why-item{border-left:1px solid rgba(8,42,30,.14);padding-left:24px;}
.anp-el-why-item .elementor-widget-heading:first-child .elementor-heading-title{display:flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:12px;background:var(--anp-el-green);color:#fff!important;margin:0 0 14px;font-weight:900;font-size:18px!important;}
.anp-el-why-item h3.elementor-heading-title{font-size:18px!important;letter-spacing:-.02em!important;line-height:1.15!important;margin:0 0 8px!important;color:#13241a!important;}
.anp-el-why-item .elementor-widget-text-editor{font-size:14px;line-height:1.55;color:var(--anp-el-muted);}
.anp-el-path-section{background:#fff;}
.anp-el-path-head{text-align:center;margin-bottom:24px;}
.anp-el-path-head:after{content:"";display:block;width:46px;height:2px;background:var(--anp-el-gold);margin:16px auto 0;}
.anp-el-path-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;align-items:stretch;}
.anp-el-path-step{position:relative;display:grid!important;grid-template-columns:54px 1fr;gap:16px;align-items:start;background:#fff;border:1px solid rgba(8,42,30,.09);border-radius:18px;padding:22px;box-shadow:0 12px 34px rgba(10,30,22,.055);}
.anp-el-path-step .elementor-widget-heading:first-child .elementor-heading-title{width:34px;height:34px;border-radius:50%;background:var(--anp-el-green);color:#fff!important;display:flex;align-items:center;justify-content:center;font-size:15px!important;margin:0;}
.anp-el-path-step h3.elementor-heading-title{font-size:20px!important;margin:0 0 6px!important;color:#14251b!important;letter-spacing:-.02em!important;}
.anp-el-path-step .elementor-widget-text-editor{font-size:14px;line-height:1.5;color:var(--anp-el-muted);grid-column:2;}
.anp-el-split-section{background:#fff;}
.anp-el-split-section > .e-con-inner,
.anp-el-split-section{display:grid!important;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:22px;align-items:stretch;}
.anp-el-split-copy,.anp-el-info-panel{background:#fbfaf7;border:1px solid rgba(31,41,55,.09);border-radius:28px;padding:30px;}
.anp-el-split-copy h2.elementor-heading-title{font-size:clamp(30px,4vw,46px)!important;line-height:1.04!important;color:var(--anp-el-green)!important;letter-spacing:-.045em!important;margin:0 0 14px!important;}
.anp-el-split-copy .elementor-widget-text-editor{color:var(--anp-el-muted);font-size:17px;line-height:1.6;}
.anp-el-info-panel{background:#fff8ea;border-color:rgba(178,129,55,.22);}
.anp-el-info-panel h3.elementor-heading-title{font-size:26px!important;line-height:1.1!important;color:var(--anp-el-green)!important;margin:0 0 12px!important;}
.anp-el-info-panel ol,.anp-el-info-panel ul{margin:10px 0 0!important;padding-left:21px!important;color:#3f4b46;line-height:1.65;}
.anp-el-component-section{background:#fff;}
.anp-el-component-panel{background:linear-gradient(180deg,#fbf8f0,#f4efe5);border:1px solid rgba(8,42,30,.1);border-radius:30px;padding:clamp(20px,3vw,34px);box-shadow:0 24px 80px rgba(12,35,26,.08);}
.anp-el-component-panel > .elementor-widget-shortcode,
.anp-el-component-panel .elementor-shortcode{background:#fff;border:1px solid rgba(8,42,30,.08);border-radius:22px;padding:clamp(16px,3vw,28px);overflow:hidden;display:block;}
.anp-el-dark-cta{position:relative!important;left:50%;width:100vw!important;max-width:none!important;margin-left:-50vw!important;color:#fff;overflow:hidden;}
.anp-el-dark-cta:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,24,17,.96),rgba(4,24,17,.82) 39%,rgba(4,24,17,.34));pointer-events:none;z-index:0;}
.anp-el-dark-cta > .e-con-inner,
.anp-el-dark-cta .anp-el-cta-inner{position:relative;z-index:1;width:min(1180px,calc(100% - 40px));margin:0 auto;}
.anp-el-cta-inner{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:40px!important;}
.anp-el-cta-copy h2.elementor-heading-title{font-size:clamp(34px,4.8vw,62px)!important;line-height:1!important;margin:0 0 18px!important;color:#fff!important;max-width:760px;letter-spacing:-.045em!important;}
.anp-el-cta-copy .elementor-widget-text-editor{font-size:18px;line-height:1.55;color:#f6ead2;max-width:720px;}
.anp-el-dark-cta .elementor-widget-button{min-width:230px;}
.anp-el-dark-cta .elementor-button{background:linear-gradient(135deg,var(--anp-el-gold),var(--anp-el-gold-2))!important;color:#0a2118!important;}
@media(max-width:1180px){.anp-el-card-grid{gap:18px}.anp-el-why-panel{grid-template-columns:repeat(2,minmax(0,1fr))}.anp-el-why-title{grid-column:1/-1}.anp-el-why-item{border-left:0;border-top:1px solid rgba(8,42,30,.14);padding-left:0;padding-top:22px}.anp-el-path-grid{gap:18px}}
@media(max-width:900px){.anp-el-products-hero{min-height:0!important;padding-top:72px!important;padding-bottom:110px!important;background-position:center!important}.anp-el-products-hero:before{background:linear-gradient(90deg,rgba(4,24,17,.97) 0%,rgba(4,24,17,.86) 70%,rgba(4,24,17,.70))}.anp-el-products-hero h1.elementor-heading-title{font-size:clamp(40px,11vw,62px)!important}.anp-el-suite-section{margin-top:-64px!important}.anp-el-products-panel{border-radius:26px}.anp-el-card-grid,.anp-el-path-grid{grid-template-columns:1fr}.anp-el-why-panel{grid-template-columns:1fr}.anp-el-split-section > .e-con-inner,.anp-el-split-section{grid-template-columns:1fr!important}.anp-el-cta-inner{display:block!important}.anp-el-dark-cta .elementor-widget-button{min-width:0;margin-top:28px}.anp-el-actions .elementor-widget-button,.anp-el-dark-cta .elementor-widget-button{width:100%!important;max-width:none}.anp-el-actions .elementor-button,.anp-el-dark-cta .elementor-button{width:100%}}
@media(max-width:560px){.anp-el-products-hero{padding-top:54px!important;padding-bottom:96px!important}.anp-el-products-panel{padding:16px;border-radius:22px}.anp-el-product-card{border-radius:16px;padding:22px}.anp-el-why-panel{border-radius:18px;padding:22px}.anp-el-split-copy,.anp-el-info-panel{padding:22px;border-radius:22px}.anp-el-component-panel{padding:16px;border-radius:22px}.anp-el-dark-cta{padding-top:54px!important;padding-bottom:54px!important}}

/* v0.10.27 Elementor-editable original Products/Pricing three-section layouts */
.anp-el-products-three-section-hero{margin-top:0!important;}
.anp-el-three-section{background:#fff;}
.anp-el-three-section-overlap{margin-top:-76px!important;position:relative;z-index:5;background:transparent!important;}
.anp-el-three-section-panel{width:100%;}
.anp-el-three-section-panel-flat{box-shadow:0 20px 60px rgba(10,30,22,.07);}
.anp-el-card-grid-two{grid-template-columns:repeat(2,minmax(0,1fr))!important;max-width:980px;margin-left:auto;margin-right:auto;}
.anp-el-product-card .anp-el-card-button .elementor-button{margin-top:18px;border-radius:10px!important;background:linear-gradient(135deg,#0b3a28,#164f35)!important;color:#fff!important;font-weight:900!important;padding:13px 18px!important;box-shadow:0 14px 34px rgba(6,38,27,.18);}
.anp-el-three-section .anp-el-section-head .elementor-widget-heading:first-child .elementor-heading-title{margin:0 0 12px;text-transform:uppercase;letter-spacing:.16em;font-size:12px!important;font-weight:950;color:var(--anp-el-gold)!important;}
.anp-el-three-section .anp-el-products-panel{margin-bottom:0;}
.anp-el-three-section-dynamic .anp-el-component-panel{margin-top:0;}
.anp-el-three-section-dynamic .anp-pricing-card[id*="the-stay-manager-crm"],
.anp-el-three-section-dynamic .anp-pricing-card[id*="marketing"]{border-color:rgba(183,152,74,.28);}
@media(max-width:900px){.anp-el-card-grid-two{grid-template-columns:1fr!important}.anp-el-three-section-overlap{margin-top:-64px!important}}

/* v0.10.29 Build 14: Products/Pricing cleanup, full-width cards and pricing-grid restyle */
.anp-el-card-grid,
.anp-el-pricing-grid-wrap,
.anp-addon-pricing-grid-component{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
}
.anp-el-card-grid > .e-con,
.anp-el-card-grid > .elementor-element,
.anp-el-product-card,
.anp-el-product-card > .e-con-inner,
.anp-el-pricing-grid-wrap > .elementor-widget-shortcode,
.anp-el-pricing-grid-wrap .elementor-shortcode{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
}
.anp-el-card-grid{
    align-items:stretch!important;
}
.anp-el-product-card{
    flex:1 1 auto!important;
}
.anp-el-pricing-grid-wrap .elementor-shortcode,
.anp-el-pricing-grid-wrap > .elementor-widget-shortcode{
    display:block!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    padding:0!important;
    overflow:visible!important;
}
.anp-addon-pricing-grid-component,
.anp-el-pricing-grid-wrap .anp-pricing-grid{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:24px!important;
    margin:0!important;
}
.anp-addon-pricing-grid-component .anp-pricing-card,
.anp-el-pricing-grid-wrap .anp-pricing-card,
.anp-el-component-panel .anp-pricing-card{
    width:100%!important;
    min-width:0!important;
    background:#fff!important;
    border:1px solid rgba(10,50,35,.12)!important;
    border-radius:18px!important;
    padding:28px!important;
    box-shadow:0 18px 50px rgba(15,43,31,.09)!important;
    display:flex!important;
    flex-direction:column!important;
    min-height:100%!important;
    transition:transform .22s ease,box-shadow .22s ease!important;
    overflow:hidden!important;
}
.anp-addon-pricing-grid-component .anp-pricing-card:hover,
.anp-el-pricing-grid-wrap .anp-pricing-card:hover{
    transform:translateY(-4px);
    box-shadow:0 26px 70px rgba(15,43,31,.14)!important;
}
.anp-addon-pricing-grid-component .anp-pricing-card h3,
.anp-el-pricing-grid-wrap .anp-pricing-card h3{
    font-size:clamp(24px,2.55vw,32px)!important;
    line-height:1.06!important;
    margin:0 0 12px!important;
    color:#06261b!important;
    letter-spacing:-.045em!important;
}
.anp-addon-pricing-grid-component .anp-pricing-card p,
.anp-el-pricing-grid-wrap .anp-pricing-card p{
    color:#5b615b!important;
    font-size:15px!important;
    line-height:1.6!important;
}
.anp-addon-pricing-grid-component .anp-pricing-price,
.anp-el-pricing-grid-wrap .anp-pricing-price{
    font-size:30px!important;
    line-height:1.05!important;
    font-weight:950!important;
    color:#06261b!important;
    margin:12px 0 14px!important;
    letter-spacing:-.035em!important;
}
.anp-addon-pricing-grid-component .anp-pricing-price small,
.anp-el-pricing-grid-wrap .anp-pricing-price small{
    font-size:14px!important;
    color:#5b615b!important;
    font-weight:800!important;
    letter-spacing:0!important;
}
.anp-addon-pricing-grid-component .anp-button,
.anp-el-pricing-grid-wrap .anp-button{
    width:100%!important;
    margin-top:auto!important;
    border-radius:10px!important;
    background:linear-gradient(135deg,#0b3a28,#164f35)!important;
    color:#fff!important;
    font-weight:900!important;
    padding:13px 18px!important;
    box-shadow:0 14px 34px rgba(6,38,27,.18)!important;
    text-align:center!important;
}
.anp-addon-pricing-grid-component .anp-pricing-ribbon,
.anp-el-pricing-grid-wrap .anp-pricing-ribbon{
    display:inline-flex!important;
    width:max-content!important;
    max-width:100%!important;
    position:static!important;
    margin:0 0 16px!important;
    border-radius:7px!important;
    background:linear-gradient(135deg,#b7984a,#d1b46b)!important;
    color:#162017!important;
    font-size:12px!important;
    font-weight:950!important;
    letter-spacing:.08em!important;
    text-transform:uppercase!important;
    padding:7px 11px!important;
    box-shadow:0 12px 30px rgba(0,0,0,.12)!important;
}
.anp-download-list .anp-download-card{
    scroll-margin-top:110px;
}
@media(max-width:1120px){
    .anp-addon-pricing-grid-component,
    .anp-el-pricing-grid-wrap .anp-pricing-grid{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }
}
@media(max-width:760px){
    .anp-addon-pricing-grid-component,
    .anp-el-pricing-grid-wrap .anp-pricing-grid{
        grid-template-columns:1fr!important;
        gap:18px!important;
    }
}

/* v0.10.31 Build 16: restore Products page product/module detail modals */
.anp-el-product-card .anp-el-card-actions{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:10px!important;
    margin-top:auto!important;
    width:100%!important;
}
.anp-el-modal-button,
.anp-el-card-link-button{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:46px!important;
    width:100%!important;
    border-radius:10px!important;
    padding:13px 16px!important;
    font-weight:900!important;
    line-height:1.12!important;
    text-align:center!important;
    text-decoration:none!important;
    cursor:pointer!important;
    transition:transform .18s ease,box-shadow .18s ease,background .18s ease!important;
}
.anp-el-modal-button{
    background:#fff!important;
    border:1px solid rgba(10,50,35,.18)!important;
    color:#0b3a28!important;
    box-shadow:none!important;
}
.anp-el-modal-button:hover,
.anp-el-modal-button:focus{
    background:#f7f2e8!important;
    transform:translateY(-1px);
}
.anp-el-card-link-button{
    background:linear-gradient(135deg,#0b3a28,#164f35)!important;
    border:1px solid rgba(255,255,255,.1)!important;
    color:#fff!important;
    box-shadow:0 14px 34px rgba(6,38,27,.18)!important;
}
.anp-el-card-link-button:hover,
.anp-el-card-link-button:focus{
    color:#fff!important;
    transform:translateY(-1px);
    box-shadow:0 18px 42px rgba(6,38,27,.24)!important;
}
.anp-el-card-link-button-full{grid-column:1/-1!important;}
.anp-products-detail-modal .anp-feature-modal-panel{width:min(920px,100%)!important;}
.anp-products-detail-modal .anp-feature-modal-head img{object-fit:cover!important;background:#f4efe5!important;}
.anp-products-detail-modal .anp-feature-modal-copy ul{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
@media(max-width:760px){
    .anp-el-product-card .anp-el-card-actions{grid-template-columns:1fr!important;}
    .anp-products-detail-modal .anp-feature-modal-copy ul{grid-template-columns:1fr!important;}
}


/* v0.10.32 Build 17: product page headings + reliable product detail modals */
.anp-el-products-page .anp-el-section-head .elementor-widget-heading:first-child .elementor-heading-title{
    color:#b7984a!important;
    background:transparent!important;
    padding:0!important;
    border-radius:0!important;
    box-shadow:none!important;
}
.anp-el-product-card .anp-el-card-actions{
    grid-template-columns:1fr!important;
}
.anp-el-product-card .anp-el-product-detail-button{
    width:100%!important;
    background:linear-gradient(135deg,#0b3a28,#164f35)!important;
    border:1px solid rgba(255,255,255,.1)!important;
    color:#fff!important;
    box-shadow:0 14px 34px rgba(6,38,27,.18)!important;
}
.anp-el-product-card .anp-el-product-detail-button:hover,
.anp-el-product-card .anp-el-product-detail-button:focus{
    color:#fff!important;
    transform:translateY(-1px);
    box-shadow:0 18px 42px rgba(6,38,27,.24)!important;
}
.anp-el-product-card .anp-el-product-secondary-action{
    background:#fff!important;
    border:1px solid rgba(10,50,35,.18)!important;
    color:#0b3a28!important;
    box-shadow:none!important;
}
.anp-el-product-card .anp-el-product-secondary-action:hover,
.anp-el-product-card .anp-el-product-secondary-action:focus{
    background:#f7f2e8!important;
    color:#0b3a28!important;
}
.anp-products-detail-modal:not([hidden]){
    display:flex!important;
}
.anp-products-detail-modal[aria-hidden="false"]{
    display:flex!important;
}


/* Build 18: robust product modals and full-width product/pricing cards */
.anp-products-detail-modal{position:fixed!important;inset:0!important;z-index:2147483000!important;align-items:center!important;justify-content:center!important;padding:22px!important;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .16s ease,visibility .16s ease;}
.anp-products-detail-modal.is-open{display:flex!important;opacity:1;visibility:visible;pointer-events:auto;}
.anp-products-detail-modal[hidden]{display:none!important;}
.anp-products-detail-modal .anp-feature-modal-panel{transform:translateY(12px) scale(.985);transition:transform .16s ease;}
.anp-products-detail-modal.is-open .anp-feature-modal-panel{transform:none;}
.anp-el-card-grid,.anp-el-card-grid>.e-con-inner,.anp-el-pricing-grid-wrap,.anp-el-pricing-grid-wrap>.e-con-inner{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important;}
.anp-el-card-grid,.anp-el-card-grid>.e-con-inner{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:24px!important;align-items:stretch!important;}
.anp-el-card-grid-two,.anp-el-card-grid-two>.e-con-inner{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
.anp-el-card-grid .anp-el-product-card,.anp-el-card-grid>.e-con-inner>.anp-el-product-card{width:100%!important;max-width:100%!important;min-width:0!important;}
.anp-el-card-media{display:block!important;height:190px!important;width:100%!important;background:#e9e1d3!important;overflow:hidden!important;}
.anp-el-card-media img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;}
@media(max-width:1120px){.anp-el-card-grid,.anp-el-card-grid>.e-con-inner{grid-template-columns:repeat(2,minmax(0,1fr))!important;}}
@media(max-width:760px){.anp-el-card-grid,.anp-el-card-grid>.e-con-inner,.anp-el-card-grid-two,.anp-el-card-grid-two>.e-con-inner{grid-template-columns:1fr!important;}}


/* Build 19: full-width Elementor containers and four-section product/pricing layout */
.anp-el-products-page,
.anp-el-products-page > .e-con-inner,
.anp-el-suite-section,
.anp-el-suite-section > .e-con-inner,
.anp-el-why-section,
.anp-el-why-section > .e-con-inner,
.anp-el-three-section,
.anp-el-three-section > .e-con-inner,
.anp-el-products-panel,
.anp-el-products-panel > .e-con-inner,
.anp-el-three-section-panel,
.anp-el-three-section-panel > .e-con-inner,
.anp-el-card-grid,
.anp-el-card-grid > .e-con-inner,
.anp-el-pricing-grid-wrap,
.anp-el-pricing-grid-wrap > .e-con-inner,
.anp-el-crm-pricing-wrap,
.anp-el-marketing-pricing-wrap{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
}
.anp-el-suite-section,
.anp-el-why-section,
.anp-el-three-section{
    align-items:stretch!important;
}
.anp-el-three-section .e-con-inner{
    padding-left:0!important;
    padding-right:0!important;
}
.anp-el-products-panel{
    width:min(1180px,calc(100% - 40px))!important;
    max-width:1180px!important;
    margin-left:auto!important;
    margin-right:auto!important;
}
.anp-el-card-grid,
.anp-el-card-grid > .e-con-inner{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:24px!important;
    align-items:stretch!important;
}
.anp-el-card-grid-two,
.anp-el-card-grid-two > .e-con-inner{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
}
.anp-el-card-grid-one,
.anp-el-card-grid-one > .e-con-inner{
    grid-template-columns:1fr!important;
}
.anp-el-card-grid .anp-el-product-card,
.anp-el-card-grid > .e-con-inner > .anp-el-product-card,
.anp-el-product-card{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
}
.anp-pricing-groups,
.anp-pricing-grid-section,
.anp-addon-pricing-grid-component,
.anp-pricing-grid{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
}
.anp-pricing-grid{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:24px!important;
    align-items:stretch!important;
}
.anp-pricing-grid-section-crm .anp-pricing-grid{
    grid-template-columns:1fr!important;
}
.anp-pricing-grid-section-marketing .anp-pricing-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
}
.anp-pricing-card{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
}
.anp-el-card-media,
.anp-pricing-card-media{
    display:block!important;
    height:190px!important;
    width:100%!important;
    background:#e9e1d3!important;
    overflow:hidden!important;
    border-radius:14px 14px 0 0;
}
.anp-el-card-media img,
.anp-pricing-card-media img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
}
@media(max-width:1120px){
    .anp-el-card-grid,
    .anp-el-card-grid > .e-con-inner,
    .anp-pricing-grid,
    .anp-pricing-grid-section-marketing .anp-pricing-grid{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }
}
@media(max-width:760px){
    .anp-el-products-panel{width:calc(100% - 24px)!important;}
    .anp-el-card-grid,
    .anp-el-card-grid > .e-con-inner,
    .anp-el-card-grid-two,
    .anp-el-card-grid-two > .e-con-inner,
    .anp-pricing-grid,
    .anp-pricing-grid-section-marketing .anp-pricing-grid{
        grid-template-columns:1fr!important;
    }
}
