/* ═══════════════════════════════════════════════════════════════════
   Competitor-comparison page styles. One stylesheet drives all
   zenlytic-vs-{competitor}.html pages rendered by compare.njk.
   Depends on the site CSS custom properties (--deep-teal, --sage,
   --warm-cream, --dark-gray, --medium-gray, --card-radius, --glass-blur)
   being defined on :root by compare.njk.
   ═══════════════════════════════════════════════════════════════════ */

/* Shared bits used on these pages. */
.accent-bar{display:block;width:40px;height:3px;background:var(--sage);border-radius:2px;margin:0 auto 20px;}
.btn-demo{display:inline-block;position:relative;font-family:'Inter',sans-serif;font-weight:500;text-decoration:none;border:1.5px solid var(--deep-teal);border-radius:4px;transition:all .25s ease;padding:10px 28px;background:var(--deep-teal);color:var(--white);font-size:14px;}
.btn-demo:hover{background:var(--forest);border-color:var(--forest);box-shadow:4px 4px 0 rgba(9,73,61,0.15);transform:translate(-1px,-1px);}
.btn-demo::before,.btn-demo::after{content:'';position:absolute;width:8px;height:8px;border-color:rgba(9,73,61,0.3);border-style:solid;border-width:0;transition:border-color .25s,opacity .25s;pointer-events:none;}
.btn-demo::before{top:-4px;left:-4px;border-top-width:1.5px;border-left-width:1.5px;}
.btn-demo::after{bottom:-4px;right:-4px;border-bottom-width:1.5px;border-right-width:1.5px;}
.btn-demo:hover::before,.btn-demo:hover::after{border-color:var(--deep-teal);}

/* ── COMP HERO ── */
.comp-hero{padding:140px 48px 96px;text-align:center;position:relative;background:var(--warm-cream);}
.comp-hero::before{content:'';position:absolute;inset:0;background-image:repeating-linear-gradient(45deg,transparent,transparent 84px,rgba(9,73,61,0.04) 84px,rgba(9,73,61,0.04) 85px),repeating-linear-gradient(135deg,transparent,transparent 84px,rgba(9,73,61,0.04) 84px,rgba(9,73,61,0.04) 85px);mask-image:linear-gradient(180deg,transparent 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.5) 80%,transparent 100%);-webkit-mask-image:linear-gradient(180deg,transparent 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0.5) 80%,transparent 100%);pointer-events:none;}
.comp-hero > *{position:relative;z-index:1;}
.comp-hero-eyebrow{font-family:'Inter',sans-serif;font-size:12px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:var(--medium-gray);margin-bottom:20px;display:inline-block;}
.comp-hero h1{font-family:'Source Serif Pro',serif;font-size:clamp(36px,5vw,56px);font-weight:700;color:var(--deep-teal);letter-spacing:-1.5px;line-height:1.1;margin-bottom:24px;max-width:860px;margin-left:auto;margin-right:auto;}
.comp-hero p{font-size:18px;color:var(--medium-gray);max-width:680px;margin:0 auto 40px;line-height:1.7;}
.comp-hero .btn-demo{font-size:16px;padding:14px 36px;}

