/* Extracted page CSS from cloud-backup.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)}
    .btn-light{background:#0085ca;color:#fff}
    .btn-light:hover{background:#0074b0}

    .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%)}}

    /* HERO */
    .cb-hero{background:linear-gradient(145deg,#040d18 0%,#08162a 45%,#091a2f 100%);padding:140px 0 90px;position:relative;overflow:hidden}
    .cb-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}

    /* BACKUP DASHBOARD VISUAL */
    .bkp-wrap{position:relative}
    .bkp-badge{position:absolute;background:rgba(4,13,24,.9);backdrop-filter:blur(14px);border:1px solid rgba(0,133,202,.3);border-radius:10px;padding:8px 12px;font-size:.72rem;font-weight:700;color:#60c8f5;z-index:5;white-space:nowrap;display:flex;align-items:center;gap:6px;animation:mbadge 3s ease-in-out infinite}
    .bb-tl{top:-16px;left:-12px}
    .bb-br{bottom:-16px;right:-12px;animation-delay:.9s}
    @keyframes mbadge{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}
    .bkp-win{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)}
    .bkp-hdr{background:#0e1726;padding:11px 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.05)}
    .bkp-h-left{display:flex;align-items:center;gap:8px;color:rgba(255,255,255,.7);font-size:.8rem;font-weight:700}
    .bkp-dot{width:8px;height:8px;border-radius:50%;background:#3fb950;box-shadow:0 0 6px #3fb950;animation:ndot 2s ease-in-out infinite}
    @keyframes ndot{0%,100%{opacity:1}50%{opacity:.4}}
    .bkp-status{background:#0a1220;padding:14px 16px;display:flex;flex-direction:column;gap:10px}
    .bkp-device{display:flex;align-items:center;gap:10px;padding:10px 12px;background:rgba(255,255,255,.03);border-radius:8px;border:1px solid rgba(255,255,255,.05)}
    .bkp-dev-icon{width:28px;height:28px;border-radius:6px;background:rgba(0,133,202,.15);display:flex;align-items:center;justify-content:center;flex-shrink:0}
    .bkp-dev-info{flex:1;min-width:0}
    .bkp-dev-name{color:rgba(255,255,255,.8);font-size:.75rem;font-weight:600;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
    .bkp-dev-meta{color:#4b5563;font-size:.62rem}
    .bkp-prog{height:3px;background:rgba(255,255,255,.06);border-radius:2px;margin-top:4px;position:relative;overflow:hidden}
    .bkp-prog-bar{position:absolute;left:0;top:0;height:100%;border-radius:2px;background:linear-gradient(90deg,#0085ca,#3fb950)}
    .bkp-stat-ok{color:#3fb950;font-size:.68rem;font-weight:700;display:flex;align-items:center;gap:3px;white-space:nowrap}
    .bkp-footer{background:#070e1c;padding:10px 16px;border-top:1px solid rgba(255,255,255,.04);display:flex;align-items:center;justify-content:space-between}
    .bkp-footer-tag{display:flex;align-items:center;gap:5px;background:rgba(0,133,202,.08);border:1px solid rgba(0,133,202,.15);border-radius:6px;padding:4px 8px;color:#60c8f5;font-size:.65rem;font-weight:700}
    .bkp-stor{color:#4b5563;font-size:.65rem}

    /* LIGHT SECTIONS */
    .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 */
    .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);gap:0;divide-x:1px}
    .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}

    /* PLAN CARDS */
    .plans-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:48px}
    .plan-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:18px;padding:32px;position:relative;transition:box-shadow .2s}
    .plan-card:hover{box-shadow:0 8px 32px rgba(0,0,0,.1)}
    .plan-card.featured{background:linear-gradient(150deg,#0085ca 0%,#005e96 100%)!important;border-color:transparent;color:#fff}
    .plan-card.featured .plan-name{color:rgba(255,255,255,.7)}
    .plan-card.featured .plan-price-amt{color:#fff}
    .plan-card.featured .plan-desc{color:rgba(255,255,255,.7)}
    .plan-card.featured .plan-feature{color:rgba(255,255,255,.85)}
    .plan-card.featured .plan-feature svg{color:rgba(255,255,255,.6)}
    .plan-card.featured .plan-divider{border-color:rgba(255,255,255,.15)}
    .plan-card.featured .btn-card{background:#fff;color:#0085ca}
    .plan-card.featured .btn-card:hover{background:#f0f9ff}
    .plan-badge{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:#ff6b35;color:#fff;font-size:.68rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:4px 12px;border-radius:20px;white-space:nowrap}
    .plan-name{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#64748b;margin-bottom:12px}
    .plan-price{margin-bottom:6px}
    .plan-price-amt{font-size:2.5rem;font-weight:800;color:#0f172a;line-height:1}
    .plan-price-per{color:#64748b;font-size:.85rem;margin-left:4px}
    .plan-from{font-size:.72rem;color:#64748b;margin-bottom:16px}
    .plan-desc{color:#64748b;font-size:.88rem;line-height:1.65;margin-bottom:20px}
    .plan-divider{border:none;border-top:1px solid #e2e8f0;margin:20px 0}
    .plan-features{list-style:none;padding:0;margin:0 0 24px;display:flex;flex-direction:column;gap:10px}
    .plan-feature{display:flex;align-items:center;gap:9px;font-size:.85rem;color:#334155}
    .plan-feature svg{color:#0085ca;flex-shrink:0}
    .btn-card{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 24px;border-radius:10px;font-weight:700;font-size:.88rem;cursor:pointer;transition:all .2s;border:none;font-family:inherit;background:#0085ca;color:#fff}
    .btn-card:hover{background:#0074b0}

    /* PRICING TABLE */
    .price-table{width:100%;border-collapse:collapse;margin-top:40px;border-radius:14px;overflow:hidden;border:1.5px solid #e2e8f0}
    .price-table th{background:#f8fafc;padding:14px 20px;font-size:.78rem;font-weight:700;color:#475569;text-align:left;border-bottom:1.5px solid #e2e8f0}
    .price-table th:not(:first-child){text-align:center}
    .price-table td{padding:14px 20px;font-size:.88rem;color:#334155;border-bottom:1px solid #e2e8f0}
    .price-table td:not(:first-child){text-align:center;font-weight:600}
    .price-table tr:last-child td{border-bottom:none}
    .price-table tr:hover td{background:#f8fafc}
    .price-tag{color:#0085ca;font-weight:800}
    .col-giga{color:#0f172a}
    .col-wkl{color:#0085ca}

    /* BENTO FEATURES */
    .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}

    /* DC SECTION */
    .dc-section{background:linear-gradient(135deg,#020810,#060f1c);padding:72px 0}
    .dc-section .section-h2{color:#fff}
    .dc-section .section-sub{color:rgba(255,255,255,.5)}
    .dc-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:40px}
    .dc-card{background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:24px 16px;text-align:center;transition:background .2s}
    .dc-card:hover{background:rgba(255,255,255,.06)}
    .flag{width:36px;height:24px;border-radius:4px;overflow:hidden;margin:0 auto 12px;display:flex}
    .flag-it .f-g{flex:1;background:#009246}
    .flag-it .f-w{flex:1;background:#fff}
    .flag-it .f-r{flex:1;background:#ce2b37}
    .flag-de{flex-direction:column}
    .flag-de .f-b{flex:1;background:#000}
    .flag-de .f-r{flex:1;background:#dd0000}
    .flag-de .f-g{flex:1;background:#ffce00}
    .flag-ch{background:#ff0000;align-items:center;justify-content:center;position:relative}
    .f-ch-h{position:absolute;width:60%;height:26%;background:#fff;top:50%;left:50%;transform:translate(-50%,-50%)}
    .f-ch-v{position:absolute;width:26%;height:60%;background:#fff;top:50%;left:50%;transform:translate(-50%,-50%)}
    .dc-city{color:#fff;font-size:.88rem;font-weight:700;margin-bottom:3px}
    .dc-country{color:rgba(255,255,255,.4);font-size:.72rem}

    /* FAQ */
    .faq-list{margin-top:40px;display:flex;flex-direction:column;gap:0;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 */
    .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}
      .bkp-wrap{display:none}
      .plans-grid{grid-template-columns:1fr}
      .dc-grid{grid-template-columns:repeat(3,1fr)}
      .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}
      .stats-inner{grid-template-columns:1fr 1fr}
      .stat-item:nth-child(2){border-right:none}
    }
    @media(max-width:600px){
      .dc-grid{grid-template-columns:repeat(2,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}
      .stats-inner{grid-template-columns:1fr 1fr}
    }

@keyframes bkprun{0%{width:74%}100%{width:82%}}

body.page-cloud-backup .fn-cloud-backup-inline-01 { color:#3fb950;font-size:.72rem;font-weight:700; }
body.page-cloud-backup .fn-cloud-backup-inline-02 { width:100%; }
body.page-cloud-backup .fn-cloud-backup-inline-03 { width:78%;animation:bkprun 3s ease-in-out infinite alternate; }
body.page-cloud-backup .fn-cloud-backup-inline-04 { color:#f59e0b;font-size:.68rem;font-weight:700;white-space:nowrap; }
body.page-cloud-backup .fn-cloud-backup-inline-05 { display:flex;gap:8px; }
body.page-cloud-backup .fn-cloud-backup-inline-06 { font-size:1.1rem;font-weight:700;color:#0f172a;margin:56px 0 4px; }
body.page-cloud-backup .fn-cloud-backup-inline-07 { color:#64748b;font-size:.88rem;margin:0 0 0; }
body.page-cloud-backup .fn-cloud-backup-inline-08 { font-weight:400;font-size:.72rem; }
body.page-cloud-backup .fn-cloud-backup-inline-09 { color:#0085ca; }
body.page-cloud-backup .fn-cloud-backup-inline-10 { color:rgba(255,255,255,.5); }
body.page-cloud-backup .fn-cloud-backup-inline-11 { display:flex;gap:12px;justify-content:center;flex-wrap:wrap; }
