/*
Theme Name: Online Radio Hosting
Theme URI: https://onlineradiohosting.com/
Author: Online Radio Hosting
Description: Modern hosting theme for Online Radio Hosting featuring radio streaming, cloud servers, private hosting, infrastructure services, and a built-in services chatbot.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: online-radio-hosting
*/

:root {
  --orh-bg: #04111f;
  --orh-bg-2: #071c31;
  --orh-card: rgba(6, 23, 39, .86);
  --orh-blue: #168cff;
  --orh-cyan: #30c8ff;
  --orh-white: #f7fbff;
  --orh-muted: #a8bed0;
  --orh-border: rgba(112, 180, 230, .18);
  --orh-shadow: 0 24px 60px rgba(0,0,0,.28);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: #f5f8fb; color: #102235; }
a { color: inherit; }
.orh-wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.orh-hero { min-height: 760px; color: var(--orh-white); position: relative; overflow: hidden; background: linear-gradient(90deg, rgba(2,10,18,.96) 0%, rgba(2,12,22,.80) 42%, rgba(2,12,22,.42) 72%, rgba(2,12,22,.68) 100%), url('assets/images/hosting-hero.png') center/cover no-repeat; }
.orh-hero:after { content:""; position:absolute; inset:auto 0 0; height:220px; background:linear-gradient(180deg,transparent,rgba(2,10,18,.92)); pointer-events:none; }
.orh-header { position:relative; z-index:4; display:flex; align-items:center; justify-content:space-between; min-height:88px; border-bottom:1px solid rgba(255,255,255,.08); }
.orh-brand { display:flex; align-items:center; gap:14px; text-decoration:none; font-weight:800; font-size:22px; }
.orh-logo-mark { width:46px; height:46px; border:2px solid var(--orh-cyan); border-radius:16px; display:grid; place-items:center; box-shadow:0 0 24px rgba(48,200,255,.25); }
.orh-logo-mark span { display:block; width:22px; height:18px; background:linear-gradient(90deg,var(--orh-cyan),var(--orh-blue)); border-radius:10px 10px 4px 4px; position:relative; }
.orh-logo-mark span:after { content:""; position:absolute; left:4px; right:4px; bottom:-8px; height:12px; background:repeating-linear-gradient(90deg,#36ccff 0 3px,transparent 3px 6px); }
.orh-brand small { display:block; font-size:10px; letter-spacing:.19em; color:#b9d8ea; margin-top:3px; font-weight:600; }
.orh-nav { display:flex; align-items:center; gap:26px; font-size:14px; }
.orh-nav a { text-decoration:none; color:#dcebf7; }
.orh-nav a:hover { color:#fff; }
.orh-email { padding:13px 17px; border-radius:12px; background:linear-gradient(135deg,var(--orh-blue),#0073dd); color:#fff !important; font-weight:700; box-shadow:0 10px 30px rgba(0,118,225,.25); }
.orh-hero-content { position:relative; z-index:3; padding:118px 0 84px; max-width:780px; }
.orh-kicker { color:#5dd8ff; text-transform:uppercase; letter-spacing:.28em; font-size:12px; font-weight:800; }
.orh-hero h1 { font-size:clamp(48px,7vw,88px); line-height:.96; letter-spacing:-.045em; margin:22px 0 18px; max-width:760px; }
.orh-hero h1 span { color:#42b8ff; }
.orh-tagline { font-size:clamp(22px,2.6vw,34px); font-weight:750; margin:0 0 22px; }
.orh-lead { max-width:700px; color:#d4e3ef; font-size:18px; line-height:1.72; }
.orh-actions { display:flex; flex-wrap:wrap; gap:14px; margin-top:32px; }
.orh-btn { display:inline-flex; align-items:center; justify-content:center; min-height:52px; padding:0 22px; border-radius:12px; text-decoration:none; font-weight:800; border:1px solid rgba(255,255,255,.24); }
.orh-btn-primary { background:linear-gradient(135deg,var(--orh-blue),#0075e5); border-color:transparent; box-shadow:0 14px 34px rgba(0,119,230,.28); }
.orh-btn-ghost { background:rgba(3,16,28,.45); backdrop-filter:blur(10px); }
.orh-trust { position:relative; z-index:3; display:grid; grid-template-columns:repeat(5,1fr); gap:14px; padding:28px 0 38px; }
.orh-trust-item { border:1px solid rgba(255,255,255,.09); background:rgba(3,15,27,.48); backdrop-filter:blur(12px); border-radius:16px; padding:18px; }
.orh-trust-item strong { display:block; margin-bottom:6px; }
.orh-trust-item span { color:#b9cbd8; font-size:13px; }
.orh-section { padding:92px 0; }
.orh-section-white { background:#fff; }
.orh-section-dark { background:linear-gradient(180deg,#071625,#03101c); color:#f5fbff; }
.orh-section-head { max-width:760px; margin-bottom:42px; }
.orh-section-head .eyebrow { color:#118ae8; text-transform:uppercase; letter-spacing:.22em; font-size:12px; font-weight:800; }
.orh-section-head h2 { font-size:clamp(34px,5vw,56px); line-height:1.06; letter-spacing:-.03em; margin:12px 0 16px; }
.orh-section-head p { color:#607487; font-size:18px; line-height:1.68; }
.orh-section-dark .orh-section-head p { color:#a8bfd0; }
.orh-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.orh-card { padding:28px; border-radius:20px; background:#fff; border:1px solid #e4ecf2; box-shadow:0 14px 40px rgba(25,61,89,.07); }
.orh-card .icon { width:54px; height:54px; display:grid; place-items:center; border-radius:16px; background:#e9f6ff; color:#0789ed; font-size:26px; margin-bottom:20px; }
.orh-card h3 { margin:0 0 12px; font-size:22px; }
.orh-card p { margin:0; line-height:1.65; color:#607487; }
.orh-private { display:grid; grid-template-columns:1.15fr .85fr; gap:42px; align-items:center; }
.orh-private-panel { min-height:420px; border-radius:26px; background:linear-gradient(145deg,rgba(6,19,34,.75),rgba(6,19,34,.94)), url('assets/images/hosting-hero.png') center/cover no-repeat; border:1px solid rgba(255,255,255,.08); box-shadow:var(--orh-shadow); padding:34px; display:flex; align-items:flex-end; }
.orh-private-panel div { background:rgba(2,12,22,.72); backdrop-filter:blur(12px); border:1px solid rgba(255,255,255,.08); border-radius:18px; padding:22px; }
.orh-private-panel strong { font-size:28px; }
.orh-list { display:grid; gap:14px; padding:0; list-style:none; margin:28px 0 0; }
.orh-list li { padding:14px 16px; border:1px solid rgba(255,255,255,.09); border-radius:14px; color:#cfe0ec; background:rgba(255,255,255,.025); }
.orh-cta { background:linear-gradient(135deg,#0789ee,#0a5fc0); color:#fff; border-radius:28px; padding:46px; display:flex; align-items:center; justify-content:space-between; gap:28px; box-shadow:0 30px 70px rgba(7,102,195,.2); }
.orh-cta h2 { margin:0 0 10px; font-size:36px; }
.orh-cta p { margin:0; color:#d8edff; }
.orh-footer { background:#020b13; color:#9fb4c3; padding:34px 0; }
.orh-footer-inner { display:flex; justify-content:space-between; gap:20px; align-items:center; }
.orh-footer a { color:#d8ecfa; text-decoration:none; }

/* chatbot */
.orh-chat-toggle { position:fixed; right:24px; bottom:24px; z-index:9998; width:62px; height:62px; border-radius:50%; border:0; cursor:pointer; background:linear-gradient(135deg,#1599ff,#006bd6); color:#fff; font-size:27px; box-shadow:0 18px 42px rgba(0,99,198,.34); }
.orh-chat { position:fixed; right:24px; bottom:98px; width:min(380px,calc(100vw - 30px)); z-index:9999; border-radius:20px; overflow:hidden; background:#fff; box-shadow:0 30px 80px rgba(0,0,0,.28); display:none; border:1px solid #dce8f0; }
.orh-chat.open { display:block; }
.orh-chat-head { background:linear-gradient(135deg,#08233c,#0a5da8); color:#fff; padding:18px; display:flex; justify-content:space-between; align-items:center; }
.orh-chat-head strong { display:block; }
.orh-chat-head span { font-size:12px; color:#cfe9fb; }
.orh-chat-close { border:0; background:transparent; color:#fff; font-size:22px; cursor:pointer; }
.orh-chat-log { padding:16px; height:320px; overflow:auto; background:#f6f9fc; display:flex; flex-direction:column; gap:10px; }
.orh-bubble { max-width:88%; padding:12px 14px; border-radius:15px; font-size:14px; line-height:1.5; }
.orh-bot { background:#fff; border:1px solid #dce8f0; color:#183247; align-self:flex-start; }
.orh-user { background:#0a85e8; color:#fff; align-self:flex-end; }
.orh-suggestions { padding:0 16px 14px; display:flex; flex-wrap:wrap; gap:8px; background:#f6f9fc; }
.orh-suggestions button { border:1px solid #b9daf2; background:#fff; color:#086cb9; border-radius:999px; padding:8px 10px; cursor:pointer; font-size:12px; }
.orh-chat-form { display:flex; gap:8px; padding:12px; border-top:1px solid #e3edf4; }
.orh-chat-form input { flex:1; border:1px solid #cfdce6; border-radius:12px; padding:11px 12px; outline:none; }
.orh-chat-form button { border:0; border-radius:12px; padding:0 14px; background:#0789ee; color:#fff; cursor:pointer; font-weight:800; }

@media (max-width:900px) {
  .orh-nav a:not(.orh-email) { display:none; }
  .orh-hero { min-height:700px; }
  .orh-trust { grid-template-columns:repeat(2,1fr); }
  .orh-grid { grid-template-columns:1fr; }
  .orh-private { grid-template-columns:1fr; }
  .orh-cta { align-items:flex-start; flex-direction:column; }
}
@media (max-width:560px) {
  .orh-wrap { width:min(100% - 24px,1180px); }
  .orh-brand { font-size:16px; }
  .orh-brand small { display:none; }
  .orh-email { padding:10px 11px; font-size:12px; }
  .orh-hero-content { padding-top:84px; }
  .orh-hero h1 { font-size:48px; }
  .orh-trust { grid-template-columns:1fr; }
  .orh-section { padding:68px 0; }
  .orh-cta { padding:30px 24px; }
  .orh-footer-inner { flex-direction:column; align-items:flex-start; }
  .orh-chat-toggle { right:14px; bottom:14px; }
  .orh-chat { right:15px; bottom:88px; }
}
