/* HeberPage Frontend Module 04 — WordPress */
.hp-wp-hero{position:relative;overflow:hidden;color:#fff;background:linear-gradient(135deg,#07183b,#0b3472 62%,#096bc2)}
.hp-wp-bg{position:absolute;inset:0;background:radial-gradient(circle at 82% 25%,rgba(50,214,244,.22),transparent 28%),radial-gradient(circle at 17% 85%,rgba(8,104,232,.18),transparent 22%),linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:auto,auto,48px 48px,48px 48px}
.hp-wp-hero-grid{position:relative;min-height:630px;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:76px;padding-block:76px}
.hp-wp-hero h1{font-size:61px;line-height:1.03;letter-spacing:-3.2px;margin:0 0 22px}
.hp-wp-hero h1 span{display:block;color:#48d3ff}
.hp-wp-hero p{font-size:18px;line-height:1.72;color:#c4d8f3;max-width:650px}
.hp-wp-trust{display:flex;flex-wrap:wrap;gap:18px;margin-top:27px;color:#d6e6f9;font-size:12px}

.hp-wp-visual{position:relative;height:470px;display:grid;place-items:center}
.hp-wp-orbit{position:absolute;border-radius:50%;border:1px solid rgba(102,222,255,.2)}
.hp-orbit-one{width:430px;height:430px;animation:hpWpSpin 24s linear infinite}
.hp-orbit-two{width:340px;height:340px;animation:hpWpSpin 18s linear infinite reverse}
.hp-wp-orbit:before,.hp-wp-orbit:after{content:"";position:absolute;width:10px;height:10px;border-radius:50%;background:#4bdcf8;box-shadow:0 0 15px #4bdcf8}
.hp-wp-orbit:before{left:50%;top:-5px}
.hp-wp-orbit:after{right:4%;bottom:22%}
@keyframes hpWpSpin{to{transform:rotate(360deg)}}

.hp-wp-card{position:relative;width:350px;padding:28px;border-radius:28px;background:linear-gradient(150deg,#081b39,#0c326b);border:1px solid rgba(91,215,255,.4);box-shadow:0 38px 80px rgba(0,0,0,.38)}
.hp-wp-card-head{display:flex;align-items:center;gap:13px;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.12)}
.hp-wp-logo{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#1268bd;font-size:25px;font-family:Georgia,serif;font-weight:900}
.hp-wp-card-head div{flex:1}
.hp-wp-card-head b,.hp-wp-card-head small{display:block}
.hp-wp-card-head b{font-size:17px}
.hp-wp-card-head small{font-size:11px;color:#a9c8e9;margin-top:3px}
.hp-wp-card-head>i{width:9px;height:9px;border-radius:50%;background:#2add8a;box-shadow:0 0 13px #2add8a}

.hp-wp-performance{display:flex;align-items:center;gap:24px;padding:25px 0}
.hp-wp-score{width:110px;height:110px;border-radius:50%;display:grid;place-content:center;text-align:center;position:relative;background:conic-gradient(#39d7ef 0 95%,rgba(255,255,255,.12) 95%)}
.hp-wp-score:before{content:"";position:absolute;inset:9px;border-radius:50%;background:#0b2856}
.hp-wp-score strong,.hp-wp-score span{position:relative;z-index:1}
.hp-wp-score strong{font-size:33px}
.hp-wp-score span{font-size:9px;color:#9dc6e9}
.hp-wp-bars{flex:1;display:grid;gap:11px}
.hp-wp-bars span{display:block;height:8px;border-radius:8px;background:rgba(255,255,255,.1);overflow:hidden}
.hp-wp-bars i{display:block;height:100%;border-radius:8px;background:linear-gradient(90deg,#28c9eb,#0876ec)}
.hp-wp-tags{display:flex;flex-wrap:wrap;gap:8px}
.hp-wp-tags span{padding:7px 10px;border-radius:9px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);font-size:10px;color:#cbe4fb}
.hp-wp-floating{position:absolute;display:flex;align-items:center;gap:10px;padding:13px 15px;border-radius:14px;background:rgba(255,255,255,.96);color:var(--hp-text);box-shadow:0 18px 35px rgba(0,0,0,.22)}
.hp-wp-floating>span{width:35px;height:35px;border-radius:10px;display:grid;place-items:center;background:#e9f5ff;color:var(--hp-blue)}
.hp-wp-floating b,.hp-wp-floating small{display:block}
.hp-wp-floating b{font-size:12px}
.hp-wp-floating small{font-size:10px;color:var(--hp-muted);margin-top:2px}
.hp-wp-update{left:0;top:65px}
.hp-wp-security{right:-8px;bottom:85px}

.hp-wp-plans{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}
.hp-wp-plan{position:relative;padding:32px;border:1px solid var(--hp-line);border-radius:23px;background:#fff;box-shadow:0 12px 36px rgba(13,52,96,.07)}
.hp-wp-plan.hp-featured{border:2px solid var(--hp-blue);transform:translateY(-12px);box-shadow:0 25px 55px rgba(8,104,232,.16)}
.hp-wp-plan h3{font-size:25px;margin:20px 0 8px}
.hp-wp-plan>p{color:var(--hp-muted);line-height:1.6;margin:0}
.hp-wp-plan ul{list-style:none;padding:24px 0 0;margin:24px 0 0;border-top:1px solid var(--hp-line);display:grid;gap:13px;color:#50617b;font-size:14px}
.hp-wp-plan li:before{content:"✓";color:var(--hp-green);font-weight:900;margin-right:9px}

.hp-wp-feature-list{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:29px}
.hp-wp-feature-list div{padding:20px;border:1px solid var(--hp-line);border-radius:16px;background:#fff}
.hp-wp-feature-list span{width:42px;height:42px;border-radius:11px;background:#eaf4ff;color:var(--hp-blue);display:grid;place-items:center;font-weight:900}
.hp-wp-feature-list b,.hp-wp-feature-list small{display:block}
.hp-wp-feature-list b{font-size:15px;margin-top:11px}
.hp-wp-feature-list small{font-size:12px;line-height:1.55;color:var(--hp-muted);margin-top:6px}

.hp-wp-speed-panel{padding:30px;border-radius:25px;background:linear-gradient(145deg,#071d46,#0b4d9e);box-shadow:0 30px 65px rgba(6,32,76,.25);color:#fff}
.hp-wp-speed-title{display:flex;align-items:center;justify-content:space-between;gap:15px;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.14)}
.hp-wp-speed-title span{font-size:11px;color:#a9c9ea}
.hp-wp-speed-title b{font-size:12px}
.hp-wp-speed-score{display:grid;place-content:center;text-align:center;width:150px;height:150px;border-radius:50%;margin:28px auto;background:conic-gradient(#42d8ef 0 95%,rgba(255,255,255,.12) 95%);position:relative}
.hp-wp-speed-score:before{content:"";position:absolute;inset:12px;border-radius:50%;background:#0a2d61}
.hp-wp-speed-score strong,.hp-wp-speed-score span{position:relative;z-index:1}
.hp-wp-speed-score strong{font-size:43px}
.hp-wp-speed-score span{font-size:10px;color:#b8d7f3}
.hp-wp-speed-row{display:flex;align-items:center;justify-content:space-between;padding:14px 0;border-top:1px solid rgba(255,255,255,.1)}
.hp-wp-speed-row span{font-size:12px;color:#bdd5ef}
.hp-wp-speed-row b{font-size:12px;color:#73e2ff}

.hp-wp-tools{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:44px}
.hp-wp-tools article{padding:27px;border:1px solid var(--hp-line);border-radius:19px;background:#fff}
.hp-wp-tools article>span{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#eaf4ff;color:var(--hp-blue);font-weight:950}
.hp-wp-tools h3{font-size:18px;margin:18px 0 9px}
.hp-wp-tools p{font-size:14px;line-height:1.65;color:var(--hp-muted);margin:0}

.hp-wp-security-section{color:#fff;background:linear-gradient(135deg,#061a3f,#0b3978)}
.hp-wp-security-visual{padding:30px;border-radius:26px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14)}
.hp-security-shield{width:100px;height:115px;margin:0 auto 25px;display:grid;place-items:center;font-size:42px;font-weight:900;background:linear-gradient(145deg,#2bd5e9,#0874ed);clip-path:polygon(50% 0,100% 18%,92% 76%,50% 100%,8% 76%,0 18%);filter:drop-shadow(0 18px 18px rgba(0,0,0,.28))}
.hp-security-layer{display:flex;align-items:center;justify-content:space-between;padding:14px 0;border-top:1px solid rgba(255,255,255,.1)}
.hp-security-layer span{font-size:12px;color:#c5d9f1}
.hp-security-layer b{font-size:11px;color:#67e0ff}

.hp-wp-migration-steps{display:grid;gap:12px;margin:26px 0}
.hp-wp-migration-steps div{display:grid;grid-template-columns:45px 1fr;gap:0 13px;padding:17px;border:1px solid var(--hp-line);border-radius:14px;background:#fff}
.hp-wp-migration-steps span{grid-row:1/3;width:40px;height:40px;border-radius:11px;display:grid;place-items:center;background:#eaf4ff;color:var(--hp-blue);font-size:11px;font-weight:950}
.hp-wp-migration-steps b{font-size:14px}
.hp-wp-migration-steps small{font-size:11px;color:var(--hp-muted);margin-top:4px}

.hp-wp-migration-card{display:grid;gap:20px;padding:30px;border-radius:26px;background:linear-gradient(145deg,#071d46,#0b4d9e);box-shadow:0 30px 65px rgba(6,32,76,.25)}
.hp-wp-site-card,.hp-wp-cloud-card{min-height:125px;border-radius:17px;display:grid;place-content:center;text-align:center;border:1px solid rgba(255,255,255,.14)}
.hp-wp-site-card{background:rgba(255,255,255,.06)}
.hp-wp-cloud-card{background:linear-gradient(145deg,rgba(36,208,234,.17),rgba(8,105,232,.2))}
.hp-wp-site-card span,.hp-wp-cloud-card span{font-size:10px;color:#afd0ec}
.hp-wp-site-card b,.hp-wp-cloud-card b{font-size:17px;color:#fff;margin-top:7px}
.hp-wp-transfer-line{text-align:center;color:#fff}
.hp-wp-transfer-line i{display:inline-block;width:9px;height:9px;border-radius:50%;background:#4bddf5;margin:0 3px;animation:hpWpTransfer 1.5s infinite}
.hp-wp-transfer-line i:nth-child(2){animation-delay:.2s}
.hp-wp-transfer-line i:nth-child(3){animation-delay:.4s}
.hp-wp-transfer-line strong{display:block;font-size:10px;color:#b8d7f4;margin-top:10px}
@keyframes hpWpTransfer{50%{opacity:.25;transform:translateX(5px)}}

@media(max-width:940px){
  .hp-wp-hero-grid{grid-template-columns:1fr}
  .hp-wp-hero-grid{padding-block:65px}
  .hp-wp-plans,.hp-wp-tools{grid-template-columns:1fr}
  .hp-wp-plan.hp-featured{transform:none}
  .hp-wp-visual{height:430px}
}
@media(max-width:650px){
  .hp-wp-hero h1{font-size:43px;letter-spacing:-2px}
  .hp-wp-hero p{font-size:16px}
  .hp-wp-trust{display:grid;grid-template-columns:1fr 1fr}
  .hp-wp-card{width:285px}
  .hp-wp-update{left:0;top:45px}
  .hp-wp-security{right:0;bottom:60px}
  .hp-wp-feature-list,.hp-wp-tools{grid-template-columns:1fr}
}