/* ── WHY GRID ── */
.comp-why{padding:88px 48px;background:rgba(255,255,255,0.2);}
.comp-why .inner{max-width:1100px;margin:0 auto;}
.comp-why-header{text-align:center;margin-bottom:56px;}
.comp-why-header h2{font-family:'Source Serif Pro',serif;font-size:clamp(28px,3.5vw,40px);font-weight:700;color:var(--deep-teal);letter-spacing:-0.5px;line-height:1.15;margin-bottom:12px;}
.comp-why-header p{font-size:16px;color:var(--medium-gray);}
.comp-benefit-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;}
.comp-benefit-grid:has(.comp-benefit-card:nth-child(4)){grid-template-columns:repeat(2,minmax(0,1fr));max-width:980px;margin:0 auto;}
.comp-benefit-card{background:rgba(255,255,255,0.55);border:1px solid rgba(9,73,61,0.08);border-radius:var(--card-radius);padding:32px 28px;backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);transition:box-shadow .3s,transform .25s,border-color .3s;position:relative;overflow:hidden;}
.comp-benefit-card::before{content:'';position:absolute;inset:0;background-image:url('/assets/images/textures/noisy-texture-256x256-more-dense.png');background-repeat:repeat;background-size:256px 256px;opacity:0.2;pointer-events:none;z-index:0;}
.comp-benefit-card > *{position:relative;z-index:1;}
.comp-benefit-card:hover{box-shadow:0 16px 48px rgba(6,40,16,0.1),0 4px 12px rgba(6,40,16,0.06);transform:translateY(-4px);border-color:rgba(9,73,61,0.14);}
.comp-benefit-icon{width:44px;height:44px;border-radius:12px;background:rgba(124,183,127,0.12);display:flex;align-items:center;justify-content:center;color:var(--deep-teal);margin-bottom:20px;flex-shrink:0;}
.comp-benefit-card h3{font-family:'Source Serif Pro',serif;font-size:20px;font-weight:700;color:var(--deep-teal);margin-bottom:12px;line-height:1.25;}
.comp-benefit-card p{font-size:15px;line-height:1.7;color:var(--dark-gray);}

