
:root{
 --navy:#061B3A;--navy2:#0A2E64;--blue:#0B5CFF;--blue2:#2D8CFF;--sky:#EEF5FF;
 --bg:#F8FAFD;--text:#11213A;--muted:#68768B;--line:#DFE7F2;--white:#FFF;--green:#0D9B63;
 --max:1220px;--r:18px;--shadow:0 24px 70px rgba(7,33,77,.11)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:var(--text);background:white;line-height:1.58;-webkit-font-smoothing:antialiased}
a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(var(--max),calc(100% - 48px));margin:auto}
.top{height:32px;background:var(--navy);color:#C4D3E8;font-size:12px}.top .container{height:100%;display:flex;align-items:center;justify-content:flex-end;gap:24px}.top a{color:#DDE8F7;font-weight:650}
.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(18px);border-bottom:1px solid rgba(223,231,242,.92)}.header-in{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand img{width:235px}
.nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:700}.nav > a,.nav-trigger{height:78px;display:flex;align-items:center;gap:6px}.nav a:hover,.nav-trigger:hover{color:var(--blue)}.nav-group{position:relative}.nav-trigger{cursor:pointer}.chev{font-size:9px;transition:.2s}.nav-group:hover .chev{transform:rotate(180deg)}
.mega{position:absolute;left:-145px;top:70px;width:760px;padding:18px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s}.nav-group:hover .mega{opacity:1;visibility:visible;transform:translateY(0)}
.mega-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px}.mega-item{display:flex;align-items:center;gap:14px;padding:14px;border-radius:14px}.mega-item:hover{background:#F4F8FF}.mega-icon{width:46px;height:46px;border-radius:13px;background:#EDF4FF;display:grid;place-items:center;flex:0 0 auto}.mega-icon img{width:30px;height:30px}.mega-copy strong{display:block;color:var(--navy);font-size:14px}.mega-copy span{display:block;color:var(--muted);font-size:12px;font-weight:500;margin-top:2px}
.actions{display:flex;gap:10px;align-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:11px;border:1px solid var(--blue);background:var(--blue);color:#fff;font-weight:780;font-size:14px;transition:.2s;cursor:pointer}.btn:hover{transform:translateY(-1px);box-shadow:0 10px 26px rgba(11,92,255,.2)}.btn.ghost{background:#fff;color:var(--navy);border-color:var(--line)}.btn.dark{background:var(--navy);border-color:var(--navy)}.btn.soft{background:#EFF5FF;color:var(--blue);border-color:#DFEBFF}
.menu-btn{display:none;border:0;background:none;font-size:28px;color:var(--navy)}
.hero{padding:92px 0 78px;background:linear-gradient(180deg,#fff 0,#FBFCFF 100%);overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.01fr .99fr;gap:58px;align-items:center}.eyebrow{color:var(--blue);font-size:12px;letter-spacing:.16em;font-weight:850;text-transform:uppercase}.hero h1,.page-hero h1{font-size:clamp(46px,5.8vw,76px);line-height:1.01;letter-spacing:-.047em;color:var(--navy);margin:17px 0 22px}.hero p,.page-hero p{font-size:19px;color:var(--muted);max-width:690px}.hero-cta{display:flex;gap:11px;flex-wrap:wrap;margin-top:28px}.trust-inline{display:flex;gap:22px;flex-wrap:wrap;margin-top:27px;color:#526078;font-size:13px}.trust-inline span:before{content:"✓";color:var(--green);font-weight:900;margin-right:7px}.hero-art img{width:100%;max-width:680px;margin-left:auto}
.trust-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.trust-strip .container{display:grid;grid-template-columns:repeat(5,1fr)}.trust-pill{padding:17px 12px;display:flex;align-items:center;justify-content:center;gap:9px;color:#42526B;font-size:13px;font-weight:700;border-right:1px solid var(--line)}.trust-pill:last-child{border-right:0}.trust-dot{width:8px;height:8px;border-radius:50%;background:var(--blue)}
.section{padding:88px 0}.section.alt{background:var(--bg)}.section.dark{background:var(--navy);color:#fff}.section-head{max-width:775px;margin-bottom:38px}.section-head h2{font-size:clamp(32px,4vw,50px);line-height:1.08;letter-spacing:-.035em;color:var(--navy);margin:10px 0 13px}.section-head p{font-size:18px;color:var(--muted);margin:0}.dark .section-head h2{color:#fff}.dark .section-head p{color:#B7C7DB}
.cards-main{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.cards-secondary{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:15px}.product-card{border:1px solid var(--line);border-radius:20px;background:#fff;padding:28px;min-height:310px;display:flex;flex-direction:column;transition:.2s}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#CFDDF0}.product-card.compact{min-height:210px;padding:23px}.product-icon{width:84px;height:84px;border-radius:20px;background:#F1F6FF;display:grid;place-items:center;margin-bottom:26px}.product-icon img{width:50px;height:50px}.product-card.compact .product-icon{width:60px;height:60px;border-radius:16px;margin-bottom:18px}.product-card.compact .product-icon img{width:36px;height:36px}.product-card h3{font-size:21px;color:var(--navy);margin:0 0 8px}.product-card p{color:var(--muted);margin:0 0 20px}.product-meta{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:10px}.from{font-size:12px;color:#8793A5}.from strong{display:block;color:var(--navy);font-size:20px}.arrow-link{color:var(--blue);font-weight:800;font-size:14px}
.feature-row{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}.feature{padding-right:24px;border-right:1px solid var(--line)}.feature:last-child{border-right:0}.feature-icon{width:52px;height:52px;border-radius:15px;background:#EFF5FF;display:grid;place-items:center;margin-bottom:18px}.feature-icon img{width:31px;height:31px}.feature h3{font-size:18px;color:var(--navy);margin:0 0 7px}.feature p{font-size:14px;color:var(--muted);margin:0}
.network-wrap{display:grid;grid-template-columns:.78fr 1.22fr;gap:46px;align-items:center}.network-wrap img{border-radius:25px;box-shadow:0 25px 55px rgba(0,0,0,.16)}
.domain-panel{border:1px solid var(--line);border-radius:24px;background:#fff;padding:42px;display:grid;grid-template-columns:.9fr 1.1fr;gap:36px;align-items:center;box-shadow:0 18px 50px rgba(7,33,77,.07)}.domain-panel h2{font-size:38px;line-height:1.08;letter-spacing:-.035em;color:var(--navy);margin:10px 0}.domain-search{display:flex;border:1px solid #CCD9EC;border-radius:14px;padding:7px;background:#fff}.domain-search input{flex:1;border:0;outline:0;padding:0 15px;font:inherit;font-size:16px;color:var(--navy);min-width:0}.domain-search input::placeholder{color:#A0ABBA}
.price-highlight{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.price-card{border:1px solid var(--line);border-radius:20px;padding:27px;background:#fff}.price-card h3{margin:0 0 8px;color:var(--navy)}.price-big{font-size:39px;line-height:1;color:var(--navy);font-weight:850;letter-spacing:-.04em;margin:18px 0 8px}.price-big small{font-size:13px;color:var(--muted);font-weight:600;letter-spacing:0}.price-card p{color:var(--muted);font-size:14px}.mini-list{list-style:none;padding:0;margin:20px 0;display:grid;gap:9px;font-size:13px;color:#536178}.mini-list li:before{content:"✓";color:var(--green);font-weight:900;margin-right:8px}
.support-band{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center;background:#F3F7FD;border:1px solid var(--line);border-radius:24px;padding:38px}.support-band h2{font-size:36px;letter-spacing:-.035em;color:var(--navy);margin:8px 0}.support-band p{color:var(--muted)}.support-art{display:flex;justify-content:flex-end}.support-art .icon-orb{width:170px;height:170px;border-radius:40px;background:#fff;display:grid;place-items:center;box-shadow:0 18px 45px rgba(7,33,77,.08)}.support-art img{width:94px;height:94px}
.final-cta{background:linear-gradient(135deg,#071B3E,#0B397B);border-radius:28px;padding:46px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:25px}.final-cta h2{font-size:34px;margin:0 0 7px}.final-cta p{color:#C3D4E9;margin:0}
.page-hero{padding:72px 0 58px;background:linear-gradient(180deg,#FAFCFF,#fff)}.page-grid{display:grid;grid-template-columns:1fr .62fr;gap:50px;align-items:center}.page-icon{width:180px;height:180px;border-radius:38px;background:#F1F6FF;display:grid;place-items:center;margin-left:auto}.page-icon img{width:105px;height:105px}.breadcrumb{font-size:12px;color:var(--blue);font-weight:850;text-transform:uppercase;letter-spacing:.14em}
.plan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.plan{border:1px solid var(--line);border-radius:20px;padding:28px;background:#fff;position:relative}.plan.popular{border:2px solid var(--blue);box-shadow:0 20px 50px rgba(11,92,255,.10)}.badge{position:absolute;right:16px;top:16px;background:#EDF4FF;color:var(--blue);font-size:11px;font-weight:850;padding:6px 10px;border-radius:99px}.discount{display:inline-block;background:#ECF8F3;color:#08754B;font-size:11px;font-weight:850;padding:5px 9px;border-radius:99px}.plan h3{font-size:20px;color:var(--navy);margin:15px 0 0}.price{font-size:42px;line-height:1;font-weight:850;color:var(--navy);letter-spacing:-.04em;margin:14px 0 7px}.price span{font-size:14px;font-weight:600;color:var(--muted);letter-spacing:0}.standard{font-size:12px;color:#8A96A6}.features{list-style:none;padding:0;margin:22px 0;display:grid;gap:10px;color:#526077;font-size:14px}.features li:before{content:"✓";color:var(--green);font-weight:900;margin-right:8px}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.feature-tile{border-top:1px solid var(--line);padding-top:18px}.feature-tile strong{display:block;color:var(--navy);margin-bottom:4px}.feature-tile span{color:var(--muted);font-size:13px}
.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:18px}.table{width:100%;border-collapse:collapse;min-width:760px}.table th,.table td{padding:17px;border-bottom:1px solid var(--line);text-align:left}.table th{background:#F5F8FC;color:var(--navy);font-size:13px}.table td{font-size:14px}.table tr:last-child td{border-bottom:0}.table .accent{color:var(--blue);font-weight:850}.tabs{display:inline-flex;background:#EEF4FC;padding:5px;border-radius:12px;margin-bottom:20px}.tab{border:0;background:transparent;padding:10px 14px;border-radius:9px;font-weight:800;color:#53627A;cursor:pointer}.tab.active{background:#fff;color:var(--blue);box-shadow:0 4px 14px rgba(7,33,77,.07)}
.notice{margin-top:18px;border:1px solid #CFE0F7;background:#F2F7FE;border-radius:13px;padding:13px 15px;color:#49617F;font-size:13px}.notice strong{color:var(--navy)}
.faq{display:grid;gap:10px;max-width:920px}.faq details{border-bottom:1px solid var(--line);padding:18px 2px}.faq summary{cursor:pointer;font-weight:800;color:var(--navy)}.faq p{color:var(--muted);margin-bottom:0}
.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.resource{border:1px solid var(--line);border-radius:18px;padding:25px;background:#fff}.resource h3{color:var(--navy);margin:0 0 8px}.resource p{color:var(--muted);font-size:14px}
.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:28px}.contact-card,.form-card{border:1px solid var(--line);border-radius:20px;padding:28px;background:#fff}.form{display:grid;gap:13px}.form label{font-size:13px;font-weight:750;color:var(--navy)}.form input,.form select,.form textarea{width:100%;margin-top:6px;padding:13px 14px;border:1px solid var(--line);border-radius:11px;font:inherit;color:var(--navy);outline:none}.form textarea{min-height:135px;resize:vertical}
footer{background:#04142D;color:#AAB9CE;padding:58px 0 25px}.footer-grid{display:grid;grid-template-columns:1.45fr repeat(4,1fr);gap:34px}.footer-logo{width:225px;filter:brightness(0) invert(1);margin-bottom:16px}.footer-about{font-size:13px;max-width:290px}.footer-grid h4{color:#fff;margin:0 0 12px}.footer-grid a{display:block;font-size:13px;margin:9px 0}.footer-grid a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.10);margin-top:32px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;font-size:12px}
.toast{position:fixed;left:50%;bottom:25px;transform:translate(-50%,15px);background:var(--navy);color:#fff;padding:11px 15px;border-radius:10px;font-size:13px;opacity:0;pointer-events:none;transition:.2s;z-index:100}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:1000px){.nav{display:none}.menu-btn{display:block}.header.open .nav{display:flex;position:absolute;top:78px;left:0;right:0;background:#fff;flex-direction:column;align-items:stretch;gap:0;padding:15px 24px 25px;border-bottom:1px solid var(--line);box-shadow:0 20px 40px rgba(7,33,77,.07)}.nav > a,.nav-trigger{height:auto;padding:11px}.mega{display:none}.hero-grid,.network-wrap,.domain-panel,.support-band,.page-grid,.contact-grid{grid-template-columns:1fr}.hero-art,.page-icon{order:-1;margin:0 auto}.cards-main,.feature-row,.feature-grid,.price-highlight,.resource-grid{grid-template-columns:1fr 1fr}.trust-strip .container{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:650px){.container{width:min(var(--max),calc(100% - 28px))}.top .container{justify-content:center}.top .container a:first-child{display:none}.brand img{width:190px}.actions .ghost{display:none}.hero{padding:58px 0}.hero h1{font-size:45px}.section{padding:64px 0}.cards-main,.cards-secondary,.feature-row,.feature-grid,.price-highlight,.resource-grid,.trust-strip .container,.footer-grid{grid-template-columns:1fr}.trust-pill{border-right:0;border-bottom:1px solid var(--line)}.trust-pill:last-child{border-bottom:0}.product-card{min-height:auto}.domain-panel{padding:28px}.domain-search{flex-direction:column}.domain-search .btn{margin-top:7px}.final-cta{flex-direction:column;align-items:flex-start;padding:30px}.page-icon{width:130px;height:130px;border-radius:28px}.page-icon img{width:78px;height:78px}.plan-grid{grid-template-columns:1fr}.support-art{justify-content:flex-start}.support-art .icon-orb{width:130px;height:130px}.support-art img{width:74px;height:74px}}


/* v5 language, currency & SEO UX */
.locale-tools{display:flex;align-items:center;gap:10px;margin-inline-end:auto}
.currency-control{display:flex;align-items:center;gap:7px}
.currency-control label{font-size:11px;color:#9EB2CE;font-weight:700}
.currency-select{border:1px solid rgba(255,255,255,.16);background:#0A2A5A;color:#fff;border-radius:8px;padding:4px 28px 4px 9px;font:inherit;font-size:11px;outline:none;cursor:pointer}
.lang-switch{font-size:12px;font-weight:800;color:#fff!important;padding:4px 8px;border-radius:8px;border:1px solid rgba(255,255,255,.15)}
.fx-status{font-size:10px;color:#AFC5E2;white-space:nowrap}.fx-status:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:#21C77A;margin-inline-end:5px}
.price-amount{white-space:nowrap}
.fx-disclaimer{font-size:11px;color:#8B97A8;margin-top:7px}
.social-links{display:flex;gap:8px;flex-wrap:wrap;margin-top:17px}
.social-links a{display:inline-flex!important;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.13);border-radius:9px;padding:7px 9px;margin:0!important;font-size:11px!important;color:#D9E5F5}
.social-links a:hover{border-color:rgba(255,255,255,.35);background:rgba(255,255,255,.05)}
.language-note{font-size:11px;color:#8390A2}
html[dir="rtl"] body{font-family:"Segoe UI",Tahoma,Arial,sans-serif;text-align:right}
html[dir="rtl"] .mega{left:auto;right:-145px}
html[dir="rtl"] .hero-art img{margin-left:0;margin-right:auto}
html[dir="rtl"] .page-icon{margin-left:0;margin-right:auto}
html[dir="rtl"] .feature{padding-right:0;padding-left:24px;border-right:0;border-left:1px solid var(--line)}
html[dir="rtl"] .feature:last-child{border-left:0}
html[dir="rtl"] .footer-logo{margin-left:auto}
html[dir="rtl"] .table th,html[dir="rtl"] .table td{text-align:right}
html[dir="rtl"] .domain-search input{text-align:right}
html[dir="rtl"] .price span{margin-right:4px}
html[dir="rtl"] .mini-list li:before,html[dir="rtl"] .features li:before{margin-right:0;margin-left:8px}
html[dir="rtl"] .trust-inline span:before{margin-right:0;margin-left:7px}
html[dir="rtl"] .fx-status:before{margin-right:0;margin-left:5px}
@media(max-width:1000px){
  .locale-tools{margin-inline-end:0}
  .top .container{justify-content:space-between}
}
@media(max-width:650px){
  .fx-status,.currency-control label{display:none}
  .currency-select{max-width:90px}
  .top{height:38px}
  .top .container{justify-content:center;gap:8px}
}


/* =====================================================
   HOSTPHOX v6 — Global Premium Experience
   ===================================================== */
body{overflow-x:hidden}
.header{transition:height .26s ease,box-shadow .26s ease,background .26s ease}
.header .header-in,.brand img,.nav>a,.nav-trigger{transition:.25s ease}
.header.is-compact{box-shadow:0 12px 35px rgba(6,27,58,.07)}
.header.is-compact .header-in{height:64px}
.header.is-compact .brand img{width:205px}
.header.is-compact .nav>a,.header.is-compact .nav-trigger{height:64px}
.header.is-compact .mega{top:58px}

.mega{width:860px;padding:20px}
.mega-grid{grid-template-columns:1fr 1fr 260px}
.mega-explorer{grid-row:1 / span 3;grid-column:3;background:linear-gradient(145deg,#061B3A,#0B397B);border-radius:16px;padding:22px;color:#fff;display:flex;flex-direction:column;justify-content:space-between;min-height:246px}
.mega-explorer .eyebrow{color:#76B8FF}
.mega-explorer h3{font-size:21px;line-height:1.15;margin:10px 0;color:#fff}
.mega-explorer p{color:#C8D9EE;font-size:13px;margin:0 0 18px}
.mega-explorer a{display:inline-flex;color:#fff;font-weight:800;font-size:13px}
.mega-item{min-height:76px}

.hero{position:relative}
.hero:before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(11,92,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(11,92,255,.035) 1px,transparent 1px);background-size:46px 46px;mask-image:linear-gradient(to right,transparent,black 60%,black)}
.hero-kpi{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}
.hero-kpi span{display:flex;align-items:center;gap:7px;padding:8px 11px;background:#fff;border:1px solid var(--line);border-radius:10px;font-size:12px;font-weight:750;color:#43536D;box-shadow:0 5px 16px rgba(7,33,77,.035)}
.hero-kpi i{width:7px;height:7px;border-radius:50%;background:#16B678;box-shadow:0 0 0 4px rgba(22,182,120,.1)}
.infra-console{position:relative;min-height:520px}
.console-shell{position:absolute;inset:25px 0 25px 25px;background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:0 35px 90px rgba(7,33,77,.15);overflow:hidden}
.console-bar{height:50px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid var(--line);background:#FBFCFF}
.console-dots{display:flex;gap:6px}.console-dots i{width:7px;height:7px;border-radius:50%;background:#D5DFEC}.console-status{font-size:11px;font-weight:800;color:#17935F;display:flex;gap:6px;align-items:center}.console-status:before{content:"";width:7px;height:7px;border-radius:50%;background:#1AC27A;box-shadow:0 0 0 4px rgba(26,194,122,.12)}
.console-body{display:grid;grid-template-columns:160px 1fr;height:calc(100% - 50px)}
.console-side{background:#071B3E;padding:20px 14px}.console-side b{display:block;color:#fff;font-size:12px;margin-bottom:18px}.console-menu{display:grid;gap:8px}.console-menu span{height:31px;border-radius:8px;background:#12366E}.console-menu span.active{background:#0B5CFF}
.console-main{padding:26px;background:#F8FAFD;display:grid;grid-template-columns:1.2fr .8fr;grid-auto-rows:minmax(115px,auto);gap:14px}
.console-panel{background:#fff;border:1px solid #E3EAF4;border-radius:16px;padding:17px;position:relative;overflow:hidden}
.console-panel.wide{grid-column:1 / -1}
.console-label{font-size:11px;color:#7C899B;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.console-value{font-size:24px;font-weight:850;color:var(--navy);margin-top:7px}
.console-line{height:56px;margin-top:12px;position:relative}.console-line:before{content:"";position:absolute;inset:8px 0;background:linear-gradient(180deg,rgba(11,92,255,.12),rgba(11,92,255,0));clip-path:polygon(0 80%,14% 66%,25% 72%,40% 36%,55% 50%,67% 25%,81% 33%,100% 8%,100% 100%,0 100%)}.console-line:after{content:"";position:absolute;left:0;right:0;top:36px;height:2px;background:linear-gradient(90deg,#0B5CFF,#56B0FF);transform:skewY(-8deg)}
.server-leds{display:flex;gap:7px;margin-top:19px}.server-leds i{width:9px;height:9px;border-radius:50%;background:#1AC27A;animation:ledPulse 2s infinite}.server-leds i:nth-child(2){animation-delay:.35s}.server-leds i:nth-child(3){animation-delay:.7s}
.console-chip{position:absolute;right:14px;top:14px;background:#EAF8F2;color:#08784C;border-radius:99px;padding:5px 8px;font-size:10px;font-weight:850}
.flow-dots{display:flex;gap:7px;margin-top:18px}.flow-dots i{width:34px;height:7px;border-radius:99px;background:#DCE9FA;position:relative;overflow:hidden}.flow-dots i:after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:#0B5CFF;animation:dataFlow 2.2s infinite}.flow-dots i:nth-child(2):after{animation-delay:.35s}.flow-dots i:nth-child(3):after{animation-delay:.7s}
@keyframes dataFlow{0%{transform:translateX(-100%)}55%,100%{transform:translateX(100%)}}
@keyframes ledPulse{0%,100%{opacity:.4;box-shadow:none}50%{opacity:1;box-shadow:0 0 0 5px rgba(26,194,122,.10)}}

.plan-finder{background:#071B3E;color:#fff;border-radius:30px;padding:44px;display:grid;grid-template-columns:.75fr 1.25fr;gap:42px;align-items:start;box-shadow:0 30px 75px rgba(6,27,58,.16)}
.plan-finder .eyebrow{color:#77BCFF}.plan-finder h2{font-size:40px;line-height:1.08;letter-spacing:-.035em;margin:10px 0;color:#fff}.plan-finder>div>p{color:#BFD0E5}
.finder-form{background:#fff;border-radius:20px;padding:22px;color:var(--navy)}
.finder-step{margin-bottom:19px}.finder-step:last-of-type{margin-bottom:0}.finder-step label{display:block;font-size:12px;font-weight:850;color:#526178;margin-bottom:9px}.finder-options{display:flex;flex-wrap:wrap;gap:8px}
.finder-option{border:1px solid var(--line);background:#fff;color:#526178;border-radius:10px;padding:9px 12px;font-weight:750;font-size:12px;cursor:pointer;transition:.15s}.finder-option:hover,.finder-option.active{border-color:#0B5CFF;color:#0B5CFF;background:#F1F6FF}
.finder-result{margin-top:20px;border-top:1px solid var(--line);padding-top:20px;display:flex;align-items:center;justify-content:space-between;gap:16px}.finder-result small{display:block;color:#8491A2;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.finder-result strong{display:block;font-size:22px;color:var(--navy);margin-top:2px}.finder-result span{display:block;color:#69778B;font-size:12px;margin-top:3px}
.finder-result .btn{flex:0 0 auto}

.micro-ui{margin:18px 0 20px;border:1px solid #E2EAF5;background:#F9FBFE;border-radius:13px;padding:11px;display:grid;grid-template-columns:repeat(3,1fr);gap:7px}
.micro-ui span{height:23px;border-radius:6px;background:#E8F1FF;position:relative;overflow:hidden}.micro-ui span:before{content:"";position:absolute;left:7px;right:7px;top:8px;height:6px;border-radius:5px;background:#8AB8FC}.micro-ui span:nth-child(2):before{background:#0B5CFF}.micro-ui span:nth-child(3):before{background:#B8CCE7}
.product-card.compact .micro-ui{margin:10px 0 13px}.product-card.compact .micro-ui span{height:17px}.product-card.compact .micro-ui span:before{top:6px;height:5px}

.performance-story{display:grid;grid-template-columns:.65fr 1.35fr;gap:42px;align-items:center}
.performance-story img{border-radius:24px;border:1px solid var(--line);box-shadow:0 18px 55px rgba(7,33,77,.07)}
.tech-pills{display:flex;gap:9px;flex-wrap:wrap;margin-top:24px}.tech-pill{border:1px solid var(--line);background:#fff;border-radius:99px;padding:8px 11px;font-size:12px;font-weight:750;color:#526178}

.migration-band{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.migration-band img{border-radius:26px}.migration-points{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:22px 0}.migration-points span{padding:10px 12px;border:1px solid var(--line);border-radius:11px;font-size:13px;color:#526178;background:#fff}.migration-points span:before{content:"✓";color:#0D9B63;font-weight:900;margin-inline-end:7px}

.plan .features.collapsible li:nth-child(n+6){display:none}.plan.expanded .features.collapsible li{display:flex}.plan-detail-toggle{border:0;background:transparent;color:#0B5CFF;font-weight:800;padding:0;margin:-5px 0 18px;cursor:pointer;font-size:12px}
.period{font-size:12px;color:#7B889A;margin-inline-start:3px}

.product-proof{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}.product-proof-panel{background:#071B3E;color:#fff;border-radius:26px;padding:32px;min-height:310px;display:flex;flex-direction:column;justify-content:space-between}.product-proof-panel .eyebrow{color:#78BAFF}.product-proof-panel h2{font-size:34px;line-height:1.08;margin:10px 0;color:#fff}.product-proof-panel p{color:#B8C9DF}.proof-metrics{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.proof-metric{border:1px solid rgba(255,255,255,.12);border-radius:13px;padding:14px}.proof-metric strong{display:block;font-size:18px}.proof-metric span{font-size:11px;color:#AFC2D9}
.product-tech{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.product-tech .feature-tile{border:1px solid var(--line);border-radius:15px;padding:18px;background:#fff}

.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s cubic-bezier(.2,.7,.2,1),transform .65s cubic-bezier(.2,.7,.2,1)}.reveal.is-visible{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reveal{opacity:1!important;transform:none!important}}
@media(max-width:1000px){
 .mega-grid{grid-template-columns:1fr 1fr}.mega-explorer{display:none}
 .infra-console{min-height:460px}.console-shell{inset:10px 0}.console-body{grid-template-columns:120px 1fr}
 .plan-finder,.performance-story,.migration-band,.product-proof{grid-template-columns:1fr}
 .product-tech{grid-template-columns:1fr 1fr}
}
@media(max-width:650px){
 .infra-console{min-height:390px}.console-body{grid-template-columns:1fr}.console-side{display:none}.console-main{grid-template-columns:1fr 1fr;padding:16px}.console-panel.wide{grid-column:1/-1}
 .plan-finder{padding:28px}.finder-result{align-items:flex-start;flex-direction:column}.finder-result .btn{width:100%}
 .performance-story,.migration-points,.product-tech{grid-template-columns:1fr}.product-proof-panel{min-height:auto}
}


/* HOSTPHOX v7 — Blog / FAQ / CAPTEC GROUP */
.captec-brand-note{font-size:11px;color:#8091A9;margin:10px 0 0;max-width:300px}
.captec-brand-panel{border:1px solid var(--line);background:#fff;border-radius:24px;padding:34px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.captec-brand-panel h2{font-size:34px;line-height:1.1;letter-spacing:-.03em;color:var(--navy);margin:10px 0}.captec-brand-panel p{color:var(--muted);margin:0}
.captec-mark{min-width:220px;min-height:110px;border-radius:22px;background:linear-gradient(135deg,#061B3A,#0B397B);display:grid;place-items:center;color:#fff;font-weight:900;letter-spacing:.08em;padding:20px}

.blog-intro{border:1px solid var(--line);border-radius:20px;background:#F8FAFD;padding:24px;display:grid;grid-template-columns:120px 1fr;gap:24px;align-items:center;margin-bottom:30px}
.blog-intro>div{border-right:1px solid var(--line);text-align:center}.blog-intro strong{display:block;font-size:42px;line-height:1;color:var(--blue)}.blog-intro span{font-size:12px;font-weight:800;color:#69778B}.blog-intro p{margin:0;color:var(--muted)}
html[dir="rtl"] .blog-intro>div{border-right:0;border-left:1px solid var(--line)}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.blog-card{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:19px;background:#fff;padding:24px;min-height:260px;transition:.2s}.blog-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#CEDCF0}.blog-card h2,.blog-card h3{font-size:20px;line-height:1.25;color:var(--navy);margin:12px 0}.blog-card p{color:var(--muted);font-size:14px;margin:0}.blog-category{display:inline-flex;align-self:flex-start;background:#EFF5FF;color:var(--blue);border-radius:99px;padding:6px 9px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.blog-card-foot{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:auto;padding-top:20px;border-top:1px solid var(--line);font-size:11px;color:#7D899A}.blog-card.related{min-height:210px}

.article-hero{padding:70px 0 54px;background:linear-gradient(180deg,#FAFCFF,#fff);border-bottom:1px solid var(--line)}.article-hero-grid{display:grid;grid-template-columns:1fr 330px;gap:50px;align-items:center}.article-hero h1{font-size:clamp(42px,5vw,66px);line-height:1.04;letter-spacing:-.045em;color:var(--navy);margin:16px 0 18px}.article-deck{font-size:19px;color:var(--muted);max-width:820px}.article-meta{display:flex;gap:16px;flex-wrap:wrap;color:#7B8798;font-size:12px;margin-top:22px}
.article-brand-card{border:1px solid var(--line);border-radius:20px;background:#fff;padding:25px;box-shadow:0 18px 45px rgba(7,33,77,.06)}.article-brand-card img{width:220px;margin-bottom:18px}.article-brand-card strong{display:block;color:var(--navy);font-size:14px}.article-brand-card p{color:var(--muted);font-size:13px;margin:8px 0 0}
.article-section{padding-top:68px}.article-layout{display:grid;grid-template-columns:220px minmax(0,820px);gap:55px;justify-content:center;align-items:start}.article-toc{position:sticky;top:100px;display:grid;gap:9px;border-left:2px solid #DFE7F2;padding-left:18px}.article-toc strong{font-size:12px;color:var(--navy);text-transform:uppercase;letter-spacing:.08em;margin-bottom:5px}.article-toc a{font-size:12px;color:#647389}.article-toc a:hover{color:var(--blue)}.article-toc .toc-cta{margin-top:9px;color:var(--blue);font-weight:850}
html[dir="rtl"] .article-toc{border-left:0;border-right:2px solid #DFE7F2;padding-left:0;padding-right:18px}
.article-content>section{scroll-margin-top:100px;margin-bottom:58px}.article-content h2{font-size:32px;line-height:1.15;letter-spacing:-.025em;color:var(--navy);margin:0 0 18px}.article-content>section>p{color:#536178;font-size:16px;line-height:1.85}
.answer-box{border-left:4px solid var(--blue);background:#F3F7FF;border-radius:0 16px 16px 0;padding:24px}.answer-box span{display:block;color:var(--blue);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.answer-box p{font-size:18px;color:var(--navy);margin:0;line-height:1.75}html[dir="rtl"] .answer-box{border-left:0;border-right:4px solid var(--blue);border-radius:16px 0 0 16px}
.article-factor-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:24px}.article-factor{border:1px solid var(--line);border-radius:16px;padding:20px}.article-factor h3{color:var(--navy);font-size:16px;margin:0 0 7px}.article-factor p{color:var(--muted);font-size:14px;margin:0}
.article-checklist{counter-reset:item;list-style:none;padding:0;display:grid;gap:12px}.article-checklist li{counter-increment:item;display:flex;align-items:flex-start;gap:12px;color:#536178;border-bottom:1px solid var(--line);padding-bottom:12px}.article-checklist li:before{content:counter(item);width:28px;height:28px;border-radius:9px;background:#EEF5FF;color:var(--blue);display:grid;place-items:center;flex:0 0 auto;font-weight:900;font-size:12px}
.editorial-note{margin-top:28px;border:1px solid var(--line);background:#FBFCFE;border-radius:15px;padding:18px}.editorial-note strong{color:var(--navy);font-size:12px;text-transform:uppercase;letter-spacing:.06em}.editorial-note p{color:#667489;font-size:13px;margin:7px 0 0}.article-faq{margin-bottom:17px}

.faq-search{max-width:720px;margin-top:26px}.faq-search input{width:100%;border:1px solid #CAD8EB;border-radius:14px;padding:15px 18px;font:inherit;background:#fff;color:var(--navy);outline:none;box-shadow:0 8px 30px rgba(7,33,77,.05)}.faq-master-layout{display:grid;grid-template-columns:220px minmax(0,900px);gap:48px;justify-content:center;align-items:start}.faq-category-nav{position:sticky;top:100px;display:grid;gap:8px}.faq-category-nav strong{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--navy);margin-bottom:5px}.faq-category-nav a{font-size:12px;color:#647389}.faq-category-nav a:hover{color:var(--blue)}.faq-category{scroll-margin-top:95px;margin-bottom:58px}.faq-category h2{font-size:30px;color:var(--navy);letter-spacing:-.025em;margin:0 0 12px}.faq-no-results{border:1px solid var(--line);border-radius:14px;padding:22px;color:var(--muted);text-align:center}
@media(max-width:1000px){.blog-grid{grid-template-columns:1fr 1fr}.article-hero-grid,.article-layout,.faq-master-layout{grid-template-columns:1fr}.article-toc,.faq-category-nav{position:static;display:flex;flex-wrap:wrap;border:0!important;padding:0!important}.captec-brand-panel{align-items:flex-start}}
@media(max-width:650px){.blog-grid,.article-factor-grid{grid-template-columns:1fr}.blog-intro{grid-template-columns:1fr}.blog-intro>div{border:0!important}.article-hero h1{font-size:42px}.captec-brand-panel{flex-direction:column}.captec-mark{width:100%}}


/* HOSTPHOX v7.1 — Resources Architecture + Cairo Arabic */
html[dir="rtl"] body,
html[dir="rtl"] button,
html[dir="rtl"] input,
html[dir="rtl"] select,
html[dir="rtl"] textarea{
  font-family:"Cairo","Segoe UI",Tahoma,Arial,sans-serif !important;
}

.resources-group{position:relative}
.resource-menu{
  position:absolute;
  top:74px;
  left:50%;
  width:390px;
  transform:translateX(-50%) translateY(8px);
  padding:12px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  box-shadow:0 28px 70px rgba(7,33,77,.15);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .18s ease,transform .18s ease,visibility .18s;
  z-index:120;
}
.resources-group:hover .resource-menu,
.resources-group:focus-within .resource-menu{
  opacity:1;visibility:visible;pointer-events:auto;
  transform:translateX(-50%) translateY(0);
}
.resource-menu-item{
  display:block!important;
  height:auto!important;
  padding:14px 15px!important;
  border-radius:12px;
  color:var(--navy)!important;
  transition:.15s ease;
}
.resource-menu-item:hover{background:#F3F7FF}
.resource-menu-item strong{display:block;font-size:14px;line-height:1.2}
.resource-menu-item span{display:block;color:#74839A;font-size:11px;margin-top:4px;font-weight:500}
.header.is-compact .resource-menu{top:60px}

.resource-hub-head{max-width:760px}
.resource-hub-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:34px}
.resource-hub-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:320px;
  padding:32px;
  border:1px solid var(--line);
  border-radius:24px;
  background:#fff;
  overflow:hidden;
  transition:.22s ease;
}
.resource-hub-card:before{
  content:"";
  position:absolute;
  width:190px;height:190px;border-radius:50%;
  right:-70px;top:-80px;
  background:radial-gradient(circle,rgba(11,92,255,.12),rgba(11,92,255,0) 70%);
}
html[dir="rtl"] .resource-hub-card:before{right:auto;left:-70px}
.resource-hub-card:hover{transform:translateY(-4px);box-shadow:0 24px 60px rgba(7,33,77,.09);border-color:#C9D9F0}
.resource-hub-kicker{font-size:11px;font-weight:900;letter-spacing:.09em;text-transform:uppercase;color:var(--blue);margin-bottom:14px}
.resource-hub-card>strong{font-size:27px;line-height:1.15;color:var(--navy);letter-spacing:-.025em}
.resource-hub-card>p{color:var(--muted);font-size:14px;line-height:1.8;max-width:520px}
.resource-hub-meta{display:flex;align-items:baseline;gap:8px;margin:20px 0 24px}
.resource-hub-meta b{font-size:42px;color:var(--blue);line-height:1}
.resource-hub-meta span{font-size:12px;color:#76869B;font-weight:750}
.resource-hub-card .arrow-link{margin-top:auto}
.footer-bottom{justify-content:center;text-align:center}

@media(max-width:1000px){
  .resources-group .resource-menu{
    position:static;width:100%;transform:none!important;
    opacity:1;visibility:visible;pointer-events:auto;
    box-shadow:none;border:0;border-radius:0;padding:5px 0 10px;
    background:transparent;
  }
}
@media(max-width:700px){
  .resource-hub-grid{grid-template-columns:1fr}
  .resource-hub-card{min-height:280px;padding:25px}
}


/* HOSTPHOX v7.2 — Reseller & Affiliate Partner Pages */
.footer-grid{grid-template-columns:1.45fr repeat(5,1fr)}
.company-group{position:relative}
.company-menu{width:410px}

.partner-hero{padding:78px 0 70px;background:linear-gradient(180deg,#F8FBFF,#fff);border-bottom:1px solid var(--line);overflow:hidden}
.partner-hero-grid{display:grid;grid-template-columns:1.06fr .94fr;gap:65px;align-items:center}
.partner-hero .eyebrow{margin-top:18px}.partner-hero h1{font-size:clamp(48px,5.6vw,76px);line-height:1.02;letter-spacing:-.05em;color:var(--navy);margin:14px 0 20px;max-width:820px}.partner-hero p{font-size:18px;line-height:1.75;color:var(--muted);max-width:780px}
.partner-disclosure{margin-top:22px;border-left:3px solid #91B9F6;padding:10px 14px;color:#66768B;background:#F6F9FE;border-radius:0 10px 10px 0;font-size:12px;line-height:1.65}
html[dir="rtl"] .partner-disclosure{border-left:0;border-right:3px solid #91B9F6;border-radius:10px 0 0 10px}

.partner-visual{min-height:470px;display:grid;place-items:center}
.partner-orbit{width:390px;height:390px;border:1px solid #D8E4F4;border-radius:50%;position:relative;background:radial-gradient(circle,#fff 0 28%,#F6FAFF 29% 52%,#fff 53%);box-shadow:0 30px 80px rgba(7,33,77,.08)}
.partner-orbit:before,.partner-orbit:after{content:"";position:absolute;inset:48px;border:1px dashed #BFD2EC;border-radius:50%}.partner-orbit:after{inset:106px;border-style:solid;border-color:#E4ECF6}
.partner-core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:118px;height:118px;border-radius:28px;background:#071B3E;display:grid;place-items:center;z-index:2;box-shadow:0 22px 45px rgba(6,27,58,.22)}
.partner-core img{width:72px;height:72px;object-fit:contain;filter:brightness(0) invert(1)}
.orbit-node{position:absolute;z-index:3;background:#fff;border:1px solid var(--line);border-radius:999px;padding:9px 13px;font-size:11px;font-weight:850;color:var(--navy);box-shadow:0 8px 24px rgba(7,33,77,.08)}
.orbit-node.n1{top:24px;left:142px}.orbit-node.n2{right:-5px;top:170px}.orbit-node.n3{bottom:26px;left:145px}.orbit-node.n4{left:-3px;top:170px}

.partner-values{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.partner-value{border:1px solid var(--line);border-radius:18px;background:#fff;padding:23px}.partner-value h3{font-size:17px;color:var(--navy);margin:0 0 8px}.partner-value p{font-size:13px;line-height:1.7;color:var(--muted);margin:0}
.partner-process{display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:start}.partner-steps{display:grid;gap:13px}.partner-step{display:grid;grid-template-columns:48px 1fr;gap:15px;padding:16px 0;border-bottom:1px solid var(--line)}.partner-step>span{width:42px;height:42px;border-radius:13px;background:#EAF3FF;display:grid;place-items:center;color:var(--blue);font-weight:900}.partner-step h3{font-size:16px;color:var(--navy);margin:0 0 5px}.partner-step p{font-size:13px;color:var(--muted);margin:0;line-height:1.65}
.partner-offer{background:#071B3E;border-radius:24px;padding:32px;color:#fff;position:sticky;top:100px}.partner-offer h2{font-size:30px;line-height:1.12;color:#fff;margin:15px 0}.partner-offer ul{padding-left:20px;display:grid;gap:11px;color:#C6D6E9;font-size:13px;line-height:1.6}.partner-offer .arrow-link{color:#79B9FF;display:inline-flex;margin-top:14px}html[dir="rtl"] .partner-offer ul{padding-left:0;padding-right:20px}

.partner-apply-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:48px;align-items:start}.partner-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.partner-consent{display:flex!important;flex-direction:row!important;align-items:flex-start;gap:10px;font-size:12px;color:#69788D}.partner-consent input{width:auto!important;margin-top:3px}.partner-trust{margin-top:26px;border:1px solid var(--line);border-radius:16px;padding:18px;background:#F8FBFF}.partner-trust span{display:block;font-size:12px;color:var(--blue);font-weight:900}.partner-trust strong{display:block;color:var(--navy);font-size:15px;margin-top:4px}.partner-faq{max-width:900px}

@media(max-width:1100px){
  .partner-values{grid-template-columns:1fr 1fr}
  .partner-hero-grid,.partner-process,.partner-apply-grid{grid-template-columns:1fr}
  .partner-visual{order:-1;min-height:390px}.partner-offer{position:static}
}
@media(max-width:1000px){
  .footer-grid{grid-template-columns:1fr 1fr}
  .company-group .resource-menu{position:static;width:100%;transform:none!important;opacity:1;visibility:visible;pointer-events:auto;box-shadow:none;border:0;border-radius:0;padding:5px 0 10px;background:transparent}
}
@media(max-width:650px){
  .partner-values,.partner-form-grid{grid-template-columns:1fr}
  .partner-orbit{width:310px;height:310px}
  .partner-orbit:before{inset:38px}.partner-orbit:after{inset:83px}
  .partner-core{width:100px;height:100px}.partner-core img{width:62px;height:62px}
  .orbit-node.n1{left:105px}.orbit-node.n2{top:135px}.orbit-node.n3{left:108px}.orbit-node.n4{top:135px}
}


/* ============================================================
   HOSTPHOX v7.3 — PHOX Visual Experience
   ============================================================ */
.phox-home-hero{
  position:relative;
  overflow:hidden;
  min-height:640px;
  padding:82px 0 118px;
  color:#fff;
  background:
    radial-gradient(circle at 78% 44%,rgba(24,104,255,.22),transparent 30%),
    radial-gradient(circle at 66% 80%,rgba(9,75,215,.18),transparent 26%),
    linear-gradient(135deg,#020D24 0%,#041737 52%,#02112B 100%);
}
.phox-home-hero:before{
  content:"";position:absolute;inset:0;pointer-events:none;opacity:.18;
  background-image:
    linear-gradient(rgba(80,145,255,.22) 1px,transparent 1px),
    linear-gradient(90deg,rgba(80,145,255,.22) 1px,transparent 1px);
  background-size:58px 58px;
  mask-image:linear-gradient(to right,transparent,black 32%,black);
}
.phox-home-hero:after{
  content:"";position:absolute;width:690px;height:690px;border:1px solid rgba(88,152,255,.15);
  right:-120px;top:-190px;transform:rotate(45deg);
  box-shadow:0 0 0 80px rgba(15,89,238,.025),0 0 0 160px rgba(15,89,238,.018);
}
.phox-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.02fr .98fr;gap:42px;align-items:center}
.phox-hero-copy{padding-top:12px}
.phox-overline{font-size:12px;letter-spacing:.22em;font-weight:900;color:#3E8CFF;margin-bottom:15px}
.phox-home-hero h1{font-size:clamp(62px,7.5vw,104px);line-height:.92;letter-spacing:-.065em;color:#fff;margin:0 0 22px;max-width:770px}
.phox-home-hero h1 span{color:#176CFF}
.phox-home-hero p{font-size:18px;line-height:1.65;color:#BACCE4;max-width:650px;margin:0}
.phox-primary{background:#0B5CFF!important;border-color:#0B5CFF!important;box-shadow:0 14px 28px rgba(11,92,255,.22)}
.phox-primary:hover{transform:translateY(-2px)}
.phox-outline{background:transparent!important;border-color:rgba(255,255,255,.34)!important;color:#fff!important}
.phox-outline:hover{background:rgba(255,255,255,.06)!important;border-color:rgba(255,255,255,.62)!important}
.phox-home-hero .hero-cta{margin-top:28px}
.phox-trust-row{display:flex;align-items:center;gap:0;flex-wrap:wrap;margin-top:28px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(4,24,60,.55);backdrop-filter:blur(10px);max-width:790px}
.phox-trust-row span{display:flex;align-items:center;gap:7px;padding:11px 15px;color:#D3E0F1;font-size:11px;font-weight:700;border-right:1px solid rgba(255,255,255,.09)}
html[dir="rtl"] .phox-trust-row span{border-right:0;border-left:1px solid rgba(255,255,255,.09)}
.phox-trust-row span:last-child{border:0}
.phox-trust-row i{width:7px;height:7px;border-radius:50%;background:#1ED083;box-shadow:0 0 0 4px rgba(30,208,131,.09)}
.phox-trust-row b{color:#fff}
.phox-hero-visual{position:relative;min-height:470px;display:grid;place-items:center}
.phox-hero-visual>img{position:relative;z-index:2;width:min(100%,720px);filter:drop-shadow(0 28px 34px rgba(0,0,0,.32));animation:phoxFloat 6.5s ease-in-out infinite}
.phox-hero-visual:before{content:"";position:absolute;width:74%;height:72%;border-radius:50%;background:radial-gradient(circle,rgba(26,107,255,.28),rgba(26,107,255,0) 68%);filter:blur(16px)}
.phox-x-label{position:absolute;right:4%;bottom:3%;z-index:3;display:flex;align-items:center;gap:11px;color:#AFC8E8;text-transform:uppercase;font-size:10px;font-weight:850;letter-spacing:.11em}
html[dir="rtl"] .phox-x-label{right:auto;left:4%}
.phox-x-label strong{font-size:42px;line-height:1;color:#176CFF}
@keyframes phoxFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}

.phox-product-shelf{position:relative;z-index:8;margin-top:-84px;padding-top:0!important;background:transparent!important}
.phox-product-shelf .cards-main{gap:14px}
.phox-product-shelf .product-card{
  border:1px solid #D8E3F2;border-radius:18px;background:#fff;
  box-shadow:0 20px 54px rgba(4,25,61,.10);
  min-height:245px;transition:.2s ease;
}
.phox-product-shelf .product-card:hover{transform:translateY(-6px);box-shadow:0 28px 65px rgba(4,25,61,.14);border-color:#BDD2F0}
.phox-product-shelf .product-icon{background:#EAF3FF;border-radius:13px}
.phox-product-shelf .product-card h3{font-size:17px}
.phox-product-shelf .product-card p{font-size:12px;line-height:1.65}

.phox-proof-band{background:#031633;color:#fff;border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05);padding:26px 0}
.phox-proof-title{text-align:center;font-size:12px;font-weight:900;letter-spacing:.14em;color:#D4E3F6;margin-bottom:20px}
.phox-proof-grid{display:grid;grid-template-columns:repeat(6,1fr)}
.phox-proof-item{padding:7px 18px;text-align:center;border-right:1px solid rgba(255,255,255,.12)}
html[dir="rtl"] .phox-proof-item{border-right:0;border-left:1px solid rgba(255,255,255,.12)}
.phox-proof-item:last-child{border:0}
.phox-proof-item strong{display:block;font-size:20px;color:#fff;line-height:1.15}
.phox-proof-item span{display:block;color:#9EB6D3;font-size:10px;margin-top:4px}

.phox-section-mark{width:66px;height:56px;position:absolute;right:0;top:0;opacity:.17}
html[dir="rtl"] .phox-section-mark{right:auto;left:0}
.section-head{position:relative}

.phox-hero-watermark{position:absolute!important;right:5%!important;top:50%!important;transform:translateY(-50%)!important;width:190px!important;height:auto!important;opacity:.045!important;pointer-events:none!important;z-index:0!important}
html[dir="rtl"] .phox-hero-watermark{right:auto!important;left:5%!important}
.page-hero,.article-hero,.partner-hero{position:relative;overflow:hidden}
.page-hero>.container,.article-hero>.container,.partner-hero>.container{position:relative;z-index:1}

footer{position:relative;overflow:hidden}
.phox-footer-mark{position:absolute;width:170px;left:18px;bottom:28px;opacity:.08;filter:brightness(0) invert(1);pointer-events:none}
html[dir="rtl"] .phox-footer-mark{left:auto;right:18px}

@media(max-width:1100px){
  .phox-hero-grid{grid-template-columns:1fr}
  .phox-home-hero{padding-bottom:120px}
  .phox-hero-visual{min-height:370px;order:-1}
  .phox-hero-visual>img{max-width:620px}
  .phox-home-hero h1{font-size:76px}
  .phox-proof-grid{grid-template-columns:repeat(3,1fr)}
  .phox-proof-item:nth-child(3){border-right:0}
}
@media(max-width:700px){
  .phox-home-hero{padding:44px 0 108px;min-height:auto}
  .phox-hero-visual{min-height:280px}
  .phox-hero-visual>img{width:115%;max-width:520px}
  .phox-home-hero h1{font-size:58px}
  .phox-home-hero p{font-size:16px}
  .phox-trust-row{display:grid;grid-template-columns:1fr 1fr}
  .phox-trust-row span{border-bottom:1px solid rgba(255,255,255,.08);border-right:0!important;border-left:0!important}
  .phox-product-shelf{margin-top:-58px}
  .phox-proof-grid{grid-template-columns:1fr 1fr}
  .phox-proof-item{border-right:0!important;border-left:0!important;border-bottom:1px solid rgba(255,255,255,.1)}
  .phox-proof-item:nth-last-child(-n+2){border-bottom:0}
  .phox-hero-watermark{width:110px!important}
}
@media(prefers-reduced-motion:reduce){
  .phox-hero-visual>img{animation:none!important}
}


/* ============================================================
   HOSTPHOX v7.4 — Header + Hero Geometry Fix
   Purpose: eliminate top whitespace / overlap and lock a premium
   desktop composition at 1366/1440 while preserving responsive UX.
   ============================================================ */

/* --- Utility bar: no phantom spacing --- */
.top{
  position:relative!important;
  top:auto!important;
  margin:0!important;
  padding:0!important;
  height:34px!important;
  min-height:34px!important;
  line-height:1!important;
  background:#031633!important;
  z-index:70;
}
.top .container{
  height:34px!important;
  min-height:34px!important;
  margin-top:0!important;
  margin-bottom:0!important;
  padding-top:0!important;
  padding-bottom:0!important;
}

/* --- Main navigation stays in normal document flow.
       This prevents it from sitting over the hero in any browser/preview. --- */
.header{
  position:relative!important;
  top:auto!important;
  left:auto!important;
  right:auto!important;
  margin:0!important;
  transform:none!important;
  z-index:65!important;
  background:rgba(255,255,255,.985)!important;
  border-bottom:1px solid #DDE6F2!important;
  box-shadow:0 2px 0 rgba(6,27,58,.015)!important;
  backdrop-filter:blur(18px);
}
.header-in{
  height:68px!important;
  min-height:68px!important;
  padding-top:0!important;
  padding-bottom:0!important;
}
.brand img{width:204px!important}
.nav{gap:24px!important;font-size:13px!important}
.nav > a,.nav-trigger{height:68px!important}
.actions .btn{min-height:42px!important;padding-inline:17px!important}
.header.is-compact .header-in{height:68px!important}
.header.is-compact .brand img{width:204px!important}
.header.is-compact .nav>a,.header.is-compact .nav-trigger{height:68px!important}
.header.is-compact{box-shadow:0 2px 0 rgba(6,27,58,.015)!important}
.mega{top:62px!important}
.resource-menu{top:64px!important}
.header.is-compact .mega{top:62px!important}
.header.is-compact .resource-menu{top:64px!important}

/* --- Hero begins only AFTER header; no negative positioning/overlap. --- */
.phox-home-hero{
  margin:0!important;
  min-height:610px!important;
  padding:66px 0 78px!important;
  display:flex;
  align-items:center;
  isolation:isolate;
}
.phox-home-hero:before{
  background-size:58px 58px!important;
  opacity:.15!important;
}
.phox-home-hero:after{
  right:-170px!important;
  top:-230px!important;
  opacity:.72;
}

.phox-hero-grid{
  grid-template-columns:minmax(0,46%) minmax(0,54%)!important;
  gap:22px!important;
  align-items:center!important;
  min-height:466px;
}
.phox-hero-copy{
  position:relative;
  z-index:5;
  padding:0!important;
  align-self:center;
}
.phox-overline{
  display:block!important;
  margin:0 0 14px!important;
  color:#559BFF!important;
  font-size:11px!important;
  line-height:1.25!important;
  letter-spacing:.23em!important;
}
.phox-home-hero h1{
  margin:0 0 22px!important;
  max-width:650px!important;
  font-size:clamp(68px,6.3vw,92px)!important;
  line-height:.91!important;
  letter-spacing:-.065em!important;
}
.phox-home-hero h1 span{
  display:block;
  width:max-content;
  margin-top:5px;
}
.phox-home-hero p{
  max-width:610px!important;
  font-size:17px!important;
  line-height:1.72!important;
}
.phox-home-hero .hero-cta{
  margin-top:26px!important;
}
.phox-trust-row{
  width:max-content;
  max-width:100%!important;
  margin-top:28px!important;
  border-color:rgba(124,169,234,.21)!important;
  background:rgba(3,23,57,.62)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
}
.phox-trust-row span{
  min-height:40px;
  padding:10px 13px!important;
  white-space:nowrap;
}

/* --- Fox gets its own visual field, never competing with title. --- */
.phox-hero-visual{
  min-height:470px!important;
  width:100%;
  overflow:visible;
  justify-self:stretch;
  transform:translateX(18px);
}
html[dir="rtl"] .phox-hero-visual{transform:translateX(-18px)}
.phox-hero-visual>img{
  width:min(112%,760px)!important;
  max-width:none!important;
  transform-origin:center center;
  filter:drop-shadow(0 30px 36px rgba(0,0,0,.34))!important;
}
.phox-x-label{
  right:2%!important;
  bottom:0!important;
  gap:9px!important;
}
html[dir="rtl"] .phox-x-label{right:auto!important;left:2%!important}
.phox-x-label strong{font-size:38px!important}
.phox-x-label span{font-size:9px!important}

/* Subtle visual relationship between the X and PHOX tail */
.phox-tail-connector{
  position:absolute;
  right:12%;
  bottom:44px;
  width:190px;
  height:58px;
  pointer-events:none;
  z-index:1;
  opacity:.72;
}
html[dir="rtl"] .phox-tail-connector{right:auto;left:12%;transform:scaleX(-1)}
.connector-line{
  position:absolute;
  left:8px;
  right:12px;
  top:26px;
  height:1px;
  background:linear-gradient(90deg,rgba(33,121,255,0),rgba(52,143,255,.75),rgba(100,182,255,.12));
  transform:rotate(-16deg);
  transform-origin:right center;
}
.connector-dot{
  position:absolute;
  right:2px;
  top:7px;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#2A80FF;
  box-shadow:0 0 0 6px rgba(42,128,255,.08),0 0 18px rgba(42,128,255,.55);
}

/* --- Product shelf overlap is deliberately modest and starts after the hero. --- */
.phox-product-shelf{
  margin-top:-46px!important;
  padding-top:0!important;
}
.phox-product-shelf .container{
  position:relative;
  z-index:10;
}

/* --- Prevent inherited page/hero rules from clipping the branded home hero --- */
main{position:relative}
.phox-home-hero .container{position:relative}
.phox-home-hero .phox-hero-copy,
.phox-home-hero .phox-hero-visual{margin-top:0!important}

/* 1440/1366 tuned composition */
@media (min-width:1101px) and (max-width:1500px){
  :root{--max:1220px}
  .phox-home-hero{min-height:600px!important;padding-top:60px!important;padding-bottom:74px!important}
  .phox-home-hero h1{font-size:84px!important}
  .phox-hero-visual{min-height:455px!important;transform:translateX(10px)}
  html[dir="rtl"] .phox-hero-visual{transform:translateX(-10px)}
  .phox-hero-visual>img{width:min(109%,720px)!important}
}

/* Tablet */
@media(max-width:1100px){
  .header-in{height:66px!important;min-height:66px!important}
  .brand img{width:198px!important}
  .phox-home-hero{padding:50px 0 90px!important;min-height:auto!important}
  .phox-hero-grid{grid-template-columns:1fr!important;gap:18px!important;min-height:0!important}
  .phox-hero-copy{order:1}
  .phox-hero-visual{order:2!important;min-height:360px!important;transform:none!important}
  .phox-hero-visual>img{width:min(100%,620px)!important}
  .phox-home-hero h1{font-size:72px!important}
  .phox-home-hero h1 span{display:inline;margin-top:0}
  .phox-x-label{right:10%!important}
  html[dir="rtl"] .phox-x-label{right:auto!important;left:10%!important}
  .phox-tail-connector{right:18%!important}
  html[dir="rtl"] .phox-tail-connector{right:auto!important;left:18%!important}
  .phox-product-shelf{margin-top:-40px!important}
}

/* Mobile */
@media(max-width:700px){
  .top{height:38px!important;min-height:38px!important}
  .top .container{height:38px!important;min-height:38px!important}
  .header-in{height:62px!important;min-height:62px!important}
  .brand img{width:180px!important}
  .phox-home-hero{padding:38px 0 74px!important}
  .phox-home-hero h1{font-size:54px!important;line-height:.94!important}
  .phox-home-hero h1 span{display:block;margin-top:4px}
  .phox-home-hero p{font-size:15px!important}
  .phox-hero-visual{min-height:280px!important;margin-top:8px}
  .phox-hero-visual>img{width:112%!important;max-width:500px!important}
  .phox-x-label{right:3%!important;bottom:-2px!important}
  html[dir="rtl"] .phox-x-label{right:auto!important;left:3%!important}
  .phox-tail-connector{display:none}
  .phox-trust-row{width:100%;grid-template-columns:1fr 1fr!important}
  .phox-trust-row span{white-space:normal}
  .phox-product-shelf{margin-top:-28px!important}
}


/* ============================================================
   HOSTPHOX v7.5 — Hero / Hosting Products Boundary Fix
   Fixes the section title appearing inside the dark hero and
   prevents the H2 from being cut by the hero/white boundary.
   ============================================================ */

.phox-home-hero{
  position:relative;
  overflow:hidden;
}

/* A controlled soft ending to the dark hero — visual only. */
.phox-hero-bottom-fade{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:72px;
  pointer-events:none;
  z-index:1;
  background:linear-gradient(
    180deg,
    rgba(2,17,43,0) 0%,
    rgba(2,17,43,.16) 58%,
    rgba(2,17,43,.28) 100%
  );
}

/* Critical fix: the whole product section now starts AFTER the hero. */
.phox-product-shelf{
  margin-top:0!important;
  padding-top:78px!important;
  padding-bottom:80px!important;
  background:#fff!important;
  position:relative!important;
  z-index:10!important;
}

/* Make the section transition deliberate and premium. */
.phox-product-shelf:before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:1px;
  background:#E5ECF5;
}
.phox-product-shelf .section-head{
  margin-top:0!important;
  margin-bottom:34px!important;
  max-width:780px;
}
.phox-product-shelf .section-head .eyebrow{
  margin-top:0!important;
}
.phox-product-shelf .section-head h2{
  margin-top:8px!important;
  margin-bottom:12px!important;
  line-height:1.08!important;
}
.phox-product-shelf .section-head p{
  margin-top:0!important;
  max-width:760px;
}

/* Cards keep a premium floating feel, but only inside the white section. */
.phox-product-shelf .cards-main,
.phox-product-shelf .cards-secondary{
  position:relative;
  z-index:2;
}
.phox-product-shelf .cards-main{
  margin-top:0!important;
}

/* Remove old overlap values at every breakpoint. */
@media (min-width:1101px){
  .phox-product-shelf{
    margin-top:0!important;
    padding-top:80px!important;
  }
}
@media (max-width:1100px){
  .phox-product-shelf{
    margin-top:0!important;
    padding-top:64px!important;
  }
}
@media (max-width:700px){
  .phox-product-shelf{
    margin-top:0!important;
    padding-top:52px!important;
    padding-bottom:62px!important;
  }
  .phox-product-shelf .section-head{
    margin-bottom:26px!important;
  }
}

/* Ensure the hero itself never exposes content from the next section. */
.phox-home-hero + .phox-product-shelf{
  clear:both;
}


/* ============================================================
   HOSTPHOX v7.6 — PHOX EXACT REFERENCE MATCH
   Uses the actual approved PHOX artwork rather than an approximate
   redraw. This block intentionally overrides prior PHOX SVG rules.
   ============================================================ */

.phox-home-hero{
  background:
    radial-gradient(circle at 72% 44%,rgba(10,76,213,.26),transparent 34%),
    linear-gradient(105deg,#020C24 0%,#031431 52%,#03183A 100%)!important;
}

.phox-hero-grid{
  grid-template-columns:minmax(0,48%) minmax(0,52%)!important;
  gap:12px!important;
}

.phox-hero-visual{
  min-height:430px!important;
  transform:none!important;
  overflow:visible!important;
  position:relative;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
}

.phox-hero-visual:before,
.phox-x-label,
.phox-tail-connector{
  display:none!important;
}

.phox-reference-frame{
  position:relative;
  width:112%;
  max-width:780px;
  margin-right:-58px;
  isolation:isolate;
}
html[dir="rtl"] .phox-reference-frame{
  margin-right:0;
  margin-left:-58px;
}

.phox-reference-fox{
  display:block;
  width:100%!important;
  max-width:none!important;
  height:auto!important;
  filter:none!important;
  animation:none!important;
  transform:none!important;
  object-fit:contain;
  -webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 5%,#000 100%);
  mask-image:linear-gradient(90deg,transparent 0%,#000 5%,#000 100%);
}
html[dir="rtl"] .phox-reference-fox{
  -webkit-mask-image:linear-gradient(270deg,transparent 0%,#000 5%,#000 100%);
  mask-image:linear-gradient(270deg,transparent 0%,#000 5%,#000 100%);
}

/* Match the approved concept: HOST YOUR X. stays on one line on desktop. */
.phox-reference-heading{
  max-width:none!important;
  white-space:nowrap;
  font-size:clamp(58px,5.15vw,78px)!important;
  line-height:.98!important;
  letter-spacing:-.055em!important;
}
.phox-reference-heading span{
  display:inline!important;
  width:auto!important;
  margin:0!important;
  color:#176CFF!important;
}

/* Make the copy column feel like the approved composition. */
.phox-overline{
  color:#2F80FF!important;
  letter-spacing:.24em!important;
}
.phox-home-hero p{
  max-width:620px!important;
}
.phox-trust-row{
  max-width:650px!important;
}

/* Remove the floating animation from all legacy PHOX image rules. */
.phox-hero-visual>img{animation:none!important}

/* 1366/1440 exact-reference tuning */
@media (min-width:1101px) and (max-width:1500px){
  .phox-home-hero{
    min-height:560px!important;
    padding-top:58px!important;
    padding-bottom:66px!important;
  }
  .phox-hero-grid{
    min-height:430px!important;
    grid-template-columns:minmax(0,47%) minmax(0,53%)!important;
  }
  .phox-reference-heading{
    font-size:72px!important;
  }
  .phox-reference-frame{
    width:116%;
    max-width:760px;
    margin-right:-64px;
  }
  html[dir="rtl"] .phox-reference-frame{
    margin-right:0;
    margin-left:-64px;
  }
}

/* Tablet: keep the approved fox, but avoid clipping. */
@media(max-width:1100px){
  .phox-reference-heading{
    white-space:normal;
    font-size:68px!important;
  }
  .phox-reference-frame,
  html[dir="rtl"] .phox-reference-frame{
    width:min(100%,760px);
    max-width:760px;
    margin:0 auto!important;
  }
  .phox-reference-fox,
  html[dir="rtl"] .phox-reference-fox{
    -webkit-mask-image:none;
    mask-image:none;
  }
  .phox-hero-visual{
    min-height:340px!important;
  }
}

/* Mobile: title may wrap, but PHOX remains the approved design. */
@media(max-width:700px){
  .phox-reference-heading{
    white-space:normal;
    font-size:52px!important;
  }
  .phox-reference-heading span{
    display:block!important;
    margin-top:4px!important;
  }
  .phox-hero-visual{
    min-height:250px!important;
  }
  .phox-reference-frame{
    width:112%!important;
    margin-inline:-6%!important;
  }
}


/* ============================================================
   HOSTPHOX v7.7 — PHOX SITEWIDE VISUAL SYSTEM
   Extends the approved PHOX concept from the homepage into the
   complete site while keeping page content, SEO and functionality.
   ============================================================ */

/* ---------- Arabic homepage exact composition ---------- */
html[dir="rtl"] .phox-ar-reference-hero .phox-hero-grid{
  direction:ltr!important; /* physical layout: fox left, text right */
  grid-template-columns:minmax(0,52%) minmax(0,48%)!important;
}
html[dir="rtl"] .phox-ar-reference-hero .phox-hero-copy{
  direction:rtl!important;
  grid-column:2!important;
  grid-row:1!important;
  text-align:right!important;
  padding-right:18px!important;
}
html[dir="rtl"] .phox-ar-reference-hero .phox-hero-visual{
  direction:ltr!important;
  grid-column:1!important;
  grid-row:1!important;
  justify-content:flex-start!important;
}
html[dir="rtl"] .phox-ar-reference-hero .phox-reference-heading{
  direction:ltr!important;
  unicode-bidi:isolate!important;
  text-align:right!important;
  white-space:nowrap!important;
  font-size:clamp(56px,5.15vw,76px)!important;
}
html[dir="rtl"] .phox-ar-reference-hero .phox-reference-frame{
  width:118%!important;
  max-width:790px!important;
  margin-left:-84px!important;
  margin-right:0!important;
}
html[dir="rtl"] .phox-ar-reference-hero .phox-home-hero p{
  margin-right:0!important;
}
html[dir="rtl"] .phox-ar-reference-hero .hero-cta,
html[dir="rtl"] .phox-ar-reference-hero .phox-trust-row{
  margin-right:0!important;
  margin-left:auto!important;
}
html[dir="rtl"] .phox-ar-reference-hero .hero-cta{
  justify-content:flex-start!important;
}
html[dir="rtl"] .phox-ar-reference-hero .phox-trust-row{
  width:max-content!important;
}

/* ---------- Universal PHOX hero surface ---------- */
.phox-system-hero,
.phox-system-partner-hero,
.phox-system-article-hero{
  position:relative!important;
  overflow:hidden!important;
  color:#fff!important;
  background:
    radial-gradient(circle at 78% 36%,rgba(19,91,232,.21),transparent 31%),
    linear-gradient(110deg,#020D24 0%,#031530 53%,#031B43 100%)!important;
  border-bottom:1px solid rgba(109,157,224,.16)!important;
}
.phox-system-hero:before,
.phox-system-partner-hero:before,
.phox-system-article-hero:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.16;
  background-image:
    linear-gradient(rgba(76,136,224,.22) 1px,transparent 1px),
    linear-gradient(90deg,rgba(76,136,224,.22) 1px,transparent 1px);
  background-size:58px 58px;
  mask-image:linear-gradient(90deg,transparent 0,#000 28%,#000 100%);
}
html[dir="rtl"] .phox-system-hero:before,
html[dir="rtl"] .phox-system-partner-hero:before,
html[dir="rtl"] .phox-system-article-hero:before{
  mask-image:linear-gradient(270deg,transparent 0,#000 28%,#000 100%);
}
.phox-system-hero .container,
.phox-system-partner-hero .container,
.phox-system-article-hero .container{
  position:relative;
  z-index:2;
}
.phox-system-hero .breadcrumb,
.phox-system-partner-hero .breadcrumb,
.phox-system-article-hero .breadcrumb{color:#8FA9C9!important}
.phox-system-hero .breadcrumb a,
.phox-system-article-hero .breadcrumb a{color:#A8C4E8!important}
.phox-system-hero .eyebrow,
.phox-system-partner-hero .eyebrow,
.phox-system-article-hero .eyebrow{color:#3C8EFF!important}
.phox-system-hero h1,
.phox-system-partner-hero h1,
.phox-system-article-hero h1,
.phox-system-article-hero h2{color:#fff!important}
.phox-system-hero p,
.phox-system-partner-hero p,
.phox-system-article-hero .article-deck{color:#B8CBE3!important}
.phox-system-hero .btn.ghost,
.phox-system-partner-hero .btn.ghost{
  color:#fff!important;
  border-color:rgba(255,255,255,.3)!important;
  background:rgba(4,23,55,.34)!important;
}

/* ---------- Product page service scene ---------- */
.phox-system-grid{
  min-height:310px;
  align-items:center!important;
}
.phox-service-scene{
  position:relative!important;
  width:100%!important;
  min-height:240px!important;
  border:1px solid rgba(115,167,239,.18)!important;
  border-radius:24px!important;
  overflow:hidden!important;
  background:
    linear-gradient(90deg,rgba(3,22,54,.15),rgba(3,22,54,.72)),
    url("../img/brand/phox-reference-fox.webp") center/cover no-repeat!important;
  box-shadow:0 28px 65px rgba(0,0,0,.18)!important;
}
.phox-service-scene:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,rgba(16,101,255,.04),rgba(16,101,255,.25));
}
.phox-service-scene>img{
  position:absolute!important;
  right:24px!important;
  bottom:22px!important;
  z-index:3!important;
  width:76px!important;
  height:76px!important;
  padding:17px!important;
  object-fit:contain!important;
  border-radius:18px!important;
  background:rgba(242,248,255,.96)!important;
  box-shadow:0 18px 38px rgba(0,0,0,.20)!important;
}
html[dir="rtl"] .phox-service-scene>img{right:auto!important;left:24px!important}
.phox-scene-label{
  position:absolute;
  left:22px;
  bottom:22px;
  z-index:3;
  color:#B7D4FB;
  font-size:10px;
  font-weight:900;
  letter-spacing:.15em;
}
html[dir="rtl"] .phox-scene-label{left:auto;right:22px}
.phox-watermark-legacy{display:none!important}

/* ---------- Generic internal heroes ---------- */
.phox-generic-hero-container{
  position:relative!important;
  min-height:285px;
  display:flex!important;
  flex-direction:column;
  justify-content:center;
  padding-right:min(42vw,540px)!important;
}
html[dir="rtl"] .phox-generic-hero-container{
  padding-right:0!important;
  padding-left:min(42vw,540px)!important;
}
.phox-generic-art{
  position:absolute;
  right:-40px;
  top:50%;
  transform:translateY(-50%);
  width:min(47vw,620px);
  opacity:.73;
  pointer-events:none;
}
html[dir="rtl"] .phox-generic-art{right:auto;left:-40px}
.phox-generic-art img{
  display:block;
  width:100%;
  height:auto;
  mask-image:linear-gradient(90deg,transparent 0,#000 18%,#000 100%);
}
html[dir="rtl"] .phox-generic-art img{
  mask-image:linear-gradient(270deg,transparent 0,#000 18%,#000 100%);
}

/* ---------- Partner hero ---------- */
.phox-system-partner-hero{
  padding-top:68px!important;
  padding-bottom:68px!important;
}
.phox-system-partner-hero .partner-hero-grid{
  min-height:430px;
  align-items:center!important;
}
.phox-partner-reference{
  width:114%;
  max-width:760px;
  margin-right:-72px;
}
html[dir="rtl"] .phox-partner-reference{margin-right:0;margin-left:-72px}
.phox-partner-reference img{
  display:block;
  width:100%;
  height:auto;
  mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 100%);
}
html[dir="rtl"] .phox-partner-reference img{
  mask-image:linear-gradient(270deg,transparent 0,#000 8%,#000 100%);
}
.phox-system-partner-hero .partner-disclosure{
  border-color:#347DE8!important;
  background:rgba(6,34,79,.62)!important;
  color:#AFC5DF!important;
}

/* ---------- Article hero ---------- */
.phox-system-article-hero .article-brand-card{
  background:rgba(255,255,255,.055)!important;
  border-color:rgba(255,255,255,.15)!important;
  box-shadow:none!important;
}
.phox-system-article-hero .article-brand-card strong{color:#fff!important}
.phox-system-article-hero .article-brand-card p{color:#AFC3DD!important}
.phox-system-article-hero .article-meta{color:#8EA7C5!important}

/* ---------- PHOX DNA signature ---------- */
.phox-dna-band{
  background:#031633;
  color:#fff;
  border-top:1px solid rgba(255,255,255,.05);
  border-bottom:1px solid rgba(255,255,255,.07);
  padding:17px 0;
}
.phox-dna-grid{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.phox-dna-name{display:flex;align-items:center;gap:12px}
.phox-dna-name img{
  width:43px;height:37px;object-fit:contain;
  filter:brightness(0) invert(1);
  opacity:.76;
}
.phox-dna-name span{
  display:block;
  color:#2E83FF;
  font-size:9px;
  font-weight:900;
  letter-spacing:.18em;
}
.phox-dna-name strong{
  display:block;
  margin-top:3px;
  font-size:13px;
  color:#D6E4F6;
}
.phox-dna-pill{
  display:flex;
  align-items:center;
  gap:10px;
  color:#9BB5D4;
  font-size:9px;
  font-weight:850;
  letter-spacing:.12em;
}
.phox-dna-pill b{font-size:27px;color:#176CFF}

/* ---------- Section continuity: small PHOX signature on major headings ---------- */
.section-head .eyebrow{letter-spacing:.1em}
.phox-system-hero + .phox-dna-band + .section,
.phox-system-hero + .phox-dna-band + .section.alt{
  position:relative;
}

/* ---------- Responsive ---------- */
@media(max-width:1100px){
  html[dir="rtl"] .phox-ar-reference-hero .phox-hero-grid{
    grid-template-columns:1fr!important;
  }
  html[dir="rtl"] .phox-ar-reference-hero .phox-hero-copy,
  html[dir="rtl"] .phox-ar-reference-hero .phox-hero-visual{
    grid-column:1!important;
  }
  html[dir="rtl"] .phox-ar-reference-hero .phox-hero-copy{grid-row:1!important}
  html[dir="rtl"] .phox-ar-reference-hero .phox-hero-visual{grid-row:2!important}
  html[dir="rtl"] .phox-ar-reference-hero .phox-reference-frame{
    width:min(100%,760px)!important;
    margin:0 auto!important;
  }

  .phox-generic-hero-container,
  html[dir="rtl"] .phox-generic-hero-container{
    padding-right:0!important;
    padding-left:0!important;
    min-height:320px;
  }
  .phox-generic-art{
    opacity:.20;
    width:70%;
    right:-10%;
  }
  html[dir="rtl"] .phox-generic-art{right:auto;left:-10%}
  .phox-service-scene{min-height:210px!important}
  .phox-partner-reference,
  html[dir="rtl"] .phox-partner-reference{
    width:min(100%,720px);
    margin:0 auto!important;
  }
}
@media(max-width:700px){
  html[dir="rtl"] .phox-ar-reference-hero .phox-reference-heading{
    white-space:normal!important;
    font-size:52px!important;
  }
  .phox-system-grid{min-height:0}
  .phox-service-scene{min-height:190px!important}
  .phox-generic-art{width:100%;opacity:.14;right:-35%}
  html[dir="rtl"] .phox-generic-art{right:auto;left:-35%}
  .phox-dna-grid{flex-direction:column;align-items:flex-start}
  .phox-dna-pill{align-self:flex-end}
}
