.nav{gap:28px}
.product{background:linear-gradient(180deg,#fff 0%,#f6f9fd 100%);overflow:hidden}
.product-layout{display:grid;grid-template-columns:minmax(360px,520px) 1fr;gap:76px;align-items:center}
.product-copy h2{font-size:38px;line-height:1.3;margin:0 0 18px}
.product-copy h1{font-size:44px;line-height:1.24;letter-spacing:-1.4px;margin:0 0 18px}
.product-page{padding-top:86px}
.product-scenes{background:#f6f9fd}
.product-copy p{color:#53657d;line-height:1.9}
.product-actions{display:flex;gap:14px;margin-top:28px}
.product-visual{min-height:470px;position:relative;display:grid;place-items:center}
.product-visual:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,#1c80ff18,transparent 68%)}
.phone-mock{position:relative;width:278px;min-height:438px;padding:18px;border-radius:34px;background:#07162f;box-shadow:0 28px 70px #07162f33,0 0 0 1px #1d73ff55;z-index:2}
.phone-mock:before{content:"";position:absolute;inset:8px;border:1px solid #2a7dff55;border-radius:28px;pointer-events:none}
.phone-top{height:46px;display:flex;align-items:center;justify-content:space-between;color:#dceaff;font-size:12px}
.phone-top span{width:42px;height:5px;border-radius:999px;background:#1e355f}
.phone-top i{width:9px;height:9px;border-radius:50%;background:#20d9ee;box-shadow:0 0 12px #20d9ee}
.conversation{padding:16px 8px}
.bubble{width:86%;padding:13px 15px;margin:12px 0;border-radius:16px;background:#122b56;color:#dceaff;font-size:13px;line-height:1.5;text-align:left}
.bubble.target{margin-left:auto;background:linear-gradient(135deg,#1261ee,#12bfd0);color:#fff}
.bubble.small{font-size:12px;width:72%;opacity:.9}
.wave{height:72px;margin:18px auto;display:flex;justify-content:center;align-items:center;gap:6px}
.wave span{display:block;width:5px;border-radius:999px;background:#37dff1;box-shadow:0 0 12px #37dff1}
.wave span:nth-child(1){height:22px}
.wave span:nth-child(2){height:44px}
.wave span:nth-child(3){height:62px}
.wave span:nth-child(4){height:36px}
.wave span:nth-child(5){height:52px}
.insight-card{position:absolute;z-index:3;padding:17px 18px;border:1px solid #cfe0f5;border-radius:12px;background:#ffffffdd;backdrop-filter:blur(14px);box-shadow:0 20px 45px #173b691c}
.insight-card b{display:block;color:var(--blue);font-size:22px}
.insight-card span{font-size:12px;color:#53657d}
.insight-one{left:5%;top:18%}
.insight-two{right:3%;bottom:17%}
.product-panel{margin-top:54px;border:1px solid #dce7f4;border-radius:10px;background:#fff;box-shadow:0 20px 50px #173b690d}
.feature-list{display:grid;grid-template-columns:repeat(4,1fr)}
.feature-list article{padding:28px;border-right:1px solid #e5edf6}
.feature-list article:last-child{border:0}
.feature-list span{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#edf4ff;color:var(--blue);font-size:12px;font-weight:800}
.feature-list h3{font-size:18px;margin:20px 0 10px}
.feature-list p,.scenario-card p{color:var(--muted);font-size:13px;line-height:1.8}
.scenario-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:22px}
.scenario-card{padding:28px;border:1px solid #dde6f1;border-radius:8px;background:#fff;transition:.3s}
.scenario-card:hover{transform:translateY(-5px);border-color:#91b5f5;box-shadow:0 20px 45px #173b6912}
.scenario-card h3{margin-top:0}
html[lang="de"] .nav,html[lang="fr"] .nav{gap:14px;font-size:13px}

@media(max-width:900px){
  .product-layout{grid-template-columns:1fr;gap:30px}
  .product-visual{min-height:430px}
  .feature-list{grid-template-columns:repeat(2,1fr)}
  .feature-list article:nth-child(2){border-right:0}
  .feature-list article:nth-child(-n+2){border-bottom:1px solid #e5edf6}
  .scenario-grid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:600px){
  .product-actions{flex-direction:column;align-items:flex-start}
  .product-copy h2{font-size:30px}
  .product-copy h1{font-size:34px}
  .product-visual{min-height:390px;display:block;text-align:center}
  .phone-mock{width:246px;min-height:398px;margin:auto}
  .insight-card{position:relative;left:auto;right:auto;top:auto;bottom:auto;margin:10px;display:inline-block}
  .feature-list,.scenario-grid{grid-template-columns:1fr}
  .feature-list article{border-right:0;border-bottom:1px solid #e5edf6}
  .feature-list article:last-child{border-bottom:0}
}
