/* imbrr homepage, version 3 — page-specific sections. */
.home-hero{position:relative;background:#fff}
.hero-photo{position:relative;isolation:isolate;background:var(--navy);color:#fff;padding:72px 0 190px;overflow:hidden}
.hero-landscape{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:62% 58%;z-index:-2}
.hero-shade{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(6,14,26,.7) 0%,rgba(6,14,26,.42) 45%,rgba(6,14,26,.08) 100%),linear-gradient(180deg,rgba(6,14,26,.3) 0%,rgba(6,14,26,0) 35%,rgba(6,14,26,.4) 100%)}
.hero-inner{position:relative;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.95fr);align-items:center;gap:56px}
.hero-copy h1{margin:0 0 24px;color:#fff;text-shadow:0 2px 24px rgba(0,0,0,.25)}
.hero-copy>p{font-size:19px;line-height:1.7;color:#dbe4f0;max-width:520px;text-shadow:0 1px 12px rgba(0,0,0,.3)}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}
.button-glass{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.4);color:#fff;backdrop-filter:blur(6px)}
.button-glass:hover{background:rgba(255,255,255,.18);color:#fff}
.hero-recovery-card{display:block;justify-self:end;width:100%;max-width:500px;color:var(--text)}
.hero-recovery-card:hover{color:var(--text)}
.hero-recovery-card .recovery-card{border-color:rgba(255,255,255,.6);transition:transform .2s,box-shadow .2s}
.hero-recovery-card:hover .recovery-card{transform:translateY(-3px)}
.hero-footer{grid-column:1/-1;display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap;margin-top:44px;padding-top:20px;border-top:1px solid rgba(255,255,255,.2);font-size:13.5px;color:#dbe4f0}
.hero-location{display:inline-flex;align-items:center;gap:8px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;font-size:11.5px;color:#fff}
.hero-location .icon{width:16px;height:16px;color:#9bd6b8}
.hero-shot{position:relative;margin-top:-150px;z-index:2}
.hero-shot .browser-frame{box-shadow:0 40px 100px rgba(15,23,42,.28),0 6px 16px rgba(15,23,42,.08)}

.trust-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;padding:40px 0 0;margin-top:40px;border-top:1px solid var(--line)}
.trust-strip>span{display:flex;align-items:center;gap:12px;font-size:14.5px;font-weight:500;color:var(--ink)}
.trust-strip .icon{width:38px;height:38px;padding:9px;border-radius:11px;background:var(--bg-soft);border:1px solid var(--line);color:var(--accent)}

.insight-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.insight{border:1px solid var(--line);border-radius:var(--radius);background:#fff;overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column}
.insight-visual{position:relative;padding:18px 20px 0;height:190px;display:flex;flex-direction:column;justify-content:flex-end;gap:10px;background:linear-gradient(180deg,#f8fafc,#fff);border-bottom:1px solid var(--line)}
.insight-visual .visual-label{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);position:absolute;top:16px;left:20px}
.insight-visual svg{width:100%;height:auto;display:block}
.visual-reading{font-size:13px;font-weight:600;color:var(--ink);padding-bottom:16px}
.water-visual{background:linear-gradient(180deg,#f2f6ff,#fff)}
.pump-visual{background:linear-gradient(180deg,#eff8f3,#fff)}
.mini-bars{display:flex;align-items:flex-end;gap:6px;height:90px;padding-bottom:4px}
.mini-bars i{flex:1;height:var(--bar);border-radius:4px 4px 2px 2px;background:linear-gradient(180deg,#13a173,#0f8a5f);opacity:.85}
.insight-body{padding:22px 24px 26px}
.insight-heading{display:flex;align-items:center;gap:12px;margin-bottom:10px}
.insight-heading>span{font-size:12px;font-weight:600;letter-spacing:.08em;color:var(--faint)}
.insight h3{font-size:21px}
.insight-body p{font-size:15.5px;line-height:1.65;color:var(--muted)}

.product-section{background:var(--bg-soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.product-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:64px;align-items:center}
.product-stage{position:relative;height:520px;border-radius:24px;overflow:hidden;background:radial-gradient(600px 400px at 30% 20%,#ffffff 0%,#eef2f8 60%,#e3e9f3 100%);border:1px solid var(--line);box-shadow:var(--shadow-md)}
.stage-top{position:absolute;inset:22px 22px auto;display:flex;justify-content:space-between;align-items:center;gap:16px;z-index:2}
.stage-index{font-size:12px;font-weight:600;letter-spacing:.08em;color:var(--faint)}
.product-rings{position:absolute;inset:0;pointer-events:none}
.product-rings i{position:absolute;left:50%;top:52%;width:540px;height:540px;border-radius:50%;border:1px solid rgba(29,78,216,.08);transform:translate(-50%,-50%)}
.product-rings i:nth-child(2){width:400px;height:400px;border-color:rgba(29,78,216,.1)}
.product-rings i:nth-child(3){width:260px;height:260px;border-color:rgba(29,78,216,.12)}
.product-photo{position:absolute;left:50%;top:52%;width:86%;max-height:330px;object-fit:contain;transform:translate(-50%,-50%);filter:drop-shadow(0 30px 40px rgba(15,23,42,.22));z-index:1}
.product-callout{position:absolute;z-index:2;display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);font-size:12.5px;font-weight:600;color:var(--ink)}
.product-callout i{width:8px;height:8px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 4px rgba(29,78,216,.15)}
.callout-top{top:90px;right:34px}
.callout-bottom{bottom:78px;left:34px}
.stage-bottom{position:absolute;inset:auto 22px 20px;display:flex;justify-content:space-between;gap:16px;font-size:12.5px;color:var(--muted);z-index:2}
.stage-bottom span{display:inline-flex;align-items:center;gap:7px}
.stage-bottom .icon{width:15px;height:15px;color:var(--green)}
.product-copy h2{margin-bottom:20px}
.product-copy>p{font-size:17.5px;line-height:1.7;color:var(--muted)}

.dashboard-section .section-intro{margin-bottom:40px}
.dashboard-under{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap;margin-top:26px;padding:18px 22px;border:1px solid var(--line);border-radius:14px;background:#fff;font-size:15px;color:var(--text)}
.dashboard-under>span{display:inline-flex;align-items:center;gap:10px}
.dashboard-under .icon{width:20px;height:20px;color:var(--accent)}

.how-section{background:var(--bg-soft);border-top:1px solid var(--line)}

.pro-bridge{background:var(--navy);color:#c9d3e5;padding:96px 0;position:relative;overflow:hidden}
.pro-bridge::before{content:"";position:absolute;width:800px;height:800px;right:-280px;top:-320px;border-radius:50%;background:radial-gradient(circle,rgba(29,78,216,.28) 0%,rgba(29,78,216,0) 65%);pointer-events:none}
.pro-bridge-grid{display:grid;grid-template-columns:minmax(0,.68fr) minmax(0,1.32fr);gap:48px;align-items:center;position:relative}
.pro-bridge h2{color:#fff;margin-bottom:20px}
.pro-bridge p{font-size:17.5px;line-height:1.7;color:#aab6cc;max-width:460px}
.pro-bridge .button{margin-top:30px}
.bridge-product{display:block;color:inherit}
.bridge-product .product-shot{border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.12);box-shadow:0 40px 90px rgba(0,0,0,.45)}
.bridge-product .shot-button{pointer-events:none;background:#0f172a}
.bridge-product .product-shot-caption{display:none}
.bridge-product>span{display:inline-flex;align-items:center;gap:8px;margin-top:18px;font-size:14.5px;font-weight:600;color:#fff}
.bridge-product:hover>span .icon{transform:translateX(3px)}
.bridge-product .icon{transition:transform .15s}

.stories-intro{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:56px;align-items:end;margin-bottom:40px}
.stories-intro p{font-size:18px;line-height:1.7;color:var(--muted)}
.customer-stories{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.customer-story-card{display:flex;flex-direction:column;align-items:flex-start;min-width:0;padding:28px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow)}
.customer-story-card .small-label{color:var(--green);margin-bottom:16px}
.customer-story-card blockquote{margin:0 0 22px;font-size:18px;line-height:1.6;font-weight:500;letter-spacing:-.012em;color:var(--ink)}
.quote-credit{display:flex;align-items:center;gap:12px;margin-top:auto}
.customer-initial{width:40px;height:40px;border-radius:50%;background:var(--accent-soft);color:var(--accent);display:grid;place-items:center;font-weight:700;font-size:15px}
.quote-credit strong{display:block;font-size:15px;color:var(--ink)}
.quote-credit span:last-child{font-size:13px;color:var(--muted)}
.customer-story-more{width:100%;margin:0 0 20px}
.customer-story-more summary,.additional-customer-stories>summary{cursor:pointer;color:var(--accent);font-size:15px;font-weight:600;padding:10px 0;list-style:none}
.customer-story-more summary::-webkit-details-marker,.additional-customer-stories>summary::-webkit-details-marker{display:none}
.customer-story-full{padding-top:6px}
.customer-story-full p{font-size:15.5px;line-height:1.75;margin-bottom:14px;color:var(--text)}
.customer-story-full p:last-child{margin-bottom:0}
.additional-customer-stories{margin-top:22px}
.additional-customer-stories[open]>.customer-stories{margin-top:18px}
.customer-story-card .text-link{font-size:14px;margin-top:22px;border-top:1px solid var(--line);padding-top:16px;width:100%;justify-content:space-between}
.onboarding-insight{display:grid;grid-template-columns:auto 1fr;gap:32px;align-items:center;margin-top:28px;padding:32px 36px;border-radius:var(--radius);background:var(--navy);color:#fff}
.onboarding-insight>strong{font-size:72px;font-weight:650;letter-spacing:-.06em;line-height:1;color:#9bd6b8}
.onboarding-insight p{font-size:18px;line-height:1.65;max-width:720px;color:#e2e8f0}
.onboarding-insight small{display:block;margin-top:8px;font-size:12.5px;color:#94a3b8}

@media (max-width:1050px){
  .hero-photo{padding:52px 0 170px}
  .hero-inner{grid-template-columns:1fr;gap:34px}
  .hero-shade{background:linear-gradient(180deg,rgba(6,14,26,.62) 0%,rgba(6,14,26,.55) 60%,rgba(6,14,26,.7) 100%)}
  .hero-recovery-card{justify-self:start;max-width:520px}
  .trust-strip{grid-template-columns:1fr 1fr}
  .insight-grid{grid-template-columns:1fr;gap:16px}
  .insight-visual{height:170px}
  .product-grid{grid-template-columns:1fr;gap:36px}
  .product-stage{height:440px}
  .pro-bridge-grid,.stories-intro{grid-template-columns:1fr;gap:32px}
  .customer-stories{grid-template-columns:1fr}
}
@media (max-width:760px){
  .hero-photo{padding:36px 0 150px}
  .hero-copy>p{font-size:17px}
  .hero-actions .button{width:100%;justify-content:center}
  .hero-shot{margin-top:-120px}
  .hero-footer{margin-top:28px;padding-top:16px;font-size:12.5px}
  .trust-strip{grid-template-columns:1fr;gap:14px;padding-top:28px;margin-top:28px}
  .trust-strip>span{font-size:14px}
  .product-stage{height:340px}
  .product-photo{max-height:220px;width:92%}
  .stage-index,.stage-bottom>span:last-child{display:none}
  .product-callout{font-size:11.5px;padding:6px 9px}
  .callout-top{top:56px;right:14px}.callout-bottom{bottom:54px;left:14px}
  .stage-top{inset:16px 16px auto}.stage-bottom{inset:auto 16px 14px;font-size:11.5px}
  .pro-bridge{padding:64px 0}
  .onboarding-insight{grid-template-columns:1fr;gap:12px;padding:26px}
  .onboarding-insight>strong{font-size:58px}
  .onboarding-insight p{font-size:16px}
  .customer-story-card{padding:22px}
  .customer-story-card blockquote{font-size:17px}
  .dashboard-under{font-size:14px;padding:16px}
  .dashboard-under .text-link{white-space:normal}
}