/* ── MID CTA STRIP ── */
.comp-cta-strip{background:var(--deep-teal);padding:64px 48px;text-align:center;position:relative;overflow:hidden;}
.comp-cta-strip::before{content:'';position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='84' viewBox='0 0 140 84'%3E %3Cg fill='%23ffffff' fill-opacity='0.18'%3E %3Crect x='6' y='10' width='6' height='1'/%3E%3Crect x='22' y='12' width='1' height='1'/%3E%3Crect x='36' y='8' width='8' height='1'/%3E%3Crect x='54' y='14' width='4' height='1'/%3E%3Crect x='70' y='10' width='1' height='1'/%3E%3Crect x='82' y='12' width='5' height='1'/%3E%3Crect x='100' y='8' width='1' height='1'/%3E%3Crect x='112' y='14' width='7' height='1'/%3E%3Crect x='126' y='10' width='4' height='1'/%3E %3Crect x='8' y='28' width='4' height='1'/%3E%3Crect x='20' y='30' width='1' height='1'/%3E%3Crect x='32' y='26' width='6' height='1'/%3E%3Crect x='48' y='32' width='1' height='1'/%3E%3Crect x='60' y='28' width='8' height='1'/%3E%3Crect x='76' y='30' width='1' height='1'/%3E%3Crect x='88' y='26' width='5' height='1'/%3E%3Crect x='106' y='32' width='1' height='1'/%3E%3Crect x='116' y='28' width='6' height='1'/%3E %3Crect x='4' y='46' width='7' height='1'/%3E%3Crect x='20' y='42' width='1' height='1'/%3E%3Crect x='32' y='48' width='4' height='1'/%3E%3Crect x='46' y='44' width='6' height='1'/%3E%3Crect x='60' y='48' width='1' height='1'/%3E%3Crect x='72' y='42' width='8' height='1'/%3E%3Crect x='90' y='46' width='1' height='1'/%3E%3Crect x='102' y='48' width='5' height='1'/%3E%3Crect x='118' y='44' width='4' height='1'/%3E %3Crect x='10' y='64' width='5' height='1'/%3E%3Crect x='26' y='68' width='1' height='1'/%3E%3Crect x='38' y='64' width='8' height='1'/%3E%3Crect x='56' y='62' width='1' height='1'/%3E%3Crect x='68' y='68' width='4' height='1'/%3E%3Crect x='82' y='64' width='6' height='1'/%3E%3Crect x='98' y='68' width='1' height='1'/%3E%3Crect x='110' y='62' width='7' height='1'/%3E%3Crect x='126' y='66' width='4' height='1'/%3E %3C/g%3E %3Cg fill='%237CB77F' fill-opacity='0.55'%3E %3Crect x='64' y='12' width='4' height='1'/%3E%3Crect x='40' y='30' width='5' height='1'/%3E%3Crect x='86' y='46' width='4' height='1'/%3E%3Crect x='20' y='66' width='5' height='1'/%3E %3C/g%3E %3C/svg%3E");background-size:140px 84px;background-repeat:repeat;pointer-events:none;}
.comp-cta-strip > *{position:relative;z-index:1;}
.comp-cta-strip h2{font-family:'Source Serif Pro',serif;font-size:clamp(26px,3vw,38px);font-weight:700;color:var(--warm-cream);letter-spacing:-0.5px;margin-bottom:8px;}
.comp-cta-strip p{font-size:16px;color:rgba(247,243,232,0.75);margin-bottom:28px;}
.comp-cta-strip .btn-demo{background:var(--warm-cream);color:var(--deep-teal);border-color:var(--warm-cream);font-size:15px;padding:12px 32px;}
.comp-cta-strip .btn-demo:hover{background:#fff;border-color:#fff;box-shadow:4px 4px 0 rgba(247,243,232,0.2);}

/* ── COMPARISON TABLE ── */
.comp-table-section{padding:88px 48px;}
.comp-table-section .inner{max-width:1100px;margin:0 auto;}
.comp-table-section h2{font-family:'Source Serif Pro',serif;font-size:clamp(28px,3.5vw,40px);font-weight:700;color:var(--deep-teal);letter-spacing:-0.5px;margin-bottom:12px;text-align:center;}
.comp-table-section .section-sub{font-size:16px;color:var(--medium-gray);text-align:center;margin-bottom:48px;}
.comp-table-wrap{overflow-x:auto;border-radius:14px;border:1px solid rgba(9,73,61,0.1);box-shadow:0 4px 24px rgba(6,40,16,0.06);}
.comp-table{width:100%;border-collapse:collapse;font-size:14px;background:#fff;}
.comp-table-cat th{background:var(--deep-teal);color:#fff;font-family:'Source Serif Pro',serif;font-size:16px;font-weight:700;padding:14px 20px;text-align:left;letter-spacing:0.2px;}
.comp-table-header-row th{background:rgba(9,73,61,0.06);font-family:'Inter',sans-serif;font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--medium-gray);padding:10px 20px;}
.comp-table-header-row .comp-table-zenlytic-col{color:var(--deep-teal);}
.comp-table td{padding:14px 20px;border-bottom:1px solid rgba(9,73,61,0.06);vertical-align:top;line-height:1.5;}
.comp-table tbody tr:last-child td{border-bottom:none;}
.comp-table tbody tr:nth-child(even) td{background:rgba(247,243,232,0.4);}
.comp-table-feature{color:var(--dark-gray);font-weight:500;width:28%;}
.comp-table-yes{color:var(--dark-gray);width:36%;}
.comp-table-no{color:var(--medium-gray);width:36%;}
.comp-check{color:var(--sage);font-weight:700;margin-right:4px;}

/* ── CASE STUDIES ── */
.comp-cs-section{padding:88px 48px;background:rgba(255,255,255,0.15);}
.comp-cs-section .inner{max-width:1100px;margin:0 auto;}
.comp-cs-section h2{font-family:'Source Serif Pro',serif;font-size:clamp(28px,3.5vw,40px);font-weight:700;color:var(--deep-teal);letter-spacing:-0.5px;margin-bottom:12px;text-align:center;}
.comp-cs-section .section-sub{font-size:16px;color:var(--medium-gray);text-align:center;margin-bottom:48px;}
.comp-cs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.comp-cs-card{background:rgba(255,255,255,0.55);border:1px solid rgba(9,73,61,0.09);border-radius:var(--card-radius);padding:32px 28px;backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);display:flex;flex-direction:column;gap:0;transition:box-shadow .3s,border-color .3s;position:relative;overflow:hidden;}
.comp-cs-card::before{content:'';position:absolute;inset:0;background-image:url('/assets/images/textures/noisy-texture-256x256-more-dense.png');background-repeat:repeat;background-size:256px 256px;opacity:0.2;pointer-events:none;z-index:0;}
.comp-cs-card > *{position:relative;z-index:1;}
.comp-cs-card:hover{box-shadow:0 12px 40px rgba(6,40,16,0.1),0 4px 12px rgba(6,40,16,0.06);border-color:rgba(9,73,61,0.18);}
.comp-cs-company{font-family:'Inter',sans-serif;font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--sage);margin-bottom:16px;}
.comp-cs-quote{font-family:'Source Serif Pro',serif;font-size:15px;font-style:italic;color:var(--deep-teal);line-height:1.65;margin-bottom:12px;}
.comp-cs-attribution{font-size:13px;font-weight:600;color:var(--medium-gray);margin-top:auto;margin-bottom:0;}
.comp-cs-body{display:flex;flex-direction:column;gap:16px;margin-top:auto;}
.comp-cs-label{font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--sage);margin-bottom:6px;}
.comp-cs-section p{font-size:13px;line-height:1.65;color:var(--dark-gray);}
.comp-cs-link{display:inline-flex;align-items:center;gap:4px;margin-top:20px;font-size:13px;font-weight:600;color:var(--sage);text-decoration:none;letter-spacing:.2px;transition:color .2s;}
.comp-cs-link:hover{color:var(--deep-teal);}

