
:root{
  --bg:#171b2b;--bg2:#1c2133;--panel:#30364a;--panel2:#272d40;
  --text:#fff;--muted:#aeb6c9;--line:rgba(255,255,255,.08);
  --green:#3cc483;--green2:#49d392;--blue:#2da8ff;--red:#eb6464;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.45}
a{color:inherit}.container{width:min(1180px,calc(100% - 36px));margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(23,27,43,.96);border-bottom:1px solid rgba(255,255,255,.04);backdrop-filter:blur(16px)}
.header-inner{height:70px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:900;font-size:16px}
.brand img{width:35px;height:35px}.nav{display:flex;gap:22px;align-items:center}
.nav a{text-decoration:none;color:#e6eaf3;font-size:12px;text-transform:uppercase;letter-spacing:.06em}
.nav a:hover{color:#52d497}.cta{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 22px;border-radius:4px;background:var(--green);font-weight:800;text-decoration:none;font-size:13px}
.cta.secondary{background:#f4f5f8;color:#171b2b}.cta.red{background:var(--red);color:#fff}
.menu-btn{display:none;background:transparent;color:#fff;border:1px solid var(--line);padding:8px 10px;border-radius:5px}

.home-hero{position:relative;overflow:hidden;padding:54px 0 18px;background:
linear-gradient(180deg,rgba(23,27,43,0) 45%,rgba(23,27,43,.94)),
radial-gradient(circle at 40% 35%,rgba(40,194,118,.16),transparent 24%)}
.home-hero:after{content:"";position:absolute;left:0;right:0;bottom:60px;height:150px;background:
linear-gradient(178deg,transparent 0 44%,rgba(45,168,255,.22) 44.3% 44.7%,transparent 45%),
linear-gradient(185deg,transparent 0 50%,rgba(60,196,131,.16) 50.3% 50.6%,transparent 51%);opacity:.7;pointer-events:none}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:48px}
.device-scene{min-height:360px;position:relative;perspective:1000px}
.monitor{position:absolute;left:40px;top:15px;width:430px;height:245px;padding:13px;border:5px solid #606b7c;border-radius:7px;background:#111626;transform:rotateY(12deg) rotateX(3deg);box-shadow:0 35px 60px rgba(0,0,0,.45)}
.monitor:before{content:"";position:absolute;left:46%;bottom:-55px;width:38px;height:55px;background:#586272}
.monitor:after{content:"";position:absolute;left:33%;bottom:-65px;width:170px;height:12px;background:#697487;border-radius:2px}
.chart{width:100%;height:100%;position:relative;overflow:hidden;background:
linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),
linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px),#131a2b;background-size:36px 36px}
.chart svg{position:absolute;inset:0;width:100%;height:100%}
.phone{position:absolute;left:85px;top:155px;width:92px;height:185px;border:5px solid #6e7889;border-radius:16px;background:#101625;box-shadow:0 28px 45px rgba(0,0,0,.5);overflow:hidden}
.phone:before{content:"";position:absolute;top:6px;left:30px;width:28px;height:4px;background:#6e7889;border-radius:10px}.phone .mini{margin:18px 6px 6px;height:145px;background:linear-gradient(170deg,#141a2b,#1d263b);position:relative}.phone .mini:after{content:"";position:absolute;left:8px;right:8px;top:45px;height:55px;border-bottom:2px solid var(--green);transform:skewY(-16deg)}
.hero-copy h1{font-size:40px;line-height:1.13;margin:0 0 20px;max-width:520px}.hero-copy p{color:var(--muted);font-size:15px;max-width:520px}
.hero-actions{display:flex;gap:16px;margin-top:26px}.hero-actions .cta{min-width:180px}
.trust-row{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;align-items:center;padding:28px 0 38px;color:#666d80;font-size:27px;font-weight:900;text-align:center;filter:grayscale(1);opacity:.75}

.feature-panel{background:var(--panel);border-radius:5px;overflow:hidden;box-shadow:0 18px 40px rgba(0,0,0,.12)}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr)}.feature-card{padding:26px;border-right:1px solid var(--line)}
.feature-card:last-child{border-right:0}.feature-icon{height:76px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.browser{width:96px;height:58px;border:2px solid #5e6a82;border-radius:4px;background:#151b2b;position:relative}
.browser:before{content:"";position:absolute;left:0;right:0;top:0;height:13px;background:#232b40}
.browser:after{content:"";position:absolute;left:8px;right:8px;top:25px;height:20px;background:linear-gradient(135deg,#239cff 0 45%,transparent 46%),linear-gradient(45deg,#48cc84 0 45%,transparent 46%);opacity:.9}
.feature-card h3{font-size:16px;margin:0 0 8px}.feature-card p{font-size:12px;color:#d6d9e2;line-height:1.5;margin:0}
.panel-bottom{border-top:1px solid var(--line);text-align:center;padding:24px}.panel-bottom .cta{min-width:240px}

.stats-section{padding:56px 0 180px;min-height:500px}.stats-layout{display:grid;grid-template-columns:1fr 270px;gap:100px}
.stats-title{font-size:26px;line-height:1.25}.stats-title small{display:block;color:#8f97ab;font-weight:400;margin-top:5px}
.side-card{background:var(--panel);padding:40px 16px 22px;border-radius:5px;text-align:center;align-self:start}.side-card p{font-size:13px;max-width:170px;margin:0 auto 22px}.side-card .cta{display:flex;margin:10px 0}

.mobile-section{min-height:520px;padding:50px 0 60px}.mobile-layout{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:100px}
.mobile-art{height:380px;position:relative}.mobile-art .big-phone{position:absolute;left:55px;top:0;width:190px;height:365px;border:8px solid #70798b;border-radius:28px;background:#101522;transform:rotate(-5deg);box-shadow:0 35px 65px rgba(0,0,0,.4)}
.mobile-art .big-phone:before{content:"";position:absolute;top:10px;left:65px;width:48px;height:6px;background:#70798b;border-radius:8px}
.mobile-art .big-phone:after{content:"";position:absolute;inset:30px 12px 18px;background:linear-gradient(160deg,#263149,#151b2b);border-radius:12px}
.mobile-copy h2{font-size:38px;line-height:1.16;margin:0 0 14px}.mobile-copy p{color:#9da6bb;font-size:13px}.store-btn{display:inline-flex;align-items:center;gap:14px;background:#242a3c;padding:13px 20px;border-radius:4px;text-decoration:none;margin-top:20px;font-size:12px}.store-btn b{font-size:15px}

.reviews{padding:55px 0}.reviews h2,.steps h2,.faq-section h2{font-size:28px;margin:0}.subtitle{color:#8c95a9;margin:2px 0 22px}
.review-track{display:grid;grid-template-columns:1.4fr 1fr;gap:24px;overflow:hidden}.review-card{background:var(--panel);padding:28px;border-radius:5px;min-height:150px}.review-card p{color:#c8ceda;font-size:13px}.review-card footer{font-size:12px;color:#98a2b8}

.steps{padding:50px 0}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:80px;margin-top:64px;text-align:center}.step h3{font-size:14px}.step p{font-size:11px;color:#c6cbd6}.step a{display:inline-block;margin-top:13px;background:#30364a;color:#4db6ff;padding:12px 25px;border-radius:4px;text-decoration:none;font-size:11px}

.faq-section{padding:50px 0 110px}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 20px}.faq-grid details{background:var(--panel);border-radius:4px;padding:13px 16px}.faq-grid summary{cursor:pointer;font-weight:700;font-size:13px}.faq-grid p{font-size:12px;color:#cbd1dc}
.faq-help{text-align:center;margin-top:50px}.faq-help a{display:inline-block;background:#30364a;color:#5bbcff;text-decoration:none;border-radius:5px;padding:12px 55px;font-size:12px}

.bottom-cta{padding:120px 0 75px;text-align:center;border-top:1px solid rgba(255,255,255,.02)}.bottom-cta h2{font-size:30px;max-width:620px;margin:0 auto 30px}.bottom-actions{display:flex;justify-content:center;gap:20px}.bottom-actions .cta{min-width:230px}
.footer{padding:70px 0 22px;background:#171b2b;border-top:1px solid rgba(255,255,255,.03)}.footer-grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:60px}.footer strong{display:block;margin-bottom:12px;font-size:12px}.footer a{display:block;color:#9ea7ba;text-decoration:none;font-size:11px;margin:8px 0}.footer p{color:#848da1;font-size:10px;line-height:1.6}.copyright{border-top:1px solid rgba(255,255,255,.04);margin-top:35px;padding-top:15px;color:#697285;font-size:10px}

.breadcrumbs{padding-top:28px;color:#8993a8;font-size:12px}.breadcrumbs a{text-decoration:none}.hero{padding:65px 0 35px}.hero .eyebrow{display:inline-block;color:#55d293;text-transform:uppercase;font-size:11px;letter-spacing:.08em}.hero h1{font-size:48px;line-height:1.08;max-width:850px;margin:14px 0}.hero p{max-width:760px;color:var(--muted);font-size:16px}.content{max-width:860px;padding-bottom:60px}.content section{margin:0 0 42px;background:var(--panel2);padding:30px;border-radius:5px}.content h2{font-size:28px;margin-top:0}.content h3{font-size:18px;margin-top:25px}.content p,.content li{color:#bec5d4;font-size:14px}.notice{background:var(--panel);border-left:3px solid var(--green);padding:18px;border-radius:4px}.faq details{background:var(--panel);padding:18px;border-radius:4px;margin-bottom:12px}.faq summary{font-weight:800;cursor:pointer}

@media(max-width:900px){
 .nav{display:none}.nav.open{display:flex;position:absolute;top:70px;left:0;right:0;flex-direction:column;align-items:flex-start;background:#171b2b;padding:20px}.menu-btn{display:block}.header-inner>.cta{display:none}
 .hero-grid,.mobile-layout,.stats-layout{grid-template-columns:1fr}.feature-grid{grid-template-columns:1fr 1fr}.feature-card:nth-child(2){border-right:0}.device-scene{transform:scale(.8);transform-origin:left top;height:310px}.trust-row{grid-template-columns:1fr 1fr}
 .stats-section{padding-bottom:80px}.side-card{max-width:320px}.mobile-art{display:none}.review-track{grid-template-columns:1fr}.steps-grid{grid-template-columns:1fr;gap:35px}.footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
 .container{width:min(100% - 24px,1180px)}.home-hero{padding-top:35px}.hero-grid{gap:10px}.device-scene{transform:scale(.61);height:245px}.hero-copy h1{font-size:34px}.hero-actions,.bottom-actions{flex-direction:column}.hero-actions .cta,.bottom-actions .cta{width:100%}.feature-grid{grid-template-columns:1fr}.feature-card{border-right:0;border-bottom:1px solid var(--line)}.faq-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.hero h1{font-size:38px}
}

.image-card{overflow:hidden;padding:0}.image-card img{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover}.image-card .card-copy{padding:22px}
.tag-list{display:flex;flex-wrap:wrap;gap:9px;margin:18px 0}.tag{display:inline-flex;padding:7px 11px;border-radius:999px;background:#30364a;color:#9fdfff;text-decoration:none;font-size:11px;border:1px solid rgba(255,255,255,.06)}.tag:hover{background:#3a4259}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.blog-card{background:var(--panel);border-radius:6px;overflow:hidden;border:1px solid var(--line)}.blog-card img{width:100%;display:block;aspect-ratio:3/2;object-fit:cover}.blog-card-body{padding:21px}.blog-card .category{font-size:10px;color:#50d294;text-transform:uppercase;letter-spacing:.1em;font-weight:800}.blog-card h3{font-size:18px;line-height:1.25;margin:9px 0}.blog-card p{font-size:12px;color:#b9c1d1}.blog-card a{text-decoration:none}.meta-row{display:flex;justify-content:space-between;color:#7f899e;font-size:10px;margin-top:18px}
.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 285px;gap:42px}.toc{background:var(--panel);padding:22px;border-radius:6px;position:sticky;top:95px;height:max-content}.toc strong{display:block;margin-bottom:12px}.toc a{display:block;color:#aeb6c9;font-size:12px;text-decoration:none;margin:10px 0}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.related-card{background:#242a3c;padding:18px;border-radius:5px}.related-card a{text-decoration:none}.related-card h3{font-size:15px;margin:0 0 8px}.related-card p{font-size:11px;color:#aeb6c9}.category-hero{padding-bottom:45px}.keyword-cloud{display:flex;flex-wrap:wrap;gap:10px}.keyword-cloud a{background:#252c40;border:1px solid var(--line);border-radius:4px;padding:10px 13px;text-decoration:none;color:#b9dfff;font-size:12px}
@media(max-width:900px){.blog-grid,.related-grid{grid-template-columns:1fr 1fr}.article-layout{grid-template-columns:1fr}.toc{position:static}}
@media(max-width:600px){.blog-grid,.related-grid{grid-template-columns:1fr}}

body.menu-open{overflow:hidden}
@media(max-width:900px){
  .nav.open{
    max-height:calc(100vh - 70px);
    overflow-y:auto;
    box-shadow:0 20px 45px rgba(0,0,0,.35);
  }
  .nav.open a{
    width:100%;
    padding:12px 4px;
    border-bottom:1px solid rgba(255,255,255,.06);
  }
}

/* ===== V4 premium glass-gradient visual system ===== */
:root{
  --bg:#08131f;
  --bg2:#0b2337;
  --surface:rgba(15,28,45,.72);
  --surface-strong:rgba(14,24,40,.9);
  --stroke:rgba(255,255,255,.13);
  --stroke-strong:rgba(255,255,255,.22);
  --text:#f8fbff;
  --muted:#9fb0c6;
  --cyan:#00d8ff;
  --blue:#2da8ff;
  --purple:#9b6cff;
  --green:#27dd88;
  --shadow:0 24px 70px rgba(0,0,0,.35);
}

body{
  background:
    radial-gradient(circle at 14% 18%, rgba(0,171,255,.24), transparent 28%),
    radial-gradient(circle at 85% 7%, rgba(138,71,255,.24), transparent 30%),
    radial-gradient(circle at 58% 55%, rgba(31,160,255,.12), transparent 35%),
    linear-gradient(180deg,#0a1726 0%,#0b2031 55%,#07111c 100%);
  background-attachment:fixed;
  color:var(--text);
}

.site-header{
  top:20px;
  width:min(1180px,calc(100% - 24px));
  margin:20px auto 0;
  border:1px solid var(--stroke);
  border-radius:999px;
  background:rgba(11,20,37,.72);
  box-shadow:0 18px 50px rgba(0,0,0,.22);
  overflow:visible;
}
.header-inner{height:70px;padding:0 18px}
.brand{font-size:18px;letter-spacing:-.02em}
.brand img{width:32px;height:32px}
.nav{gap:8px}
.nav a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 16px;
  border-radius:999px;
  text-transform:none;
  letter-spacing:0;
  font-size:13px;
  color:#c9d4e5;
}
.nav a:hover{background:rgba(255,255,255,.06);color:#fff}
.header-inner>.cta{
  min-height:44px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--cyan),var(--blue) 55%,var(--purple));
  color:#05111b;
  box-shadow:0 12px 30px rgba(27,180,255,.24);
}
.menu-btn{
  border-radius:999px;
  width:44px;height:44px;
  display:none;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.05);
}

.home-hero{
  padding:70px 0 36px;
  min-height:720px;
  background:none;
}
.home-hero:after{display:none}
.hero-grid{
  grid-template-columns:1fr;
  text-align:center;
  max-width:980px;
  margin:auto;
  gap:34px;
}
.device-scene{display:none}
.hero-copy{display:flex;flex-direction:column;align-items:center}
.hero-copy:before{
  content:"✦  Independent Hostinger reviews & guides";
  display:inline-flex;
  padding:10px 18px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.06);
  color:#dce7f6;
  font-size:14px;
  margin-bottom:28px;
  backdrop-filter:blur(16px);
}
.hero-copy h1{
  max-width:980px;
  font-size:clamp(48px,8vw,86px);
  line-height:1.02;
  letter-spacing:-.055em;
  margin-bottom:28px;
}
.hero-copy h1::first-line{color:#fff}
.hero-copy h1{
  background:linear-gradient(90deg,#fff 0 42%,#00d8ff 58%,#9b6cff 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.hero-copy p{
  max-width:900px;
  font-size:clamp(18px,2.4vw,25px);
  line-height:1.55;
  color:#aebbd0;
}
.hero-actions{justify-content:center;flex-wrap:wrap;margin-top:32px}
.hero-actions .cta{
  min-width:200px;
  min-height:56px;
  border-radius:999px;
  font-size:16px;
}
.hero-actions .cta:first-child{
  background:linear-gradient(135deg,#00d8ff,#3ab7ff 58%,#aa72ff);
  color:#06121d;
}
.hero-actions .cta.secondary{
  border:1px solid var(--stroke);
  background:rgba(255,255,255,.05);
  color:#fff;
  backdrop-filter:blur(14px);
}

.trust-row{
  width:min(1040px,calc(100% - 32px));
  margin:-155px auto 0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  background:rgba(9,24,38,.72);
  border:1px solid var(--stroke);
  border-radius:30px;
  overflow:hidden;
  color:var(--cyan);
  filter:none;
  opacity:1;
  box-shadow:var(--shadow);
}
.trust-row span{
  min-height:130px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
  border-right:1px solid var(--stroke);
  font-size:22px;
  letter-spacing:-.02em;
}
.trust-row span:last-child{border-right:0}

.feature-panel,
.review-card,
.side-card,
.blog-card,
.card,
.content section,
.toc,
.faq-grid details,
.faq details{
  background:linear-gradient(180deg,rgba(33,57,80,.72),rgba(17,34,51,.78));
  border:1px solid var(--stroke);
  backdrop-filter:blur(20px);
  box-shadow:0 18px 50px rgba(0,0,0,.18);
}
.feature-panel{border-radius:28px}
.feature-card{padding:30px;border-color:var(--stroke)}
.browser{border-radius:12px;border-color:rgba(255,255,255,.18);background:#0d1c2b}
.panel-bottom{padding:28px}
.panel-bottom .cta,
.side-card .cta,
.bottom-actions .cta{
  border-radius:999px;
}
.panel-bottom .cta{
  background:linear-gradient(135deg,var(--cyan),var(--blue),var(--purple));
  color:#07131e;
}

.stats-section{padding-top:110px;min-height:580px}
.stats-layout{grid-template-columns:1fr 330px}
.stats-title{font-size:clamp(34px,5vw,58px);letter-spacing:-.045em}
.stats-title small{font-size:18px;line-height:1.5}
.side-card{border-radius:28px;padding:32px}
.side-card .cta{min-height:50px}
.side-card .cta.red{background:linear-gradient(135deg,#ff6c7d,#f14e64)}

.mobile-section{
  position:relative;
  min-height:620px;
  padding:120px 0;
}
.mobile-layout{grid-template-columns:.9fr 1.1fr}
.mobile-art .big-phone{
  width:235px;height:455px;
  left:70px;
  border-radius:38px;
  background:linear-gradient(160deg,#10263b,#0b1725);
  border-color:rgba(255,255,255,.24);
}
.mobile-copy h2{
  font-size:clamp(42px,6vw,68px);
  letter-spacing:-.045em;
}
.store-btn{
  border-radius:999px;
  background:rgba(255,255,255,.06);
  border:1px solid var(--stroke);
  padding:15px 24px;
}

.reviews,.steps,.faq-section{padding-top:85px}
.reviews h2,.steps h2,.faq-section h2{
  font-size:clamp(34px,4vw,52px);
  letter-spacing:-.04em;
}
.review-card{border-radius:24px}
.steps-grid{gap:24px}
.step{
  padding:28px;
  border-radius:24px;
  background:rgba(16,34,50,.68);
  border:1px solid var(--stroke);
}
.step a{border-radius:999px;background:rgba(255,255,255,.06);padding:13px 24px}
.faq-grid details{border-radius:16px;padding:18px 20px}
.faq-help a{
  border-radius:999px;
  background:rgba(255,255,255,.06);
  border:1px solid var(--stroke);
  padding:14px 32px;
}

.bottom-cta{
  margin:70px auto 110px;
  width:min(1100px,calc(100% - 32px));
  border:1px solid var(--stroke);
  border-radius:34px;
  background:linear-gradient(135deg,rgba(0,216,255,.12),rgba(155,108,255,.14));
  box-shadow:var(--shadow);
}
.bottom-cta h2{
  font-size:clamp(38px,5vw,64px);
  max-width:850px;
  letter-spacing:-.045em;
}
.footer{background:rgba(3,10,17,.72);backdrop-filter:blur(20px)}

.hero:not(.home-hero){
  padding:90px 0 50px;
}
.hero:not(.home-hero) h1{
  font-size:clamp(46px,7vw,76px);
  letter-spacing:-.05em;
  background:linear-gradient(90deg,#fff,#dbeeff 52%,#8d7cff);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.breadcrumbs{padding-top:55px}





@media(max-width:900px){
  .site-header{top:10px;margin-top:10px}
  .menu-btn{display:flex}
  .nav.open{
    top:76px;
    left:10px;
    right:10px;
    border-radius:24px;
    background:rgba(8,18,30,.96);
    border:1px solid var(--stroke);
    padding:14px;
  }
  .nav.open a{
    border-radius:14px;
    border-bottom:0;
    min-height:48px;
  }
  .home-hero{min-height:700px;padding-top:60px}
  .trust-row{margin-top:-125px;grid-template-columns:1fr 1fr}
  .trust-row span{min-height:110px;border-bottom:1px solid var(--stroke)}
  .stats-layout{grid-template-columns:1fr}
  .side-card{max-width:none}
  .mobile-layout{grid-template-columns:1fr}
  .mobile-art{display:block;height:460px}
  .mobile-art .big-phone{left:50%;transform:translateX(-50%) rotate(-4deg)}
  .review-track,.steps-grid{grid-template-columns:1fr}
  
  
  
  
  
  
}
@media(max-width:600px){
  .hero-copy h1{font-size:48px}
  .hero-copy p{font-size:18px}
  .trust-row{width:calc(100% - 20px)}
  .trust-row span{font-size:17px}
  .stats-section{padding-top:80px}
  .bottom-cta{padding:80px 22px}
}

.header-apps{position:relative;display:flex;align-items:center}
.apps-grid-btn{
  width:46px;height:46px;
  display:grid;
  grid-template-columns:repeat(2,6px);
  grid-template-rows:repeat(2,6px);
  place-content:center;
  gap:5px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.045);
  color:#dbe8f7;
  cursor:pointer;
  transition:transform .2s ease,background .2s ease,border-color .2s ease;
}
.apps-grid-btn:hover,.apps-grid-btn[aria-expanded="true"]{
  background:rgba(255,255,255,.09);
  border-color:rgba(255,255,255,.24);
  transform:translateY(-1px);
}
.apps-grid-btn span{
  width:6px;height:6px;border-radius:2px;
  border:1.5px solid #aab8cd;
  display:block;
}
.quick-links-panel{
  position:absolute;
  right:0;
  top:58px;
  z-index:120;
  width:230px;
  padding:14px;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
  border-radius:22px;
  background:rgba(8,18,30,.96);
  border:1px solid rgba(255,255,255,.13);
  box-shadow:0 22px 60px rgba(0,0,0,.4);
  backdrop-filter:blur(22px);
}
.quick-links-panel[hidden]{display:none}
.quick-links-panel a{
  min-height:82px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:7px;
  border-radius:16px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.06);
  color:#dfe9f6;
  text-decoration:none;
}
.quick-links-panel a:hover{background:rgba(255,255,255,.09)}
.quick-links-panel span{font-size:22px;color:#53d9ff}
.quick-links-panel small{font-size:11px}
@media(max-width:900px){
  .header-apps{margin-left:auto}
  .apps-grid-btn{width:44px;height:44px}
  .quick-links-panel{right:-2px;top:56px}
}

/* ===== V6 clean light hosting-company visual system ===== */
:root{
  --bg:#f4f4f6;
  --surface:#ffffff;
  --surface-soft:#f7f7f9;
  --text:#202124;
  --muted:#666a73;
  --line:#dedfe5;
  --purple:#673de6;
  --purple-dark:#4f2db8;
  --yellow:#ffcd35;
  --green:#08a76c;
  --black:#111111;
}

html{background:var(--bg)}
body{
  background:var(--bg)!important;
  color:var(--text)!important;
  font-family:Inter,Arial,sans-serif;
}
a{color:inherit}

.site-header{
  position:sticky!important;
  top:0!important;
  width:100%!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:0 4px 18px rgba(0,0,0,.08)!important;
  backdrop-filter:none!important;
}
.header-inner{
  max-width:1460px;
  height:72px!important;
  margin:auto;
  padding:0 28px!important;
}
.brand{color:#1f2025!important;font-size:19px!important}
.brand img{width:34px!important;height:34px!important}
.nav{gap:8px!important}
.nav a{
  min-height:40px!important;
  color:#24252b!important;
  border-radius:8px!important;
  font-size:14px!important;
  padding:0 14px!important;
}
.nav a:hover{background:#f1effc!important;color:var(--purple)!important}
.header-inner>.cta{
  background:#fff!important;
  color:#14151a!important;
  border:1.5px solid var(--purple)!important;
  border-radius:999px!important;
  box-shadow:none!important;
  min-height:42px!important;
}
.apps-grid-btn{
  background:#fff!important;
  border:1px solid #d9d9df!important;
}
.apps-grid-btn span{border-color:#34363d!important}
.quick-links-panel{
  background:#fff!important;
  border:1px solid #e0e0e5!important;
  box-shadow:0 18px 45px rgba(0,0,0,.14)!important;
}
.quick-links-panel a{
  color:#282930!important;
  background:#f7f7f9!important;
  border:1px solid #ececf0!important;
}
.menu-btn{
  color:#222!important;
  background:#fff!important;
  border:1px solid #ddd!important;
}

.home-hero,.hero:not(.home-hero){
  background:linear-gradient(180deg,#fff,#f4f4f6)!important;
}
.home-hero{
  min-height:auto!important;
  padding:80px 0 90px!important;
}
.hero-copy:before{
  background:#f1effc!important;
  border-color:#ded6ff!important;
  color:var(--purple)!important;
}
.hero-copy h1,
.hero:not(.home-hero) h1{
  color:#1f2025!important;
  background:none!important;
  -webkit-text-fill-color:initial!important;
}
.hero-copy p,.hero:not(.home-hero) p{color:#60636d!important}
.hero-actions .cta:first-child,
.panel-bottom .cta,
.side-card .cta,
.bottom-actions .cta{
  background:var(--purple)!important;
  color:#fff!important;
}
.hero-actions .cta.secondary{
  background:#fff!important;
  color:var(--purple)!important;
  border:1.5px solid var(--purple)!important;
}

.trust-row{
  margin:0 auto 55px!important;
  background:#fff!important;
  color:#2a2b31!important;
  border:1px solid #e5e5e9!important;
  box-shadow:none!important;
  border-radius:18px!important;
}
.trust-row span{border-color:#e8e8ec!important}

.feature-panel,
.review-card,
.side-card,
.blog-card,
.card,
.content section,
.toc,
.faq-grid details,
.faq details,
.step,
.related-card{
  background:#fff!important;
  color:#24252a!important;
  border:1px solid #e3e3e8!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
}
.feature-panel,.review-card,.side-card,.blog-card,.card,.content section,.toc,.step{border-radius:18px!important}
.feature-card p,
.review-card p,
.blog-card p,
.content p,
.content li,
.toc a,
.step p,
.subtitle,
.faq-grid p,
.faq p{color:#666a73!important}
.feature-card{border-color:#ececf0!important}
.browser{background:#f7f7fa!important;border-color:#d9d9e0!important}
.blog-card .category,.eyebrow{color:var(--purple)!important}
.tag{background:#f1effc!important;color:var(--purple)!important;border-color:#e0d8ff!important}
.keyword-cloud a{background:#fff!important;color:var(--purple)!important;border-color:#dfd8ff!important}

.stats-section,.mobile-section,.reviews,.steps,.faq-section,.section{background:var(--bg)!important}
.stats-title,.mobile-copy h2,.reviews h2,.steps h2,.faq-section h2,.section h2{color:#202124!important}
.side-card .cta.red{background:#111!important}
.store-btn{background:#fff!important;border:1px solid #ddd!important;color:#222!important}
.faq-help a{background:#fff!important;color:var(--purple)!important;border-color:#d9d1ff!important}

.bottom-cta{
  background:#fff!important;
  border:1px solid #dddde4!important;
  box-shadow:none!important;
}
.bottom-cta h2{color:#202124!important}

.breadcrumbs{color:#777b85!important}
.breadcrumbs a{color:var(--purple)!important}

/* Mega footer */
.footer{
  background:#f2f3f5!important;
  border-top:1px solid #dfe0e4!important;
  color:#222!important;
  padding:65px 0 28px!important;
}
.footer .container{max-width:1500px}
.footer-grid{
  display:grid!important;
  grid-template-columns:repeat(6,minmax(150px,1fr))!important;
  gap:42px!important;
}
.footer .footer-brand-block{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;margin-top:26px;padding-top:25px;border-top:1px solid #d9dade}
.footer strong{
  font-size:16px!important;
  color:#23242a!important;
  margin-bottom:16px!important;
}
.footer a{
  color:#313238!important;
  font-size:14px!important;
  margin:11px 0!important;
}
.footer a:hover{color:var(--purple)!important}
.footer p{color:#666a73!important;font-size:12px!important}
.copyright{color:#747780!important}

/* Pricing page */
.pricing-shell{max-width:1180px;margin:0 auto;padding:55px 20px 40px}
.pricing-intro{text-align:center;margin-bottom:35px}
.pricing-intro h1{font-size:48px;letter-spacing:-.04em;margin-bottom:12px}
.pricing-intro p{color:#666a73}
.pricing-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  align-items:stretch;
}
.pricing-card{
  position:relative;
  background:#fff;
  border:1px solid #e0e0e5;
  border-radius:20px;
  padding:24px 24px 28px;
  min-height:730px;
}
.pricing-card.featured{
  background:linear-gradient(160deg,#5125c5,#111 54%);
  color:#fff;
  border-color:#161616;
}
.pricing-card .discount{
  position:absolute;
  right:20px;
  top:18px;
  padding:5px 9px;
  border-radius:8px;
  background:var(--yellow);
  color:#191919;
  font-weight:800;
  font-size:12px;
}
.pricing-card h2{font-size:22px;margin:32px 0 8px}
.pricing-card p{font-size:14px;color:#555963}
.pricing-card.featured p{color:#ddd}
.old-price{text-decoration:line-through;color:#8a8d96;font-size:13px}
.price{font-size:34px;font-weight:900;margin:6px 0 18px}
.price small{font-size:15px;font-weight:500}
.plan-btn{
  display:flex;
  min-height:48px;
  align-items:center;
  justify-content:center;
  width:100%;
  border-radius:9px;
  border:1.5px solid var(--purple);
  color:var(--purple);
  text-decoration:none;
  font-weight:800;
  margin:20px 0 12px;
}
.featured .plan-btn{background:var(--purple);color:#fff;border-color:var(--purple)}
.plan-note{font-size:12px!important;min-height:52px}
.feature-list{border-top:1px solid rgba(0,0,0,.1);margin-top:18px;padding-top:18px}
.featured .feature-list{border-color:rgba(255,255,255,.15)}
.feature-list li{
  list-style:none;
  margin:13px 0;
  padding-left:24px;
  position:relative;
  font-size:14px;
}
.feature-list li:before{
  content:"✓";
  position:absolute;left:0;
  color:var(--green);
  font-weight:900;
}
.featured .feature-list li:before{color:#a98cff}
.pricing-footnote{text-align:center;color:#666a73;font-size:12px;padding:25px}

@media(max-width:1100px){
  .footer-grid{grid-template-columns:repeat(3,1fr)!important}
}
@media(max-width:900px){
  .nav.open{
    background:#fff!important;
    border-color:#ddd!important;
  }
  .nav.open a{color:#222!important}
  .pricing-grid{grid-template-columns:1fr}
  .pricing-card{min-height:auto}
}
@media(max-width:650px){
  .footer-grid{grid-template-columns:1fr 1fr!important}
  .pricing-intro h1{font-size:36px}
}

/* ===== V7 mobile footer menu ===== */
.mobile-footer-menu{
  display:none;
}
@media(max-width:900px){
  body{
    padding-bottom:94px;
  }
  .mobile-footer-menu{
    position:fixed;
    left:50%;
    bottom:10px;
    transform:translateX(-50%);
    z-index:999;
    display:grid;
    grid-template-columns:repeat(5,1fr);
    width:min(590px,calc(100% - 20px));
    min-height:76px;
    padding:7px;
    border-radius:999px;
    background:rgba(7,18,30,.96);
    border:1px solid rgba(255,255,255,.14);
    box-shadow:0 18px 48px rgba(0,0,0,.38);
    backdrop-filter:blur(20px);
  }
  .mobile-footer-menu a{
    min-width:0;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:3px;
    border-radius:999px;
    color:#b9c6d6;
    text-decoration:none;
    font-size:10px;
    line-height:1;
    transition:background .2s ease,color .2s ease,transform .2s ease;
  }
  .mobile-footer-menu a:hover,
  .mobile-footer-menu a.active{
    background:rgba(255,255,255,.09);
    color:#fff;
  }
  .mobile-footer-menu a:active{
    transform:scale(.96);
  }
  .mobile-nav-icon{
    font-size:21px;
    line-height:1;
  }
  .mobile-footer-menu small{
    font-size:10px;
  }
}
@media(max-width:420px){
  .mobile-footer-menu{
    width:calc(100% - 12px);
    min-height:72px;
    bottom:6px;
  }
  .mobile-nav-icon{
    font-size:19px;
  }
}

/* ===== V8 responsive 4K blog images ===== */
.blog-hero-image{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:16/9;
  object-fit:cover;
  border-radius:18px;
  margin:0 0 28px;
  background:#e9e9ee;
}
.blog-card img,
.related-card img{
  width:100%;
  height:auto;
  aspect-ratio:16/9;
  object-fit:cover;
  display:block;
}
.blog-card{
  overflow:hidden;
}
.blog-card > a{
  display:block;
  overflow:hidden;
}
.blog-card img{
  transition:transform .35s ease;
}
.blog-card:hover img{
  transform:scale(1.025);
}
@media(max-width:900px){
  .blog-hero-image{border-radius:14px}
}
@media(max-width:600px){
  .blog-hero-image{border-radius:12px;margin-bottom:22px}
  .blog-card img{aspect-ratio:16/10}
}

/* ===== V9 blog FAQ and responsive article layout ===== */
.blog-faq{
  margin-top:36px;
}
.blog-faq h2{
  margin-bottom:18px;
}
.blog-faq details{
  background:#fff;
  border:1px solid #e2e3e8;
  border-radius:14px;
  margin-bottom:12px;
  padding:0;
  overflow:hidden;
}
.blog-faq summary{
  cursor:pointer;
  list-style:none;
  padding:18px 20px;
  font-weight:800;
  color:#23242a;
  position:relative;
  padding-right:50px;
}
.blog-faq summary::-webkit-details-marker{display:none}
.blog-faq summary:after{
  content:"+";
  position:absolute;
  right:20px;
  top:50%;
  transform:translateY(-50%);
  font-size:22px;
  color:#673de6;
}
.blog-faq details[open] summary:after{content:"−"}
.blog-faq .faq-answer{
  padding:0 20px 20px;
  color:#666a73;
  line-height:1.75;
}
.article-layout{
  width:min(1180px,calc(100% - 32px));
  margin:0 auto;
  align-items:start;
}
.article-layout .content{
  min-width:0;
}
.article-layout .content img,
.article-layout .content iframe,
.article-layout .content video{
  max-width:100%;
}
.article-layout .content h2,
.article-layout .content h3,
.article-layout .content p,
.article-layout .content li{
  overflow-wrap:anywhere;
}
@media(max-width:900px){
  .article-layout{
    grid-template-columns:1fr!important;
    width:min(100% - 24px,780px);
    gap:24px;
  }
  .article-layout .toc{
    position:static!important;
    order:-1;
    width:100%;
    padding:18px;
  }
  .article-layout .content{
    width:100%;
    max-width:none;
    padding-bottom:30px;
  }
  .article-layout .content section{
    padding:22px!important;
    border-radius:14px!important;
  }
  .article-layout .content h2{
    font-size:28px;
    line-height:1.2;
  }
  .article-layout .content h3{
    font-size:20px;
    line-height:1.3;
  }
  .hero:not(.home-hero){
    padding:55px 0 28px!important;
  }
  .hero:not(.home-hero) h1{
    font-size:clamp(36px,9vw,54px)!important;
    line-height:1.08!important;
  }
  .hero:not(.home-hero) p{
    font-size:16px!important;
  }
  .tag-list{
    gap:7px!important;
  }
  .tag{
    font-size:10px!important;
    padding:6px 9px!important;
  }
}
@media(max-width:600px){
  .article-layout{
    width:calc(100% - 16px);
  }
  .article-layout .content section{
    padding:18px!important;
    margin-bottom:18px!important;
  }
  .blog-hero-image{
    width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
    border-radius:10px!important;
  }
  .blog-faq summary{
    padding:16px 46px 16px 16px;
    font-size:15px;
    line-height:1.4;
  }
  .blog-faq .faq-answer{
    padding:0 16px 16px;
    font-size:14px;
  }
  .related-grid{
    grid-template-columns:1fr!important;
  }
}

.language-switcher-btn{
  min-height:42px;
  padding:0 13px;
  border-radius:999px;
  border:1px solid #d9d9df;
  background:#fff;
  color:#202124;
  font-weight:700;
  cursor:pointer;
}
.language-modal[hidden]{display:none}
.language-modal{position:fixed;inset:0;z-index:2000}
.language-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.65)}
.language-dialog{
  position:relative;
  z-index:1;
  width:min(1450px,calc(100% - 32px));
  max-height:calc(100vh - 40px);
  overflow:auto;
  margin:20px auto;
  padding:28px;
  border-radius:22px;
  background:#2f2f2f;
  color:#fff;
  box-shadow:0 30px 90px rgba(0,0,0,.45);
}
.language-dialog-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:22px}
.language-dialog h2{margin:0;font-size:30px;color:#fff}
.language-close{width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.08);color:#fff;font-size:26px;cursor:pointer}
.language-grid{display:grid;grid-template-columns:repeat(7,minmax(150px,1fr));gap:12px 22px}
.language-option{
  min-height:54px;
  display:flex;
  align-items:center;
  gap:12px;
  border:0;
  border-radius:10px;
  background:transparent;
  color:#fff;
  text-align:left;
  font-size:16px;
  cursor:pointer;
  padding:8px 10px;
}
.language-option:hover{background:rgba(255,255,255,.08)}
.language-option .flag{font-size:28px;line-height:1}
.language-note{margin:24px 8px 0;color:#c8c8c8;font-size:13px}
#google_translate_element{position:fixed;left:-9999px;top:-9999px}
body.language-modal-open{overflow:hidden}
.goog-te-banner-frame.skiptranslate{display:none!important}
body{top:0!important}
@media(max-width:1200px){.language-grid{grid-template-columns:repeat(5,minmax(150px,1fr))}}
@media(max-width:900px){
  .language-switcher-btn span{display:none}
  .language-switcher-btn{width:44px;padding:0}
  .language-grid{grid-template-columns:repeat(3,minmax(130px,1fr))}
  .language-dialog{padding:20px}
}
@media(max-width:600px){
  .language-dialog{width:calc(100% - 12px);margin:6px auto;max-height:calc(100vh - 12px);border-radius:16px}
  .language-dialog h2{font-size:24px}
  .language-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
  .language-option{font-size:14px;min-height:48px;padding:6px}
  .language-option .flag{font-size:24px}
}

/* ===== V12 Reviews Directory ===== */
.reviews-directory{padding-top:20px}
.reviews-disclosure{
  padding:16px 18px;
  border:1px solid #eadba5;
  background:#fff9df;
  border-radius:12px;
  color:#5e4a00;
  margin-bottom:24px;
}
.reviews-toolbar{
  display:grid;
  gap:18px;
  background:#fff;
  border:1px solid #e1e2e7;
  border-radius:18px;
  padding:20px;
  margin-bottom:20px;
}
.review-search-wrap{display:grid;gap:8px;font-weight:700}
.review-search-wrap input{
  min-height:48px;
  padding:0 14px;
  border:1px solid #d8d9df;
  border-radius:10px;
  font:inherit;
}
.rating-filter,.review-keywords{display:flex;flex-wrap:wrap;gap:8px}
.rating-filter button,.review-keywords button{
  border:1px solid #dcdde3;
  background:#fff;
  border-radius:999px;
  padding:10px 14px;
  cursor:pointer;
}
.rating-filter button.active,.review-keywords button.active{
  background:#673de6;
  border-color:#673de6;
  color:#fff;
}
.reviews-summary{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin:20px 0;
}
.reviews-summary>div{
  background:#fff;
  border:1px solid #e1e2e7;
  border-radius:16px;
  padding:18px;
}
.reviews-summary strong{display:block;font-size:28px;color:#202124}
.reviews-summary span{font-size:13px;color:#6b6e78}
.reviews-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.review-entry{
  background:#fff;
  border:1px solid #e1e2e7;
  border-radius:18px;
  padding:20px;
}
.review-entry-head{
  display:grid;
  grid-template-columns:64px 1fr auto;
  gap:14px;
  align-items:start;
}
.review-entry-head img{border-radius:50%;object-fit:cover}
.review-entry h2{font-size:18px;margin:0 0 6px}
.review-author{margin:0;color:#777b85;font-size:12px}
.review-rating-btn{
  border:0;
  background:#fff7d1;
  color:#c28b00;
  border-radius:999px;
  padding:8px 10px;
  font-size:14px;
  cursor:pointer;
}
.review-entry>p{color:#5f636d;line-height:1.7}
.review-entry-footer{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding-top:14px;
  border-top:1px solid #ececf0;
  color:#777b85;
  font-size:11px;
}
.reviews-pagination{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  margin:30px 0;
}
.reviews-pagination button{
  min-width:42px;
  min-height:42px;
  border:1px solid #dcdde3;
  border-radius:9px;
  background:#fff;
  cursor:pointer;
}
.reviews-pagination button.active{
  background:#673de6;
  color:#fff;
  border-color:#673de6;
}
.reviews-pagination button:disabled{opacity:.45;cursor:not-allowed}
.reviews-pages{display:flex;gap:7px;align-items:center}
.page-ellipsis{padding:0 4px;color:#777}
.reviews-empty{
  grid-column:1/-1;
  padding:32px;
  border:1px dashed #cfd1d8;
  border-radius:16px;
  text-align:center;
  color:#70737c;
}
@media(max-width:900px){
  .reviews-list{grid-template-columns:1fr}
  .review-entry-head{grid-template-columns:56px 1fr}
  .review-entry-head img{width:56px;height:56px}
  .review-rating-btn{grid-column:2;justify-self:start}
}
@media(max-width:600px){
  .reviews-summary{grid-template-columns:1fr}
  .review-entry{padding:16px}
  .review-entry-head{grid-template-columns:48px 1fr}
  .review-entry-head img{width:48px;height:48px}
  .review-entry-footer{flex-direction:column}
  .reviews-pagination{flex-wrap:wrap}
  .reviews-pages{order:3;width:100%;justify-content:center;flex-wrap:wrap}
}
