/* Shared landing styles for /bots/ and /automation/ */

.eyebrow{font-size:22px;font-weight:800;letter-spacing:.02em;text-align:center;margin:0 0 34px;}

.dark-block{background:linear-gradient(165deg,#081327 0%,#0d2148 55%,#123362 100%);}
.hero{padding:44px 0 20px;color:var(--white);}
.hero h1{margin:0;font-weight:800;letter-spacing:.01em;}
.hero-title--lg{font-size:44px;line-height:1;}
.hero-title--md{font-size:38px;line-height:1.05;}
.hero-title--sm{font-size:34px;line-height:1.08;}
.hero p{margin:14px 0 0;font-size:16px;color:var(--muted);max-width:34ch;line-height:1.4;}
.hero .btn{margin-top:24px;}
.hero__media{margin-top:32px;}
.eyebrow--wide{max-width:640px;margin-left:auto;margin-right:auto;}

.pains{padding:50px 0 56px;color:var(--white);}
.pains h2{color:var(--white);}
.pains__grid{display:flex;flex-direction:column;gap:22px;}
.pain{display:flex;gap:12px;}
.pain__bar{flex:0 0 auto;width:3px;border-radius:2px;background:var(--red-500);}
.pain p{margin:0;font-size:14px;line-height:1.45;color:rgba(255,255,255,.88);}

.bots{padding:56px 0;}
.bots__grid{display:grid;grid-template-columns:1fr 1fr;gap:30px 16px;margin-bottom:40px;}
.bot-type{display:flex;flex-direction:column;align-items:flex-start;gap:12px;}
.bot-type__icon{width:44px;height:44px;border-radius:12px;background:var(--blue-600);color:var(--white);display:flex;align-items:center;justify-content:center;}
.bot-type__icon svg{width:22px;height:22px;}
.bot-type span{font-size:14px;font-weight:700;line-height:1.35;}
.bots__copy{display:grid;grid-template-columns:1fr;gap:18px;}
.bots__copy p{font-size:12px;line-height:1.6;color:var(--muted-dark);margin:0;}

.calc{padding:20px 0 60px;}
.calc__sub{text-align:center;font-size:13px;color:var(--muted-dark);max-width:44ch;margin:-18px auto 30px;line-height:1.5;}
.calc__list{border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;}
.calc__row{display:flex;align-items:center;gap:12px;padding:16px;border-bottom:1px solid var(--border);}
.calc__row:last-child{border-bottom:none;}
.calc__row input[type="checkbox"]{width:18px;height:18px;accent-color:var(--blue-600);flex:0 0 auto;}
.calc__row-name{flex:1;font-size:14px;font-weight:600;min-width:0;}
.calc__row-days{font-size:13px;color:var(--muted-dark);flex:0 0 auto;width:52px;}
.calc__row-price{font-size:13px;font-weight:700;flex:0 0 auto;width:80px;text-align:right;}
.calc__qty{display:none;align-items:center;gap:4px;border:1px solid var(--border);border-radius:8px;padding:5px 8px;font-size:12px;font-weight:700;flex:0 0 auto;}
.calc__qty.is-visible{display:flex;}
.calc__qty button{border:none;background:transparent;color:var(--blue-600);font-size:14px;line-height:1;padding:0 2px;}
.calc__chevron{width:18px;height:18px;color:var(--muted-dark);flex:0 0 auto;transition:transform .2s ease;}
.calc__row.is-open .calc__chevron{transform:rotate(180deg);}

.calc__summary{margin-top:18px;background:linear-gradient(160deg,#0c1c3a,#123362);border-radius:var(--radius-md);color:var(--white);padding:22px;display:grid;grid-template-columns:1fr 1fr;gap:22px 14px;}
.calc__stat b{display:block;font-size:22px;font-weight:800;margin-bottom:4px;}
.calc__stat span{font-size:11px;letter-spacing:.03em;color:var(--muted);text-transform:uppercase;}

.calc__footer{margin-top:20px;display:flex;flex-direction:column;gap:18px;}
.calc__note{font-size:12px;color:var(--muted-dark);line-height:1.6;margin:0;max-width:52ch;}

.projects{padding:10px 0 60px;background:#f7f9fc;}
.projects__grid{display:grid;grid-template-columns:1fr;gap:36px;margin-top:6px;}
.project{display:block;}
.project__media{position:relative;border-radius:var(--radius-md);overflow:hidden;aspect-ratio:4/3;background:linear-gradient(135deg,#1c4f9c,#0c1c3a);}
.project__media.alt{background:linear-gradient(135deg,#e7ecf5,#c7d3e8);}
.project__media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
.project__media .placeholder-icon{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.5);}
.project__badge{position:absolute;left:14px;bottom:14px;background:var(--white);color:var(--navy-900);font-weight:800;font-size:13px;padding:6px 14px;border-radius:8px;}
.project__body{margin-top:18px;}
.project__body h4{font-size:14px;font-weight:800;margin:16px 0 6px;}
.project__body h4:first-child{margin-top:0;}
.project__body p{font-size:13px;color:var(--muted-dark);line-height:1.55;margin:0;}

.contact{padding:56px 0;background:linear-gradient(160deg,#0c1c3a,#081327);color:var(--white);}
.contact h2{color:var(--white);}
.contact form{display:flex;flex-direction:column;gap:16px;}
.field{display:flex;flex-direction:column;gap:8px;}
.field label{font-size:12px;color:var(--muted);}
.field input,.field select,.field textarea{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.25);
  border-radius:10px;
  padding:13px 14px;
  color:var(--white);
  font-size:14px;
  outline:none;
}
.field select{appearance:none;-webkit-appearance:none;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2"><polyline points="6 9 12 15 18 9"/></svg>');background-repeat:no-repeat;background-position:right 14px center;background-size:16px;}
.field textarea{resize:vertical;min-height:100px;}
.field input::placeholder,.field textarea::placeholder{color:rgba(255,255,255,.45);}
.attach{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--white);opacity:.85;cursor:pointer;}
.attach svg{width:16px;height:16px;}
.consent{display:flex;align-items:flex-start;gap:10px;font-size:12px;color:var(--muted);line-height:1.5;}
.consent input{margin-top:2px;accent-color:var(--blue-600);}
.contact .btn--filled-white{align-self:center;margin-top:6px;min-width:200px;}

@media (min-width:560px){
  .hero-title--lg{font-size:56px;}
  .hero-title--md{font-size:48px;}
  .hero-title--sm{font-size:44px;}
  .pains__grid{display:grid;grid-template-columns:1fr 1fr;gap:26px 30px;}
  .bots__grid{grid-template-columns:repeat(3,1fr);}
  .bots__copy{grid-template-columns:1fr 1fr;}
  .calc__row-name{flex:0 0 40%;}
  .projects__grid{grid-template-columns:1fr 1fr;gap:24px 30px;}
}

@media (min-width:1024px){
  .hero .btn{display:none;}
  .hero__inner{display:flex;align-items:center;gap:60px;}
  .hero__content{flex:0 0 42%;}
  .hero__media{flex:1;margin-top:0;}
  .hero-title--lg{font-size:68px;}
  .hero-title--md{font-size:52px;}
  .hero-title--sm{font-size:48px;}
  .hero p{font-size:17px;}
  .pains__grid{grid-template-columns:repeat(3,1fr);gap:32px 40px;}
  .eyebrow{font-size:28px;}
  .bots__grid{grid-template-columns:repeat(3,1fr);gap:40px 30px;}
  .calc__sub{margin-top:-24px;}
  .calc__summary{grid-template-columns:repeat(4,1fr);}
  .calc__footer{flex-direction:row;align-items:center;justify-content:space-between;}
  .calc__footer .btn{flex:0 0 auto;}
  .projects__grid{grid-template-columns:1fr 1fr;gap:40px;}
  .contact__inner{display:flex;gap:60px;align-items:flex-start;}
  .contact h2{text-align:left;flex:0 0 30%;margin:0;}
  .contact form{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:16px 24px;}
  .field--full{grid-column:1 / -1;}
  .contact .btn--filled-white{grid-column:1 / -1;justify-self:start;margin-top:0;}
}