/* ── CONCLUSION ── */
.comp-conclusion{padding:88px 48px;text-align:center;}
.comp-conclusion .inner{max-width:680px;margin:0 auto;}
.comp-conclusion h2{font-family:'Source Serif Pro',serif;font-size:clamp(28px,3.5vw,40px);font-weight:700;color:var(--deep-teal);letter-spacing:-0.5px;line-height:1.15;margin-bottom:20px;}
.comp-conclusion p{font-size:17px;color:var(--dark-gray);line-height:1.75;}

/* ── FINAL CTA ── */
.comp-final-cta{padding:96px 48px;text-align:center;position:relative;overflow:hidden;}
.comp-final-cta::before{content:'';position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='84' viewBox='0 0 140 84'%3E %3Cg fill='%23062810' fill-opacity='0.26'%3E %3Crect x='6' y='10' width='6' height='1'/%3E%3Crect x='22' y='12' width='1' height='1'/%3E%3Crect x='36' y='8' width='8' height='1'/%3E%3Crect x='54' y='14' width='4' height='1'/%3E%3Crect x='70' y='10' width='1' height='1'/%3E%3Crect x='82' y='12' width='5' height='1'/%3E%3Crect x='100' y='8' width='1' height='1'/%3E%3Crect x='112' y='14' width='7' height='1'/%3E%3Crect x='126' y='10' width='4' height='1'/%3E %3Crect x='8' y='28' width='4' height='1'/%3E%3Crect x='20' y='30' width='1' height='1'/%3E%3Crect x='32' y='26' width='6' height='1'/%3E%3Crect x='48' y='32' width='1' height='1'/%3E%3Crect x='60' y='28' width='8' height='1'/%3E%3Crect x='76' y='30' width='1' height='1'/%3E%3Crect x='88' y='26' width='5' height='1'/%3E%3Crect x='106' y='32' width='1' height='1'/%3E%3Crect x='116' y='28' width='6' height='1'/%3E %3Crect x='4' y='46' width='7' height='1'/%3E%3Crect x='20' y='42' width='1' height='1'/%3E%3Crect x='32' y='48' width='4' height='1'/%3E%3Crect x='46' y='44' width='6' height='1'/%3E%3Crect x='60' y='48' width='1' height='1'/%3E%3Crect x='72' y='42' width='8' height='1'/%3E%3Crect x='90' y='46' width='1' height='1'/%3E%3Crect x='102' y='48' width='5' height='1'/%3E%3Crect x='118' y='44' width='4' height='1'/%3E %3Crect x='10' y='64' width='5' height='1'/%3E%3Crect x='26' y='68' width='1' height='1'/%3E%3Crect x='38' y='64' width='8' height='1'/%3E%3Crect x='56' y='62' width='1' height='1'/%3E%3Crect x='68' y='68' width='4' height='1'/%3E%3Crect x='82' y='64' width='6' height='1'/%3E%3Crect x='98' y='68' width='1' height='1'/%3E%3Crect x='110' y='62' width='7' height='1'/%3E%3Crect x='126' y='66' width='4' height='1'/%3E %3C/g%3E %3Cg fill='%237CB77F' fill-opacity='0.46'%3E %3Crect x='64' y='12' width='4' height='1'/%3E%3Crect x='40' y='30' width='5' height='1'/%3E%3Crect x='86' y='46' width='4' height='1'/%3E%3Crect x='20' y='66' width='5' height='1'/%3E %3C/g%3E %3C/svg%3E");background-size:140px 84px;background-repeat:repeat;mask-image:linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.55) 12%, black 35%, black 65%, rgba(0,0,0,0.55) 88%, transparent 100%);-webkit-mask-image:linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.55) 12%, black 35%, black 65%, rgba(0,0,0,0.55) 88%, transparent 100%);pointer-events:none;}
.comp-final-cta > *{position:relative;z-index:1;}
.comp-final-cta .inner{max-width:680px;margin:0 auto;}
.comp-final-cta h2{font-family:'Source Serif Pro',serif;font-size:clamp(32px,4vw,52px);font-weight:700;color:var(--deep-teal);letter-spacing:-1.5px;line-height:1.05;margin-bottom:16px;}
.comp-final-cta p{font-size:18px;color:var(--medium-gray);line-height:1.7;margin-bottom:36px;max-width:480px;margin-left:auto;margin-right:auto;}
.comp-final-cta .btn-demo{font-size:16px;padding:14px 36px;}

/* ── COMPARE OTHERS ── */
.comp-others{background:#F7F3E8;border-top:1px solid rgba(6,40,16,0.08);padding:48px 24px;text-align:center;}
.comp-others .inner{max-width:860px;margin:0 auto;}
.comp-others h2{font-family:'Source Serif Pro',Georgia,serif;font-size:20px;font-weight:600;color:var(--forest);margin-bottom:8px;}
.comp-others p{font-family:'Inter',Arial,sans-serif;font-size:14px;color:var(--medium-gray);margin-bottom:24px;}
.comp-others-list{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;}
.comp-others-list a{display:inline-block;padding:8px 18px;border:1px solid rgba(9,73,61,0.2);border-radius:20px;font-size:14px;font-family:'Inter',Arial,sans-serif;color:var(--deep-teal);text-decoration:none;background:#fff;transition:border-color .2s;}
.comp-others-list a:hover{border-color:var(--deep-teal);}

/* ── RESPONSIVE ── */
@media(max-width:768px){
  .comp-hero{padding:110px 20px 64px;}
  .comp-why{padding:64px 20px;}
  .comp-benefit-grid,.comp-benefit-grid:has(.comp-benefit-card:nth-child(4)){grid-template-columns:1fr;}
  .comp-cta-strip{padding:48px 20px;}
  .comp-table-section{padding:64px 20px;}
  .comp-cs-section{padding:64px 20px;}
  .comp-cs-grid{grid-template-columns:1fr;}
  .comp-conclusion{padding:64px 20px;}
  .comp-final-cta{padding:64px 20px;}
}
@media(max-width:480px){
  .btn-demo{min-height:44px;display:inline-flex;align-items:center;justify-content:center;}
}
