/* BossBack Answers product page — E27
   Loads after the shared D24 site.css and intentionally contains page-specific styles only. */

.answers-page .nav-dropdown-toggle{color:var(--blue)}
.answers-page .answers-current{background:var(--surface-alt)}

.answers-hero{padding:88px 0 106px;overflow:hidden}
.answers-hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:74px;align-items:center}
.answers-hero-copy{max-width:650px}
.answers-hero h1{font-size:clamp(3.2rem,5vw,4.15rem);margin-bottom:24px}
.answers-hero-lead{font-size:1.18rem;line-height:1.72;color:#33435d;margin-bottom:12px;max-width:625px}
.answers-hero-support{font-size:.98rem;line-height:1.72;color:#617086;max-width:620px;margin-bottom:28px}
.answers-microcopy{display:flex;align-items:center;gap:8px;margin:20px 0 0;color:#657287;font-size:.82rem;font-weight:600}
.answers-hero-visual{position:relative;min-height:540px;display:grid;place-items:center}
.answers-backing{position:absolute;border-radius:28px}
.answers-backing-one{width:84%;height:76%;right:0;top:5%;background:#dbe8ff;transform:rotate(5deg)}
.answers-backing-two{width:81%;height:76%;left:1%;bottom:0;background:#eef4ff;border:1px solid #dae5f8;transform:rotate(-3deg)}
.answers-browser-card{width:min(100%,585px)}
.answers-demo-site{position:relative;min-height:440px;background:linear-gradient(180deg,#fff 0 52%,#f7f9fb 52%)}
.answers-demo-site-copy{width:66%;padding:36px 24px}
.answers-demo-site-copy>strong{display:block;color:#17344b;font-family:"Manrope";font-size:1.55rem;line-height:1.15;max-width:260px}
.answers-demo-site-copy p{font-size:.68rem;line-height:1.6;color:#748193;max-width:280px;margin:10px 0 14px}
.answers-hero-widget{width:57%;right:18px;bottom:18px}

.answers-problem-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:88px;align-items:center}
.answers-problem-copy{max-width:585px}
.answers-problem-copy .section-lead{margin-bottom:18px}
.question-stack{position:relative;display:grid;gap:10px;padding:24px 72px 24px 0;max-width:610px}
.question-stack:before{content:"";position:absolute;inset:0 0 0 12%;background:var(--blue-soft);border:1px solid #dce7fa;border-radius:24px;transform:rotate(2deg);z-index:-1}
.question-chip{background:#fff;border:1px solid #e2e7ee;border-radius:12px;padding:13px 16px;color:#34445d;font-size:.9rem;box-shadow:0 5px 18px rgba(1,23,64,.045)}
.question-chip:nth-child(2){margin-left:24px}.question-chip:nth-child(3){margin-right:16px}.question-chip:nth-child(4){margin-left:42px}.question-chip:nth-child(5){margin-right:34px}
.question-to-answer{position:absolute;right:0;top:50%;transform:translateY(-50%);width:62px;height:132px;border-radius:18px;background:#fff;border:1px solid #dfe6ef;box-shadow:var(--shadow-soft);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:11px;color:var(--blue);font-weight:800}
.question-to-answer>span:first-child{font-family:"Manrope";font-size:1.4rem}.question-to-answer>span:nth-child(2){color:#9ba8b8}.answers-flow-mark{display:block;width:27px;height:auto;object-fit:contain}

.answers-benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:46px}
.answers-benefit-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px;box-shadow:0 8px 26px rgba(1,23,64,.045)}
.answers-benefit-card .line-icon{margin-bottom:20px}
.answers-benefit-card h3{font-size:1.08rem}.answers-benefit-card p{margin:0;color:#667388;font-size:.9rem;line-height:1.68}

.answers-demo-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:80px;align-items:center}
.answers-demo-copy{max-width:535px}
.demo-question-tabs{display:grid;gap:9px;margin-top:27px}
.demo-question{width:100%;text-align:left;border:1px solid #e1e7ef;background:#fff;border-radius:13px;padding:14px 16px;cursor:pointer;transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease}
.demo-question:hover{border-color:#c8d6ed;background:#fbfdff}
.demo-question.active{border-color:#b8cff7;background:var(--blue-soft);box-shadow:0 6px 18px rgba(0,90,253,.06)}
.demo-question:focus-visible{outline:3px solid rgba(0,90,253,.22);outline-offset:2px}
.demo-question span{display:block;color:#59677c;text-transform:uppercase;letter-spacing:.07em;font-size:.6rem;font-weight:800;margin-bottom:4px}
.demo-question strong{display:block;color:var(--navy);font-size:.84rem;line-height:1.45}
.answers-demo-cta{margin-top:23px}
.interactive-demo-stage{position:relative;padding:36px 24px 28px 42px}
.interactive-widget-card{position:relative;background:#fff;border:1px solid #dfe5ed;border-radius:20px;overflow:hidden;box-shadow:var(--shadow);min-height:420px}
.interactive-widget-head{padding:18px 20px}.interactive-widget-head strong{font-size:.85rem}.interactive-widget-head small{font-size:.6rem}
.interactive-thread{padding:36px 30px 22px;background:#fafbfd;min-height:254px}
.interactive-thread .chat-bubble{font-size:.79rem;padding:12px 14px;border-radius:13px;max-width:84%;line-height:1.6}
.interactive-thread .chat-bubble.assistant{display:grid;gap:6px}
.interactive-thread .chat-bubble.assistant strong{font-size:.67rem;text-transform:uppercase;letter-spacing:.06em;color:var(--blue)}
.interactive-source-note{display:flex;align-items:center;gap:8px;padding:12px 22px;border-top:1px solid #edf0f4;color:#748095;font-size:.67rem}
.interactive-widget-card .chat-input{height:42px;margin:11px 18px 9px;font-size:.66rem}

.answers-steps{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:34px;margin-top:52px}
.answers-steps:before{content:"";position:absolute;left:14%;right:14%;top:59px;border-top:1px dashed #bfd0eb;z-index:0}
.answers-step{position:relative;z-index:1;background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px 25px 26px;box-shadow:0 7px 24px rgba(1,23,64,.04)}
.answers-step .step-number{display:inline-grid;place-items:center;width:64px;height:64px;border-radius:50%;background:#fff;border:1px solid #dfe5ed;color:var(--blue);font-size:.73rem;font-weight:800;letter-spacing:.08em;margin-bottom:15px;box-shadow:0 5px 18px rgba(1,23,64,.05);position:relative;z-index:1}
.answers-step-ui{display:flex;align-items:center;gap:10px;min-height:58px;background:#f8fafd;border:1px solid #e6ebf1;border-radius:12px;padding:10px 12px;margin-bottom:22px}
.answers-step-ui strong{display:block;color:var(--navy);font-size:.74rem}.answers-step-ui small{display:block;color:#59677c;font-size:.57rem;margin-top:2px}.answers-step-mark{width:29px}
.mini-browser-icon{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;background:var(--blue-soft);color:var(--blue);font-weight:800}
.answers-step h3{font-size:1.05rem}.answers-step p{font-size:.87rem;color:#667388;margin:0}
.answers-process-note{text-align:center;margin-top:28px;color:#43526a;font-size:.9rem}

.use-case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:46px}
.use-case-grid article{border:1px solid var(--line);border-radius:16px;padding:23px 24px;background:#fff;min-height:180px}
.use-case-icon{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:9px;background:var(--blue-soft);color:var(--blue);font-size:.63rem;font-weight:800;margin-bottom:17px}
.use-case-grid h3{font-size:1rem;margin-bottom:8px}.use-case-grid p{font-size:.84rem;color:#6b778a;line-height:1.65;margin:0}

.answers-trust{background:var(--navy);padding:104px 0;overflow:hidden}
.answers-trust-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:86px;align-items:center}
.answers-trust-copy h2{color:#fff}.answers-trust-copy p{color:#b7c3d4}.answers-trust-copy .answers-trust-lead{font-size:1.08rem;color:#d5ddeb}
.trust-statement{display:block;color:#fff;font-family:"Manrope";font-size:1.15rem;margin-top:28px}
.trust-demo-card{position:relative;background:#fff;border-radius:20px;box-shadow:0 28px 72px rgba(0,0,0,.22);overflow:hidden}
.trust-demo-card:before{content:"";position:absolute;inset:-35px 40px auto -35px;height:90px;background:#0d3168;transform:rotate(-4deg);z-index:0}
.trust-widget-head{position:relative;z-index:1;padding:17px 19px}.trust-widget-head .bb-mark-ui{width:31px}.trust-widget-head strong{font-size:.82rem;color:#fff}.trust-widget-head small{font-size:.58rem;color:#b7c8e2}
.trust-thread{background:#f8fafc;padding:30px 24px 26px;display:grid;gap:12px}
.trust-bubble{padding:13px 14px;border-radius:13px;font-size:.77rem;line-height:1.6}
.trust-bubble.customer{justify-self:end;max-width:78%;background:#eaf2ff;color:#24426b;border-bottom-right-radius:4px}
.trust-bubble.assistant{max-width:90%;background:#fff;border:1px solid #e2e8f0;color:#5b6779;border-bottom-left-radius:4px}
.trust-bubble.assistant strong{display:block;color:var(--navy);margin-bottom:6px}
.trust-caption{display:flex;align-items:flex-start;gap:8px;padding:14px 20px 16px;color:#68758a;font-size:.66rem;border-top:1px solid #edf0f4}.trust-caption span{color:var(--success);font-weight:800}

.answers-owner-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:82px;align-items:center}
.owner-visual{position:relative;padding:34px 25px 28px 0}
.owner-backing{position:absolute;inset:6% 0 0 10%;border-radius:24px;background:#eef4ff;border:1px solid #dce7fa;transform:rotate(2.5deg)}
.owner-work-card{position:relative;background:#fff;border:1px solid #dfe5ed;border-radius:20px;padding:22px;box-shadow:var(--shadow);min-height:385px}
.owner-work-top{display:flex;justify-content:space-between;align-items:center;color:#8995a6;font-size:.66rem;padding-bottom:17px;border-bottom:1px solid #edf0f4}
.owner-job{display:flex;align-items:center;gap:13px;padding:18px 4px;border-bottom:1px solid #edf0f4}
.owner-job-icon{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:#eef7f2;color:var(--success);font-weight:800}
.owner-job strong{display:block;color:var(--navy);font-size:.8rem}.owner-job small{display:block;color:#8a95a5;font-size:.61rem;margin-top:3px}
.owner-answer-strip{display:grid;grid-template-columns:34px 1fr;gap:11px;align-items:center;margin-top:20px;padding:16px;background:var(--blue-soft);border:1px solid #dbe7fb;border-radius:13px}
.owner-answer-strip .bb-mark-ui{width:29px}.owner-answer-strip strong{display:block;color:var(--navy);font-size:.77rem}.owner-answer-strip small{display:block;color:#6e7b90;font-size:.61rem;line-height:1.5;margin-top:3px}

.small-business-proof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:44px}
.small-business-proof-grid article{background:#fff;border:1px solid var(--line);border-radius:17px;padding:26px;text-align:left}
.small-business-proof-grid .card-icon{margin-bottom:18px}.small-business-proof-grid h3{font-size:1.04rem}.small-business-proof-grid p{font-size:.86rem;color:#68758a;margin:0}
.answers-brand-line{text-align:center;color:var(--navy);font-family:"Manrope";font-weight:800;font-size:1.02rem;margin:31px 0 0}

.answers-faq .faq-layout{display:grid;grid-template-columns:.78fr 1.22fr;gap:80px;align-items:start}
.answers-faq .faq-heading{position:sticky;top:118px}

.answers-final-cta .final-cta-inner{align-items:center}

@media (max-width:1040px){
  .answers-hero-grid{gap:48px}.answers-hero{padding-top:72px}.answers-hero-visual{min-height:510px}
  .answers-problem-grid,.answers-demo-grid,.answers-trust-grid,.answers-owner-grid{gap:54px}
  .answers-faq .faq-layout{gap:52px}
}

@media (max-width:820px){
  .answers-hero{padding:64px 0 82px}.answers-hero-grid,.answers-problem-grid,.answers-demo-grid,.answers-trust-grid,.answers-owner-grid,.answers-faq .faq-layout{grid-template-columns:1fr}
  .answers-hero-grid{gap:44px}.answers-hero-copy{max-width:720px}.answers-hero h1{font-size:clamp(2.7rem,9vw,3.7rem)}.answers-hero-visual{max-width:650px;margin:0 auto;width:100%;min-height:500px}
  .answers-problem-grid{gap:46px}.question-stack{max-width:650px;margin-inline:auto;width:100%}
  .answers-benefit-grid,.answers-steps,.use-case-grid,.small-business-proof-grid{grid-template-columns:1fr 1fr}
  .answers-benefit-grid article:last-child,.answers-steps article:last-child,.small-business-proof-grid article:last-child{grid-column:1/-1}
  .answers-steps:before{display:none}
  .answers-demo-copy{max-width:720px}.interactive-demo-stage{max-width:650px;margin-inline:auto;width:100%}
  .answers-trust{padding:82px 0}.answers-trust-copy{max-width:680px}.trust-demo-card{max-width:620px}
  .owner-visual{order:2;max-width:650px;width:100%;margin-inline:auto}.answers-owner .section-copy{order:1}
  .answers-faq .faq-heading{position:static;max-width:680px}.answers-faq .faq-layout{gap:34px}
}

@media (max-width:560px){
  .answers-hero{padding-top:52px}.answers-hero h1 br,.answers-problem-copy h2 br,.answers-owner h2 br{display:none}
  .answers-hero-lead{font-size:1.05rem}.answers-hero-support{font-size:.92rem}
  .answers-hero-visual{min-height:430px}.answers-browser-card{transform:none}.answers-demo-site{min-height:360px}.answers-demo-site-copy{padding:24px 18px;width:78%}.answers-demo-site-copy>strong{font-size:1.2rem}.answers-demo-site-copy p{max-width:190px}.answers-hero-widget{width:68%;right:10px;bottom:10px}.answers-hero-widget .chat-bubble{font-size:.55rem}.answers-hero-widget .chat-thread{padding:10px}.answers-hero-widget .chat-input{margin-inline:9px}
  .question-stack{padding-right:44px}.answers-flow-mark{width:23px}.question-chip{font-size:.78rem;padding:11px 12px}.question-chip:nth-child(2),.question-chip:nth-child(4){margin-left:10px}.question-chip:nth-child(3),.question-chip:nth-child(5){margin-right:4px}.question-to-answer{width:48px;height:112px;border-radius:14px}
  .answers-benefit-grid,.answers-steps,.use-case-grid,.small-business-proof-grid{grid-template-columns:1fr}.answers-benefit-grid article:last-child,.answers-steps article:last-child,.small-business-proof-grid article:last-child{grid-column:auto}
  .interactive-demo-stage{padding:22px 0 18px 14px}.interactive-thread{padding:26px 16px 16px}.interactive-thread .chat-bubble{max-width:94%;font-size:.72rem}
  .answers-step{padding:21px}.use-case-grid article{min-height:0}
  .answers-trust{padding:70px 0}.trust-thread{padding:23px 16px}.trust-bubble{font-size:.7rem}.trust-bubble.customer,.trust-bubble.assistant{max-width:96%}
  .owner-visual{padding-right:0}.owner-work-card{padding:17px}.owner-work-top{font-size:.58rem}.owner-answer-strip{grid-template-columns:30px 1fr;padding:13px}
}
