/* HERO */
.hero{background:var(--paper-2);padding:5rem 0 5rem;overflow:hidden}
.hero-inner{max-width:var(--max);margin:0 auto;padding:0 2.5rem;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}
.hero-eyebrow{display:flex;align-items:center;gap:10px;margin-bottom:1.5rem;opacity:0;animation:riseIn 0.5s ease 0.05s forwards}
.hero-eyebrow-line{width:28px;height:1px;background:var(--blue)}
.hero h1{font-size:clamp(2.6rem,4vw,4.4rem);margin-bottom:1.5rem;opacity:0;animation:riseIn 0.6s ease 0.15s forwards}
.hero h1 em{font-style:italic;color:var(--blue)}
.hero-sub{font-size:1.05rem;color:var(--ink-2);line-height:1.8;max-width:480px;margin-bottom:2rem;opacity:0;animation:riseIn 0.6s ease 0.25s forwards}
.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;opacity:0;animation:riseIn 0.6s ease 0.35s forwards}

/* Hero right: two partner product cards */
.hero-partners{display:flex;flex-direction:column;gap:1rem;opacity:0;animation:riseIn 0.7s ease 0.2s forwards}
.partner-hero-card{background:var(--paper);border:1px solid var(--paper-3);border-radius:var(--r-lg);padding:1.5rem 1.75rem;display:grid;grid-template-columns:48px 1fr;gap:1rem;align-items:start;transition:all 0.2s}
.partner-hero-card:hover{border-color:var(--blue);box-shadow:0 6px 20px rgba(47,74,199,0.07)}
.partner-hero-icon{width:48px;height:48px;border-radius:var(--r-lg);display:flex;align-items:center;justify-content:center;font-size:1.3rem;flex-shrink:0}
.icon-erply{background:var(--blue-pale)}
.icon-hours{background:var(--forest-pale)}
.partner-hero-name{font-family:var(--serif);font-weight:700;font-size:1rem;color:var(--heading);margin-bottom:3px}
.partner-hero-domain{font-size:0.72rem;color:var(--ink-3);margin-bottom:0.6rem}
.partner-hero-desc{font-size:0.82rem;color:var(--ink-2);line-height:1.6}
.partner-badge{display:inline-flex;align-items:center;gap:5px;font-size:0.62rem;font-weight:500;letter-spacing:0.06em;text-transform:uppercase;padding:2px 8px;border-radius:999px;background:var(--paper-2);color:var(--ink-3);border:1px solid var(--paper-3);margin-top:0.6rem}

/* PROBLEM */

/* PRODUCT SECTIONS — shared wrapper */
.product-section{padding:6rem 0}
.product-section.alt{background:var(--paper-2)}
.product-header{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start;margin-bottom:4rem}
.product-header-left{}
.product-label-row{display:flex;align-items:center;gap:10px;margin-bottom:1.25rem}
.product-domain-tag{font-size:0.72rem;font-weight:500;color:var(--ink-3);background:var(--paper-3);padding:3px 10px;border-radius:999px}
.product-partner-tag{font-size:0.62rem;font-weight:500;letter-spacing:0.06em;text-transform:uppercase;padding:3px 10px;border-radius:999px;background:var(--paper-2);color:var(--ink-3);border:1px solid var(--paper-3)}
.product-section.alt .product-partner-tag{background:var(--paper);border-color:var(--paper-3)}
.product-header h2{font-size:clamp(2rem,3vw,2.8rem);margin-bottom:1.25rem}
.product-header h2 em{font-style:italic;color:var(--blue)}
.product-header p{font-size:1rem;color:var(--ink-2);line-height:1.8;margin-bottom:1.75rem}
.product-header-right{padding-top:0.5rem}
.product-value-list{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:2rem}
.product-value-list li{font-size:0.88rem;color:var(--ink-2);padding-left:1.25rem;position:relative;line-height:1.6}
.product-value-list li::before{content:'→';position:absolute;left:0;color:var(--blue);font-size:0.75rem;top:3px}
.product-value-list li strong{color:var(--heading);font-weight:600}

/* Feature grid within product sections */
.product-features{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}
.pf-card{background:var(--paper);border:1px solid var(--paper-3);border-radius:var(--r-lg);padding:1.75rem;transition:all 0.2s}
.product-section.alt .pf-card{background:var(--paper);border-color:var(--paper-3)}
.pf-card:hover{border-color:var(--blue);box-shadow:0 6px 20px rgba(47,74,199,0.07)}
.pf-icon{width:40px;height:40px;border-radius:var(--r);background:var(--blue-pale);display:flex;align-items:center;justify-content:center;font-size:1rem;margin-bottom:1rem}
.pf-card h3{font-family:var(--serif);font-weight:700;font-size:0.95rem;color:var(--heading);margin-bottom:0.5rem}
.pf-card p{font-size:0.82rem;color:var(--ink-2);line-height:1.65}

