:root {
    --mint: #d9e8ff;
    --sage: #bdd7ff;
    --sky: #e7f0ff;
    --lavender: #d6e6ff;
    --peach: #f4f7ff;
    --cream: #f6f8ff;
    --pine: #0d2f70;
    --pine-mid: #0f4bb8;
    --pine-light: #4a7de0;
    --accent: #3594ff;
    --accent2: #7fb9ff;
    --text: #10274f;
    --text-light: #4a6258;
    --white: #ffffff;
    --dark: #000000;
    --border: rgba(13,47,112,0.12);
  }

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

  html { scroll-behavior: smooth; }

  body {
    font-family: 'Roboto', sans-serif;
    background: var(--cream);
    color: var(--text);
    line-height: 1.65;
    overflow-x: hidden;
  }

  /* ─── NAV ─── */
  nav {
    position: fixed; top: 0; width: 100%; z-index: 100;
    background: rgba(254,252,248,0.92);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--border);
    padding: 0 5%;
    display: flex; align-items: center; justify-content: space-between;
    height: 68px;
  }
  .nav-logo {
    display: flex; align-items: center; gap: 12px;
  }
  .nav-logo img {
    display: block;
    max-height: 45px;
    width: auto;
  }
  .nav-links { display: flex; gap: 2rem; }
  .nav-links a {
    color: var(--text-light); text-decoration: none;
    font-size: 0.9rem; font-weight: 500;
    transition: color .2s;
  }
  .nav-links a:hover { color: var(--pine); }
  .nav-links ul {
    display: flex;
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .nav-links li {
    list-style: none;
  }
  .nav-links li a {
    color: var(--text);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: color .2s;
  }
  .nav-links li a:hover {
    color: var(--pine);
  }
  .nav-cta {
    background: var(--pine); color: white;
    padding: 9px 22px; border-radius: 50px;
    text-decoration: none; font-size: 0.88rem; font-weight: 600;
    transition: background .2s, transform .15s;
  }
  .nav-cta:hover { background: var(--pine-mid); transform: translateY(-1px); }

  /* ─── HERO ─── */
  #hero {
    min-height: 100vh;
    /* background: linear-gradient(145deg, #f0faf4 0%, #e8f5ff 40%, #f3f0ff 80%, #fff8f0 100%); */
    display: flex; align-items: center;
    padding: 120px 5% 80px;
    position: relative; overflow: hidden;
  }
  .hero-blob {
    position: absolute; border-radius: 50%;
    filter: blur(80px); opacity: 0.45;
    pointer-events: none;
  }
  .blob1 { width: 520px; height: 520px; background: var(--sage); top: -100px; right: -80px; }
  .blob2 { width: 380px; height: 380px; background: var(--lavender); bottom: 0; left: -100px; }
  .blob3 { width: 260px; height: 260px; background: var(--peach); top: 30%; right: 20%; }
  .hero-inner {
    max-width: 1200px; margin: 0 auto; width: 100%;
    display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center;
    position: relative; z-index: 2;
  }
  .hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(255,255,255,0.75); border: 1px solid rgba(26,92,66,0.15);
    padding: 6px 16px; border-radius: 50px;
    font-size: 0.8rem; font-weight: 600; color: var(--pine);
    margin-bottom: 1.5rem;
    animation: fadeUp 0.7s ease both;
  }
  .hero-badge span { width: 7px; height: 7px; background: var(--pine-light); border-radius: 50%; animation: pulse 1.8s infinite; }
  @keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.4;transform:scale(1.4)} }
  .hero-title {
    font-family: 'Roboto', sans-serif;
    font-size: clamp(2.4rem, 4vw, 3.6rem);
    font-weight: 700; line-height: 1.15;
    color: var(--dark);
    animation: fadeUp 0.7s 0.1s ease both;
  }
  .hero-title em { font-style: normal; color: var(--pine); }
  .hero-subtitle {
    font-size: 1.05rem; color: var(--text-light);
    margin: 1.2rem 0 2rem;
    max-width: 480px;
    animation: fadeUp 0.7s 0.2s ease both;
  }
  .hero-btns {
    display: flex; gap: 1rem; flex-wrap: wrap;
    animation: fadeUp 0.7s 0.3s ease both;
  }
  .btn-primary {
    background: var(--pine); color: white;
    padding: 14px 30px; border-radius: 50px;
    text-decoration: none; font-weight: 600; font-size: 0.95rem;
    transition: all .2s; box-shadow: 0 6px 24px rgba(26,92,66,0.25);
  }
  .btn-primary:hover { background: var(--pine-mid); transform: translateY(-2px); box-shadow: 0 10px 32px rgba(26,92,66,0.3); }
  .btn-secondary {
    background: white; color: var(--pine);
    padding: 14px 30px; border-radius: 50px;
    text-decoration: none; font-weight: 600; font-size: 0.95rem;
    border: 1.5px solid var(--border);
    transition: all .2s;
  }
  .btn-secondary:hover { border-color: var(--pine); background: #f0faf4; transform: translateY(-2px); }
  .hero-visual {
    animation: fadeUp 0.7s 0.15s ease both;
    display: flex; justify-content: center;
  }
  .hero-image {
    width: 100%;
    max-width: 520px;
    border-radius: 28px;
    box-shadow: 0 30px 80px rgba(26,92,66,0.12), 0 10px 24px rgba(0,0,0,0.08);
    display: block;
  }
  .hero-card::before {
    content: ''; position: absolute; inset: -2px; border-radius: 26px;
    background: linear-gradient(135deg, rgba(168,230,207,0.5), rgba(124,106,245,0.2));
    z-index: -1;
  }
  .search-bar {
    display: flex; align-items: center; gap: 10px;
    background: #f6fbf8; border-radius: 12px; padding: 12px 16px;
    border: 1.5px solid rgba(26,92,66,0.12);
    margin-bottom: 1.2rem;
  }
  .search-icon { font-size: 1.1rem; }
  .search-bar span { color: #aaa; font-size: 0.9rem; }
  .result-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 1.2rem; }
  .chip {
    background: var(--mint); color: var(--pine);
    padding: 5px 14px; border-radius: 50px;
    font-size: 0.8rem; font-weight: 500;
    border: 1px solid rgba(26,92,66,0.12);
  }
  .chip.accent { background: var(--peach); color: #b85c00; border-color: rgba(184,92,0,.1); }
  .chip.purple { background: var(--lavender); color: var(--accent2); border-color: rgba(124,106,245,.15); }
  .product-rows { display: flex; flex-direction: column; gap: 10px; }
  .product-row {
    display: flex; align-items: center; gap: 12px;
    background: #f9fffe; border-radius: 10px; padding: 10px 14px;
    border: 1px solid rgba(26,92,66,0.07);
  }
  .product-icon {
    width: 36px; height: 36px; border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.1rem; flex-shrink: 0;
  }
  .product-info { flex: 1; }
  .product-info .p-name { font-size: 0.82rem; font-weight: 600; color: var(--text); }
  .product-info .p-meta { font-size: 0.74rem; color: var(--text-light); }
  .match-badge {
    background: var(--mint); color: var(--pine);
    font-size: 0.7rem; font-weight: 700; padding: 3px 8px; border-radius: 6px;
  }
  .ai-badge {
    display: flex; align-items: center; gap: 6px;
    margin-top: 1.2rem; justify-content: center;
    font-size: 0.78rem; color: var(--text-light);
  }
  .ai-badge .ai-dot {
    width: 8px; height: 8px; background: var(--pine-light); border-radius: 50%;
    animation: pulse 1.5s infinite;
  }

  /* ─── SECTION COMMON ─── */
  section { padding: 40px 40px; }
  .section-inner { max-width: 1200px; margin: 0 auto; }
  .section-label {
    display: inline-block;
    background: var(--mint); color: var(--pine);
    font-size: 0.75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
    padding: 5px 14px; border-radius: 50px;
    margin-bottom: 1rem;
  }
  .section-title {
    font-family: 'Roboto', sans-serif;
    font-size: clamp(1.9rem, 3vw, 2.8rem); font-weight: 700;
    color: var(--text); line-height: 1.2;
    margin-bottom: 1rem;
  }
  .section-sub { color: var(--text-light); font-size: 1rem;  }

  /* ─── CAPABILITIES ─── */
  #capabilities { background: white; }
  .cap-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem;
    margin-top: 3rem;
  }
  .cap-card {
    background: linear-gradient(145deg, #f9fdfa, #f0faf4);
    border: 1px solid rgba(26,92,66,0.1);
    border-radius: 20px; padding: 2rem;
    transition: all .3s; position: relative; overflow: hidden;
  }
  .cap-card::after {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, var(--pine-light), var(--sage));
    border-radius: 20px 20px 0 0;
  }
  .cap-card:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(26,92,66,0.12); }
  .cap-icon {
    width: 52px; height: 52px; border-radius: 14px;
    background: var(--mint); display: flex; align-items: center; justify-content: center;
    font-size: 1.5rem; margin-bottom: 1.2rem;
    border: 1px solid rgba(26,92,66,0.1);
  }
  .cap-title { font-family: 'Roboto', sans-serif; font-size: 1.15rem; font-weight: 700; color: var(--text); margin-bottom: .6rem; }
  .cap-text { font-size: 0.88rem; color: var(--text-light); line-height: 1.7; }

  /* ─── FEATURES ─── */
  #features { background: linear-gradient(160deg, #f0fdf7 0%, #e8f5ff 100%); }
  .feat-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.2rem;
    margin-top: 3rem;
  }
  .feat-card {
    background: white; border-radius: 18px; padding: 1.6rem;
    border: 1px solid rgba(26,92,66,0.08);
    transition: all .3s;
  }
  .feat-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(26,92,66,0.1); border-color: rgba(26,92,66,0.18); }
  .feat-num {
    font-family: 'Roboto', sans-serif;
    font-size: 2rem; font-weight: 700; color: rgba(26,92,66,0.12);
    line-height: 1; margin-bottom: .6rem;
  }
  .feat-title { font-size: 1rem; font-weight: 700; color: var(--text); margin-bottom: .5rem; }
  .feat-text { font-size: 0.84rem; color: var(--text-light); line-height: 1.6; }

  /* ─── DIFFERENTIATE ─── */
  #differentiate { background: white; }
  .diff-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; margin-top: 3rem; }
  .diff-points { display: flex; flex-direction: column; gap: 1rem; }
  .diff-item {
    display: flex; gap: 14px; align-items: center;
    background: linear-gradient(135deg, #f7fdf9, #f0fdf4);
    border: 1px solid rgba(26,92,66,0.1);
    border-radius: 14px; padding: 1.2rem 1.4rem;
    transition: all .3s;
  }
  .diff-item:hover { transform: translateX(6px); border-color: var(--pine-light); }
  .diff-check {
    width: 26px; height: 26px; border-radius: 50%;
    background: var(--pine); color: white;
    display: flex; align-items: center; justify-content: center;
    font-size: 0.8rem; flex-shrink: 0;
  }
  .diff-text { font-size: 0.9rem; color: var(--text-light); line-height: 1.6; }
  .diff-visual {
    background: linear-gradient(145deg, var(--mint), var(--sky));
    border-radius: 24px;.diff-visual

    text-align: center; position: relative; overflow: hidden;
  }
  .diff-visual h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.4rem; color: var(--pine); margin-bottom: 1.2rem;
  }
  .video-embed {
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    background: white;
    box-shadow: 0 26px 70px rgba(26,92,66,0.09);
  }
  .video-embed iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
  }
  .video-cta {
    text-align: center;
    margin-top: 1.5rem;
  }
  .video-cta .btn-primary {
    display: inline-block;
    padding: 14px 34px;
  }
  .vs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
  .vs-col { background: white; border-radius: 14px; padding: 1.2rem; }
  .vs-col h4 { font-size: 0.82rem; font-weight: 700; margin-bottom: 0.8rem; text-align: center; }
  .vs-col.pine h4 { color: var(--pine); }
  .vs-col.trad h4 { color: #888; }
  .vs-item {
    font-size: 0.75rem; color: var(--text-light);
    padding: 5px 0; border-bottom: 1px dashed rgba(26,92,66,0.08);
    display: flex; align-items: center; gap: 6px;
  }
  .vs-item:last-child { border-bottom: none; }
  .vs-item .vi { font-size: 0.7rem; }

  /* ─── HOW IT WORKS ─── */
  #how { background: linear-gradient(160deg, #fff8f0 0%, #f0faf4 100%); }
  .steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 3rem; position: relative; }
  .steps-grid::before {
    content: ''; position: absolute; top: 52px; left: 10%; right: 10%; height: 2px;
    background: linear-gradient(90deg, var(--pine-light), var(--sage));
  }
  .step-card { text-align: center; padding: 0 1.2rem; position: relative; z-index: 1; }
  .step-num {
    width: 52px; height: 52px; border-radius: 50%;
    background: var(--pine); color: white;
    font-family: 'Roboto', sans-serif; font-size: 1.3rem; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 1.2rem;
    border: 3px solid white;
    box-shadow: 0 4px 18px rgba(26,92,66,0.25);
  }
  .step-icon { font-size: 2rem; margin-bottom: 0.8rem; }
  .step-title { font-family: 'Roboto', sans-serif; font-size: 1rem; font-weight: 700; color: var(--text); margin-bottom: 0.5rem; }
  .step-text { font-size: 0.82rem; color: var(--text-light); line-height: 1.6; }

  /* ─── COMPARISON ─── */
  #comparison { background: white; }
  .comp-sub { font-size: 0.95rem; color: var(--text-light); margin-top: 0.5rem;}
  .comp-table-wrap {
    background: white; border-radius: 20px;
    border: 1px solid rgba(26,92,66,0.1);
    overflow: hidden; margin-top: 3rem;
    box-shadow: 0 8px 40px rgba(26,92,66,0.07);
  }
  table { width: 100%; border-collapse: collapse; }
  thead tr { background: linear-gradient(90deg, var(--pine) 0%, var(--pine-mid) 100%); }
  thead th { padding: 1.2rem 1.5rem; color: white; font-size: 0.9rem; font-weight: 700; text-align: left; }
  thead th:first-child { color: rgba(255,255,255,0.75); font-weight: 400; font-size: 0.8rem; }
  tbody tr { border-bottom: 1px solid rgba(26,92,66,0.07); transition: background .2s; }
  tbody tr:last-child { border-bottom: none; }
  tbody tr:hover { background: #f7fdf9; }
  tbody td { padding: 1rem 1.5rem; font-size: 0.88rem; }
  tbody td:first-child { color: var(--text-light); font-weight: 500; }
  .td-pine { color: var(--pine); font-weight: 600; }
  .td-trad { color: #aaa; }
  .tag-ai { background: var(--mint); color: var(--pine); font-size: 0.7rem; font-weight: 700; padding: 2px 8px; border-radius: 6px; margin-left: 6px; }
  .comp-footer {
    background: linear-gradient(135deg, #f0faf4, #e8f5ff);
    padding: 1.2rem 1.5rem;
    text-align: center; font-size: 0.9rem; font-weight: 600; color: var(--pine);
    border-top: 1px solid rgba(26,92,66,0.1);
  }

  /* ─── INTEGRATION ─── */
  #integration { background: linear-gradient(160deg, #f3f0ff 0%, #e8f5ff 60%, #f0fdf7 100%); }
  .int-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center;  }
  .int-text p { font-size: 0.93rem; color: var(--text-light); line-height: 1.75; }
  .int-logos {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem;
  }
  .int-logo {
    background: white; border-radius: 14px; padding: 1.2rem;
    text-align: center; font-size: 0.8rem; font-weight: 600; color: var(--text-light);
    border: 1px solid rgba(26,92,66,0.1);
    transition: all .3s;
  }
  .int-logo .il-icon { font-size: 1.8rem; margin-bottom: 0.4rem; }
  .int-logo:hover { border-color: var(--pine); transform: translateY(-3px); box-shadow: 0 8px 24px rgba(26,92,66,0.1); color: var(--pine); }

  /* ─── FAQ ─── */
  #faq { background: white; }
  .faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 3rem; }
  .faq-item {
    background: #f9fdfa;
    border: 1px solid rgba(26,92,66,0.09);
    border-radius: 14px; padding: 1.4rem;
    cursor: pointer; transition: all .25s;
  }
  .faq-item:hover { border-color: var(--pine-light); background: #f0faf4; }
  .faq-q {
    font-weight: 600; font-size: 0.88rem; color: var(--text);
    display: flex; justify-content: space-between; align-items: flex-start; gap: 12px;
  }
  .faq-q .faq-icon { color: var(--pine); font-size: 1.1rem; flex-shrink: 0; margin-top: 1px; }
  .faq-a {
    font-size: 0.83rem; color: var(--text-light); line-height: 1.65;
    margin-top: 0.7rem; display: none;
  }
  .faq-item.open .faq-a { display: block; }
  .faq-item.open .faq-icon { transform: rotate(45deg); }

  /* ─── CTA BANNER ─── */
  #cta {
    background: linear-gradient(135deg, var(--pine) 0%, #2d6e4f 60%, #1a4a34 100%);
    padding: 80px 5%; text-align: center; position: relative; overflow: hidden;
  }
  #cta::before {
    content: ''; position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='1.5' fill='rgba(255,255,255,0.06)'/%3E%3C/svg%3E") repeat;
  }
  #cta .cta-inner { position: relative; z-index: 1; max-width: 640px; margin: 0 auto; }
  #cta h2 { font-family: 'Roboto', sans-serif; font-size: 2.4rem; color: white; margin-bottom: 1rem; }
  #cta p { color: rgba(255,255,255,0.75); font-size: 1rem; margin-bottom: 2rem; }
  #cta .btn-white {
    background: white; color: var(--pine);
    padding: 14px 34px; border-radius: 50px;
    text-decoration: none; font-weight: 700; font-size: 0.95rem;
    transition: all .2s; display: inline-block;
    box-shadow: 0 8px 28px rgba(0,0,0,0.2);
  }
  #cta .btn-white:hover { transform: translateY(-3px); box-shadow: 0 14px 40px rgba(0,0,0,0.25); }

  /* ─── FOOTER ─── */
  footer {
    background: #000;
    color: rgba(255,255,255,0.92);
    padding: 4rem 5% 1.5rem;
    font-size: 0.92rem;
  }
  .footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.3fr 2fr;
    gap: 2.5rem;
    align-items: start;
  }
  .footer-brand {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .footer-brand img {
    max-width: 180px;
    width: auto;
  }
  .footer-brand-text p {
    color: rgba(255,255,255,0.88);
    line-height: 1.8;
    font-size: 0.95rem;
  }
  .footer-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(140px, 1fr));
    gap: 2rem;
    flex: 1;
  }
  .footer-col h4 {
    color: white;
    font-size: 1rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }
  .footer-col a,
  .footer-col p {
    display: block;
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    margin-bottom: 0.75rem;
    line-height: 1.8;
  }
  .footer-col a:hover {
    color: var(--accent);
  }
  .footer-bottom {
    margin-top: 2rem;
    color: rgba(255,255,255,0.65);
    text-align: center;
    font-size: 0.88rem;
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 1.5rem;
  }
  @media (max-width: 1100px) {
    .footer-links {
      grid-template-columns: repeat(3, 1fr);
      gap: 1.5rem;
    }
  }
  @media (max-width: 768px) {
    .footer-inner {
      grid-template-columns: 1fr;
      gap: 3rem;
    }
    .footer-links {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 480px) {
    .footer-links {
      grid-template-columns: 1fr;
    }
  }

  /* ─── ANIMATIONS ─── */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(28px); }
    to { opacity: 1; transform: translateY(0); }
  }
  .reveal {
    opacity: 0; transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
  .reveal.visible { opacity: 1; transform: none; }

  /* ─── RESPONSIVE ─── */
  @media (max-width: 900px) {
    .hero-inner, .diff-layout, .int-layout { grid-template-columns: 1fr; }
    .hero-visual { display: none; }
    .steps-grid { grid-template-columns: repeat(2, 1fr); }
    .steps-grid::before { display: none; }
    .faq-grid { grid-template-columns: 1fr; }
    nav .nav-links { display: none; }
    .vs-grid { grid-template-columns: 1fr; }
  }
  @media (max-width: 600px) {
    .cap-grid, .feat-grid, .int-logos { grid-template-columns: 1fr; }
    .steps-grid { grid-template-columns: 1fr; }
  }