/* Extracted page CSS from disaster-recovery.html. */

html,body{background:#fff;color:#0f172a;font-family:'Inter',sans-serif;margin:0;padding:0}
    *,*::before,*::after{box-sizing:border-box}
    a{text-decoration:none;color:inherit}

    .btn{display:inline-flex;align-items:center;gap:8px;padding:11px 24px;border-radius:10px;font-weight:700;font-size:.88rem;cursor:pointer;transition:all .2s;border:none;font-family:inherit}
    .btn-primary{background:#0085ca;color:#fff}
    .btn-primary:hover{background:#0074b0}
    .btn-outline{background:transparent;color:rgba(255,255,255,.8);border:1.5px solid rgba(255,255,255,.25)}
    .btn-outline:hover{background:rgba(255,255,255,.07)}
    .btn-sm{padding:8px 18px;font-size:.8rem}
    .btn-ghost{background:rgba(255,255,255,.07);color:rgba(255,255,255,.75);border:1px solid rgba(255,255,255,.1)}
    .btn-ghost:hover{background:rgba(255,255,255,.12)}

    .ticker-wrap{overflow:hidden;white-space:nowrap;padding:10px 0;background:rgba(0,133,202,.06);border-bottom:1px solid rgba(0,133,202,.12)}
    .ticker-inner{display:inline-block;animation:tick 40s linear infinite;color:rgba(255,255,255,.45);font-size:.75rem;letter-spacing:.05em}
    @keyframes tick{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

    .dr-hero{background:linear-gradient(145deg,#040d18 0%,#08162a 45%,#091a2f 100%);padding:140px 0 90px;position:relative;overflow:hidden}
    .dr-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 60% 50% at 30% 50%,rgba(0,133,202,.1) 0%,transparent 70%);pointer-events:none}
    .hero-inner{max-width:1200px;margin:0 auto;padding:48px 24px 0;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
    .badge-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}
    .badge{background:rgba(0,133,202,.12);border:1px solid rgba(0,133,202,.25);color:#60c8f5;font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:4px 10px;border-radius:20px}
    .hero-h1{font-size:clamp(2rem,4vw,3.1rem);font-weight:800;line-height:1.12;margin:0 0 18px;color:#fff}
    .hero-h1 em{font-style:normal;color:#0085ca}
    .hero-sub{color:rgba(255,255,255,.55);font-size:1rem;line-height:1.75;margin:0 0 28px}
    .cta-row{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin-bottom:28px}
    .trust-row{display:flex;gap:20px;flex-wrap:wrap}
    .trust-pill{color:rgba(255,255,255,.4);font-size:.75rem;display:flex;align-items:center;gap:5px}
    .trust-pill svg{color:#0085ca;flex-shrink:0}

    /* DR MAP VISUAL */
    .dr-map{position:relative;background:#080f1e;border-radius:14px;border:1px solid rgba(255,255,255,.07);overflow:hidden;box-shadow:0 24px 80px rgba(0,0,0,.7);padding:28px}
    .dr-sites{display:flex;align-items:center;justify-content:space-between;gap:16px}
    .dr-site{flex:1;text-align:center}
    .dr-site-icon{width:56px;height:56px;border-radius:14px;margin:0 auto 10px;display:flex;align-items:center;justify-content:center}
    .site-primary{background:rgba(0,133,202,.15);border:1px solid rgba(0,133,202,.3)}
    .site-secondary{background:rgba(63,185,80,.1);border:1px solid rgba(63,185,80,.2)}
    .dr-site-name{color:#fff;font-size:.88rem;font-weight:700;margin-bottom:3px}
    .dr-site-role{font-size:.65rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}
    .role-primary{color:#0085ca}
    .role-secondary{color:#3fb950}
    .dr-arrow{display:flex;flex-direction:column;align-items:center;gap:6px}
    .dr-arrow-line{position:relative;width:80px;height:2px;background:linear-gradient(90deg,rgba(0,133,202,.5),rgba(63,185,80,.5))}
    .dr-arrow-line::after{content:'▶';position:absolute;right:-6px;top:50%;transform:translateY(-50%);color:rgba(63,185,80,.7);font-size:10px}
    .dr-arrow-line-back{position:relative;width:80px;height:2px;background:linear-gradient(90deg,rgba(63,185,80,.3),rgba(0,133,202,.3))}
    .dr-arrow-label{color:#60c8f5;font-size:.62rem;font-weight:700;white-space:nowrap}
    .dr-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,.04);margin-top:20px}
    .dr-metric{background:#0a1220;padding:14px;text-align:center}
    .dr-m-val{color:#60c8f5;font-size:1.1rem;font-weight:800;margin-bottom:3px}
    .dr-m-label{color:#4b5563;font-size:.62rem;letter-spacing:.06em;text-transform:uppercase}
    .dr-status-bar{background:#070e1c;border-top:1px solid rgba(255,255,255,.04);padding:10px 16px;display:flex;align-items:center;gap:6px;font-size:.68rem;color:#3fb950;font-weight:700}
    .dr-status-dot{width:6px;height:6px;border-radius:50%;background:#3fb950;box-shadow:0 0 5px #3fb950;animation:ndot 2s ease-in-out infinite}
    @keyframes ndot{0%,100%{opacity:1}50%{opacity:.4}}

    .section-light{background:#fff;padding:72px 0}
    .section-alt{background:#f8fafc;padding:72px 0}
    .container{max-width:1200px;margin:0 auto;padding:0 24px}
    .section-label{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#0085ca;margin-bottom:10px}
    .section-h2{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;color:#0f172a;margin:0 0 12px;line-height:1.2}
    .section-sub{color:#64748b;font-size:1rem;line-height:1.75;max-width:560px}

    .stats-strip{background:#fff;border-bottom:1px solid #e2e8f0;padding:32px 0}
    .stats-inner{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:repeat(4,1fr)}
    .stat-item{background:#fff;text-align:center;padding:0 24px;border-right:1px solid #e2e8f0}
    .stat-item:last-child{border-right:none}
    .stat-val{font-size:2rem;font-weight:800;color:#0085ca;line-height:1;margin-bottom:4px}
    .stat-label{color:#64748b;font-size:.8rem;font-weight:500}

    .steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:48px}
    .step-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:16px;padding:28px 22px}
    .step-num{width:36px;height:36px;border-radius:50%;background:rgba(0,133,202,.08);color:#0085ca;font-size:.88rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin-bottom:14px}
    .step-title{font-size:.92rem;font-weight:700;color:#0f172a;margin-bottom:8px}
    .step-text{color:#64748b;font-size:.82rem;line-height:1.65}

    .bento-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1.5px solid #e2e8f0;border-radius:16px;overflow:hidden;margin-top:48px}
    .bento-cell{padding:32px;border-right:1.5px solid #e2e8f0;border-bottom:1.5px solid #e2e8f0}
    .bento-cell:nth-child(3n){border-right:none}
    .bento-cell:nth-child(n+4){border-bottom:none}
    .bento-icon{width:42px;height:42px;border-radius:10px;background:rgba(0,133,202,.08);display:flex;align-items:center;justify-content:center;margin-bottom:14px;color:#0085ca}
    .bento-title{font-size:.95rem;font-weight:700;color:#0f172a;margin-bottom:7px}
    .bento-text{color:#64748b;font-size:.83rem;line-height:1.65}

    .faq-list{margin-top:40px;display:flex;flex-direction:column;border:1.5px solid #e2e8f0;border-radius:14px;overflow:hidden}
    .faq-item{border-bottom:1px solid #e2e8f0}
    .faq-item:last-child{border-bottom:none}
    .faq-q{width:100%;background:none;border:none;padding:20px 24px;text-align:left;font-family:inherit;font-size:.92rem;font-weight:600;color:#0f172a;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px}
    .faq-q:hover{background:#f8fafc}
    .faq-icon{flex-shrink:0;color:#0085ca;transition:transform .2s}
    .faq-item.open .faq-icon{transform:rotate(45deg)}
    .faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease}
    .faq-item.open .faq-a{max-height:300px}
    .faq-a-inner{padding:0 24px 20px;color:#64748b;font-size:.88rem;line-height:1.75}

    .cta-dark{background:linear-gradient(135deg,#020810,#060f1c);padding:80px 0;text-align:center}
    .cta-dark h2{color:#fff;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;margin:0 0 12px;line-height:1.25}
    .cta-dark p{color:rgba(255,255,255,.5);font-size:1rem;max-width:520px;margin:0 auto 32px;line-height:1.75}

    @media(max-width:900px){
      .hero-inner{grid-template-columns:1fr}
      .dr-map{display:none}
      .steps-grid{grid-template-columns:1fr 1fr}
      .stats-inner{grid-template-columns:1fr 1fr}
      .stat-item:nth-child(2){border-right:none}
      .bento-grid{grid-template-columns:1fr 1fr}
      .bento-cell:nth-child(3n){border-right:1.5px solid #e2e8f0}
      .bento-cell:nth-child(2n){border-right:none}
      .bento-cell:nth-child(n+4){border-bottom:1.5px solid #e2e8f0}
      .bento-cell:last-child{border-bottom:none}
    }
    @media(max-width:600px){
      .steps-grid{grid-template-columns:1fr}
      .bento-grid{grid-template-columns:1fr}
      .bento-cell{border-right:none!important;border-bottom:1.5px solid #e2e8f0!important}
      .bento-cell:last-child{border-bottom:none!important}
    }

body.page-disaster-recovery .fn-disaster-recovery-inline-01 { display:flex;gap:12px;justify-content:center;flex-wrap:wrap; }