/* TOGETHER SECTION */
.together{background:var(--blue);padding:7rem 0;position:relative;overflow:hidden}
.together::before{content:'';position:absolute;top:-120px;right:-120px;width:600px;height:600px;border-radius:50%;background:rgba(255,255,255,0.06);pointer-events:none}

.together-layout{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}
.together-left h2{font-size:clamp(2rem,3vw,2.8rem);color:#fff;margin-bottom:1.25rem}
.together-left h2 em{font-style:italic;color:rgba(255,255,255,0.7)}
.together-left p{font-size:1rem;color:rgba(255,255,255,0.8);line-height:1.8;margin-bottom:1.25rem}

.together-flow{display:flex;flex-direction:column;gap:8px}
.flow-step{background:#ffffff;border-radius:var(--r-lg);padding:1.1rem 1.25rem;display:flex;align-items:center;gap:1rem;transition:box-shadow 0.15s;box-shadow:0 2px 8px rgba(0,0,30,0.12)}
.flow-step:hover{box-shadow:0 4px 16px rgba(0,0,30,0.18)}
.flow-num{font-family:var(--serif);font-size:1.4rem;font-weight:900;color:var(--paper-3);flex-shrink:0;width:32px;line-height:1}
.flow-title{font-size:0.875rem;font-weight:600;color:var(--heading);margin-bottom:2px}
.flow-body{font-size:0.78rem;color:var(--ink-2);line-height:1.5}

.flow-tag{margin-left:auto;font-size:0.62rem;font-weight:500;letter-spacing:0.06em;text-transform:uppercase;padding:3px 9px;border-radius:999px;white-space:nowrap;flex-shrink:0}
.flow-tag.erply{background:var(--blue-pale);color:var(--blue);border:1px solid rgba(47,74,199,0.15)}
.flow-tag.hours{background:var(--forest-pale);color:var(--forest);border:1px solid rgba(26,102,71,0.2)}

/* INDUSTRIES */
.industries{padding:6rem 0}
.industries-header{text-align:center;max-width:640px;margin:0 auto 3.5rem}
.industries-header h2{font-size:clamp(2rem,3vw,2.8rem);margin-bottom:1rem}
.industries-header h2 em{font-style:italic;color:var(--blue)}
.industries-header p{font-size:1rem;color:var(--ink-2);line-height:1.8}
.industry-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.industry-card{border:1px solid var(--paper-3);border-radius:var(--r-lg);padding:2rem 1.5rem;background:var(--paper);transition:all 0.2s}
.industry-card:hover{border-color:var(--blue);box-shadow:0 6px 20px rgba(47,74,199,0.07);transform:translateY(-2px)}
.industry-icon{font-size:1.75rem;margin-bottom:1rem}
.industry-card h3{font-family:var(--serif);font-weight:700;font-size:0.95rem;color:var(--heading);margin-bottom:0.4rem}
.industry-card p{font-size:0.78rem;color:var(--ink-3);line-height:1.6}
.industry-tools{margin-top:0.85rem;display:flex;gap:5px;flex-wrap:wrap}
.tool-chip{font-size:0.65rem;padding:2px 8px;border-radius:999px;font-weight:500}
.chip-erply{background:var(--blue-pale);color:var(--blue)}
.chip-hours{background:var(--forest-pale);color:var(--forest)}

/* HOW WE IMPLEMENT */
.implement{background:var(--paper-2);padding:6rem 0}
.implement-header{text-align:center;max-width:640px;margin:0 auto 4rem}
.implement-header h2{font-size:clamp(2rem,3vw,2.8rem);margin-bottom:1rem}
.implement-header h2 em{font-style:italic;color:var(--blue)}
.implement-header p{font-size:1rem;color:var(--ink-2);line-height:1.8}
.implement-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--paper-3);border-radius:var(--r-lg);overflow:hidden;margin-bottom:3rem}
.impl-step{background:var(--paper);padding:2.5rem 2rem}
.impl-num{font-family:var(--serif);font-size:2.5rem;font-weight:900;color:var(--blue-pale);line-height:1;margin-bottom:1.25rem}
.impl-title{font-size:0.9rem;font-weight:600;color:var(--heading);margin-bottom:0.6rem}


/* RESPONSIVE */
@media(max-width:900px){

  .hero-inner,.problem-layout,.product-header,.together-layout{grid-template-columns:1fr;gap:2.5rem}
  .hero-partners{display:none}
  .product-features{grid-template-columns:1fr 1fr}
  .industry-grid{grid-template-columns:1fr 1fr}
  .implement-steps{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
  .product-features,.industry-grid,.implement-steps{grid-template-columns:1fr}
}