/*
  =========================================================
  نبض سيرف — نسخة HTML مستقلة
  التصميم: شريط النبض | Teal + Dark Teal + Ivory
  الهوية: شعار السداسي الهندسي المفتوح
  =========================================================
*/

@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;800&family=Noto+Sans+Arabic:wght@400;500;600;700&display=swap');

:root {
  /* هوية الشعار: Teal gradient من الفاتح إلى الغامق */
  --teal: #29a6a0;
  --teal-dark: #3f4a49;
  --teal-mid: #2b9e99;
  --teal-light: #27afa9;
  --teal-deep: #1a2e2d;
  --teal-pale: #e0f2f1;

  /* ألوان مساعدة */
  --paper: #f7f5f0;
  --white: #fffdf9;
  --line: rgba(63, 74, 73, 0.15);
  --muted: #5f6e6c;
  --ease: cubic-bezier(0.23, 1, 0.32, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Noto Sans Arabic', sans-serif; background: var(--paper); color: var(--teal-dark); min-width: 320px; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; }
img { display: block; max-width: 100%; }

.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section-pad { position: relative; padding-block: 112px; }
.section-pad:not(.section-ink):not(.contact-section)::after { content: ""; position: absolute; top: 30px; right: calc(50% - 80px); width: 160px; height: 14px; opacity: .28; background: var(--teal); clip-path: polygon(0 48%,20% 48%,27% 8%,36% 92%,45% 48%,100% 48%,100% 56%,47% 56%,36% 100%,27% 20%,21% 56%,0 56%); pointer-events: none; }

/* ===== Top Strip ===== */
.top-strip { background: var(--teal-deep); color: rgba(255,255,255,.68); font-size: 12px; }
.top-strip-inner { min-height: 34px; display: flex; justify-content: space-between; align-items: center; }
.top-strip a { color: #fff; direction: ltr; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-left: 7px; background: var(--teal-light); border-radius: 50%; box-shadow: 0 0 0 4px rgba(39,175,169,.13); }

/* ===== Header ===== */
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(247,245,240,.92); border-bottom: 1px solid rgba(63,74,73,.09); backdrop-filter: blur(18px); }
.nav-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--teal-dark); }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; overflow: hidden; }
.brand-mark img { width: 44px; height: 44px; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy strong { font-family: 'Tajawal', sans-serif; font-size: 19px; font-weight: 800; letter-spacing: -.055em; color: var(--teal-dark); }
.brand-copy small { color: #7a8a88; font-size: 9px; margin-top: 3px; }
.main-nav { display: flex; align-items: center; gap: 30px; margin-right: auto; }
.main-nav a { color: #5a6e6b; font-size: 13px; transition: color .2s ease; }
.main-nav a:hover { color: var(--teal); }
.main-nav a.active { color: var(--teal); font-weight: 700; }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.nav-cta { border: 0; display: inline-flex; align-items: center; gap: 10px; font-family: inherit; font-size: 13px; font-weight: 700; background: var(--teal-dark); color: white; border-radius: 4px; padding: 12px 17px; transition: transform .16s var(--ease), background .2s ease; }
.nav-cta:hover { background: var(--teal); transform: translateY(-2px); }
.icon-button { display: none; place-items: center; width: 40px; height: 40px; border: 1px solid var(--line); background: transparent; color: var(--teal-dark); border-radius: 5px; }

/* ===== Hero ===== */
.hero-section { min-height: 690px; position: relative; display: flex; align-items: center; isolation: isolate; background: var(--teal-deep); color: #fff; }
.hero-image { position: absolute; inset: 0; z-index: -3; background-size: cover; background-position: center; opacity: .55; }
.hero-section::after { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(26,46,45,.96) 0%, rgba(26,46,45,.82) 43%, rgba(26,46,45,.25) 100%); }
.hero-grid { position: absolute; inset: 0; z-index: -1; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, black, transparent 78%); }
.hero-content { padding-block: 100px 112px; }
.hero-kicker { color: #8fd4cf; font-size: 11px; font-weight: 700; letter-spacing: .05em; display: flex; align-items: center; gap: 10px; }
.hero-content h1 { max-width: 720px; margin: 22px 0 20px; font-family: 'Tajawal', sans-serif; font-size: clamp(49px, 7.5vw, 95px); font-weight: 800; line-height: 1.03; letter-spacing: -.075em; }
.hero-content h1 em { color: var(--teal-light); font-style: normal; }
.hero-lead { max-width: 475px; color: rgba(255,255,255,.74); font-size: 17px; line-height: 2; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 34px; }
.hero-proof { display: flex; gap: 35px; margin-top: 72px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.2); width: min(550px, 100%); }
.hero-proof div { display: flex; flex-direction: column; gap: 4px; }
.hero-proof strong { font-family: 'Tajawal'; font-size: 20px; }
.hero-proof span { color: rgba(255,255,255,.52); font-size: 10px; }
.hero-side-note { position: absolute; left: 38px; bottom: 45px; display: flex; align-items: center; gap: 16px; color: rgba(255,255,255,.5); font-size: 10px; transform: rotate(-90deg); transform-origin: left bottom; }
.vertical-line { width: 50px; height: 1px; background: var(--teal); }

/* ===== Buttons & Links ===== */
.button { border: 0; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-family: inherit; font-size: 13px; font-weight: 700; padding: 14px 20px; border-radius: 3px; transition: transform .16s var(--ease), background .2s ease, color .2s ease; }
.button:active { transform: scale(.97); }
.button-primary { background: var(--teal); color: #fff; }
.button-primary:hover { background: var(--teal-light); transform: translateY(-2px); }
.button-outline { background: transparent; color: var(--teal-dark); border: 1px solid rgba(63,74,73,.25); }
.button-outline:hover { border-color: var(--teal); color: var(--teal); }
.button-light { background: #fff; color: var(--teal-dark); }
.button-light:hover { background: var(--teal); color: #fff; transform: translateY(-2px); }
.button.full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--teal); font-size: 13px; font-weight: 700; transition: gap .2s ease, color .2s ease; }
.text-link:hover { gap: 15px; color: var(--teal-light); }
.text-link.light { color: #fff; }

/* ===== Eyebrow & Headings ===== */
.eyebrow { color: var(--teal); font-size: 11px; font-weight: 700; letter-spacing: .05em; display: flex; align-items: center; gap: 10px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 52px; }
.section-heading h2, .statement-main h2, .split-heading h2, .feature-copy h2, .security-copy h2, .identity-grid h2, .process-section h2, .faq-grid h2, .contact-inner h2, .service-overview h2, .pricing-heading h2, .service-steps h2, .service-faq h2, .service-cta h2, .hosting-intro h2 { margin: 16px 0 0; font-family: 'Tajawal', sans-serif; font-size: clamp(38px, 4.5vw, 65px); font-weight: 800; line-height: 1.08; letter-spacing: -.07em; }
.section-heading h2 span, .statement-main h2 span, .split-heading h2 span, .feature-copy h2 span, .security-copy h2 span, .identity-grid h2 span, .process-section h2 span, .faq-grid h2 span, .contact-inner h2 span, .service-overview h2 span, .pricing-heading h2 span, .service-steps h2 span, .service-faq h2 span, .service-cta h2 span, .hosting-intro h2 span { color: var(--teal); }
.section-heading.on-dark h2 { color: #fff; }
.section-heading.on-dark h2 span { color: var(--teal-light); }
.section-index { color: var(--teal); font-family: 'Tajawal'; font-size: 12px; font-weight: 700; }
.heading-aside { display: flex; gap: 26px; align-items: flex-start; width: 330px; color: rgba(255,255,255,.56); font-size: 13px; line-height: 1.9; }
.split-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 50px; margin-bottom: 52px; }
.split-description { max-width: 370px; color: #687d7a; font-size: 14px; line-height: 2; }
.light-blue { color: #8fd4cf; }

/* ===== Statement Section ===== */
.statement-grid { display: grid; grid-template-columns: 80px minmax(0,1fr) 300px; gap: 40px; align-items: start; }
.statement-copy { padding-top: 32px; color: #667d7a; font-size: 14px; line-height: 2.1; }
.statement-copy p { margin-bottom: 23px; }
.pulse-divider { margin-top: 88px; display: flex; align-items: center; justify-content: space-between; color: #8a9a97; font-size: 10px; }
.pulse-line { display: flex; align-items: center; height: 18px; width: 92px; gap: 5px; }
.pulse-line i { display: block; width: 16px; height: 1px; background: currentColor; transform: rotate(-25deg); }
.pulse-line i:nth-child(2) { width: 10px; transform: rotate(35deg); }
.pulse-line i:nth-child(3) { width: 22px; height: 2px; background: var(--teal); transform: rotate(-48deg); }
.pulse-line i:nth-child(4) { width: 11px; transform: rotate(35deg); }
.pulse-line i:nth-child(5) { width: 20px; }
.pulse-line.mini { width: 52px; height: 10px; }
.pulse-line.mini::after { content: ""; display: block; width: 34px; height: 1px; background: var(--teal); transform: rotate(-27deg); }
.pulse-divider .pulse-line { color: var(--teal); flex: 1; justify-content: center; margin-inline: 35px; }

/* ===== Services Section ===== */
.section-ink { background: var(--teal-deep); color: #fff; position: relative; }
.section-ink::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: radial-gradient(rgba(255,255,255,.32) 1px, transparent 1px); background-size: 18px 18px; mask-image: linear-gradient(90deg, transparent, black 30%, transparent); }
.section-ink .container { position: relative; }
.services-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.14); }
.service-card { position: relative; min-height: 290px; padding: 26px 25px; color: #fff; background: rgba(26,46,45,.88); transition: background .25s ease, transform .25s var(--ease); overflow: hidden; }
.service-card:hover { z-index: 2; background: #2b5a57; transform: translateY(-7px); }
.service-card::after { content: ""; position: absolute; right: 25px; top: 78px; width: 96px; height: 14px; opacity: .35; background: var(--teal); clip-path: polygon(0 46%,30% 46%,42% 0,55% 100%,65% 46%,100% 46%,100% 58%,66% 58%,55% 100%,42% 18%,31% 58%,0 58%); transition: transform .3s var(--ease), opacity .25s ease; }
.service-card:hover::after { opacity: .8; transform: translateX(-10px); }
.service-top { display: flex; justify-content: space-between; color: var(--teal-light); font-family: 'Tajawal'; font-size: 13px; }
.service-card h3 { margin: 68px 0 12px; font-family: 'Tajawal'; font-size: 24px; letter-spacing: -.045em; }
.service-card p { color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.9; }
.service-arrow { position: absolute; bottom: 24px; left: 24px; color: rgba(255,255,255,.58); }

/* ===== Plans / Pricing ===== */
.plans-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; align-items: stretch; }
.plan-card { position: relative; background: var(--white); padding: 30px 28px 27px; border: 1px solid transparent; display: flex; flex-direction: column; min-height: 450px; transition: transform .25s var(--ease), box-shadow .25s ease, border-color .25s ease; }
.plan-card:hover { border-color: rgba(41,166,160,.2); box-shadow: 0 18px 42px rgba(26,46,45,.08); transform: translateY(-6px); }
.plan-card.featured { background: var(--teal-dark); color: #fff; border-color: var(--teal-dark); transform: translateY(-12px); box-shadow: 0 22px 50px rgba(26,46,45,.2); }
.plan-card.featured:hover { transform: translateY(-18px); }
.plan-badge { position: absolute; top: 0; left: 0; background: var(--teal); padding: 8px 13px; color: #fff; font-size: 10px; font-weight: 700; }
.plan-label { color: var(--teal); font-size: 11px; }
.plan-card h3 { margin-top: 18px; font-family: 'Tajawal'; font-size: 24px; letter-spacing: -.05em; }
.plan-price { margin-top: 13px; font-family: 'Tajawal'; font-size: 16px; font-weight: 700; color: var(--teal); }
.featured .plan-price { color: #8fd4cf; }
.plan-rule { height: 1px; background: var(--line); margin: 27px 0 20px; }
.featured .plan-rule { background: rgba(255,255,255,.15); }
.plan-card ul { display: grid; gap: 13px; color: #667d7a; font-size: 12px; flex: 1; margin-bottom: 24px; }
.featured ul { color: rgba(255,255,255,.67); }
.plan-card li { display: flex; align-items: center; gap: 9px; }
.plan-card li svg { color: var(--teal); flex-shrink: 0; }

/* ===== Feature Section ===== */
.feature-grid, .security-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 100px; align-items: center; }
.image-frame { position: relative; overflow: hidden; }
.image-frame img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.image-frame:hover img { transform: scale(1.04); }
.feature-image { height: 505px; border: 1px solid rgba(63,74,73,.1); box-shadow: 20px 20px 0 rgba(41,166,160,.12); }
.feature-image img, .security-visual img { filter: saturate(.86) contrast(1.03); }
.image-stamp { position: absolute; bottom: 20px; right: 20px; background: var(--teal); color: #fff; padding: 12px 15px; font-family: 'Tajawal'; font-size: 10px; font-weight: 700; line-height: 1.6; }
.feature-copy > p:not(.eyebrow), .security-copy > p:not(.eyebrow) { color: #667d7a; font-size: 14px; line-height: 2.1; max-width: 430px; margin: 28px 0; }
.feature-points { display: grid; gap: 13px; margin: 27px 0 29px; }
.feature-points span { display: flex; align-items: center; gap: 10px; font-size: 12px; color: var(--teal-dark); font-weight: 600; }
.feature-points svg { color: var(--teal); }

/* ===== Security Section ===== */
.security-section { background: #eef5f4; }
.security-visual { height: 475px; }
.security-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(130deg, rgba(26,46,45,.05), rgba(26,46,45,.38)); }
.floating-note { position: absolute; z-index: 1; bottom: 24px; right: 24px; padding: 17px 20px; background: rgba(255,253,249,.94); color: var(--teal-dark); font-size: 12px; font-weight: 700; box-shadow: 0 14px 30px rgba(26,46,45,.16); }
.floating-note small { display: block; color: #778a87; font-size: 10px; font-weight: 400; margin-top: 4px; }
.security-stats { display: flex; gap: 24px; margin: 30px 0; }
.security-stats div { display: grid; grid-template-columns: auto 1fr; column-gap: 8px; align-items: center; color: var(--teal); }
.security-stats svg { grid-row: span 2; color: var(--teal); }
.security-stats strong { font-family: 'Tajawal'; font-size: 16px; }
.security-stats span { color: #768a87; font-size: 9px; }

/* ===== Identity Section ===== */
.identity-section { background: var(--teal); color: #fff; }
.identity-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 90px; }
.identity-grid h2 { font-size: clamp(48px, 6vw, 84px); }
.identity-grid h2 span { color: #a8e6e2; }
.identity-grid > div:last-child { max-width: 395px; color: rgba(255,255,255,.72); font-size: 14px; line-height: 2; }

/* ===== Process Section ===== */
.process-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.process-step { position: relative; min-height: 245px; padding: 30px 28px 22px 0; border-left: 1px solid var(--line); }
.process-step:first-child { border-left: 0; }
.process-step > span { color: var(--teal); font-family: 'Tajawal'; font-size: 12px; }
.process-step > svg { display: block; margin-top: 31px; color: var(--teal); }
.process-step h3 { margin: 17px 0 9px; font-family: 'Tajawal'; font-size: 24px; }
.process-step p { max-width: 230px; color: #728a87; font-size: 12px; line-height: 1.9; }

/* ===== Articles / Knowledge ===== */
.section-paper { background: #ebe8e0; }
.articles-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.article-card { background: var(--white); min-height: 255px; padding: 24px; position: relative; transition: transform .25s var(--ease), box-shadow .25s ease; }
.article-card:hover { transform: translateY(-6px); box-shadow: 0 16px 35px rgba(26,46,45,.1); }
.article-number { color: #c4c8c0; font-family: 'Tajawal'; font-size: 28px; font-weight: 800; letter-spacing: -.08em; }
.article-card > p { margin: 58px 0 13px; color: var(--teal); font-size: 11px; font-weight: 700; }
.article-card h3 { max-width: 260px; font-family: 'Tajawal'; font-size: 20px; line-height: 1.55; letter-spacing: -.045em; }
.article-card > span { position: absolute; bottom: 24px; right: 24px; display: flex; gap: 7px; align-items: center; color: #748a87; font-size: 10px; }

/* ===== FAQ ===== */
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.faq-intro { max-width: 230px; margin: 25px 0; color: #738a87; font-size: 13px; line-height: 2; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px 0; border: 0; background: none; text-align: right; color: var(--teal-dark); font-family: inherit; font-size: 14px; font-weight: 700; }
.faq-item button svg { color: var(--teal); transition: transform .2s ease; }
.faq-item.is-open button svg { transform: rotate(180deg); }
.faq-item .faq-answer { display: none; margin: -4px 35px 23px 0; color: #768a87; font-size: 12px; line-height: 1.9; max-width: 560px; }
.faq-item.is-open .faq-answer { display: block; }

/* ===== Contact CTA ===== */
.contact-section { background: var(--teal-deep); color: #fff; padding-block: 90px; position: relative; }
.contact-section::before { content: ""; position: absolute; top: 25%; left: 0; width: 42%; height: 1px; background: var(--teal); opacity: .65; }
.contact-inner { display: flex; justify-content: space-between; align-items: end; gap: 50px; }
.contact-inner h2 { font-size: clamp(46px, 6vw, 80px); }
.contact-inner h2 span { color: var(--teal-light); }
.contact-actions { max-width: 320px; }
.contact-actions p { color: rgba(255,255,255,.6); font-size: 13px; line-height: 2; margin-bottom: 23px; }

/* ===== Footer ===== */
.site-footer { background: #0d1f1e; color: #fff; padding-top: 70px; }
.footer-grid { display: grid; grid-template-columns: 1.45fr .75fr .75fr 1fr; gap: 45px; padding-bottom: 60px; }
.footer-brand .brand { color: #fff; }
.footer-brand .brand-mark { width: 50px; height: 50px; }
.footer-brand .brand-mark img { width: 50px; height: 50px; }
.footer-brand p { max-width: 220px; margin-top: 20px; color: rgba(255,255,255,.47); font-size: 12px; line-height: 1.9; }
.site-footer h4 { margin-bottom: 18px; color: #fff; font-family: 'Tajawal'; font-size: 13px; }
.site-footer > .container > div:not(.footer-brand) a { display: block; margin-bottom: 12px; color: rgba(255,255,255,.52); font-size: 11px; transition: color .2s ease; }
.site-footer > .container > div:not(.footer-brand) a:hover { color: var(--teal-light); }
.domain-input { display: flex; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.04); }
.domain-input input { min-width: 0; flex: 1; padding: 12px; border: 0; outline: 0; background: transparent; color: #fff; font-family: inherit; font-size: 11px; direction: ltr; text-align: left; }
.domain-input input::placeholder { color: rgba(255,255,255,.35); }
.domain-input button { width: 42px; border: 0; background: var(--teal); color: #fff; }
.footer-domain small { display: block; margin-top: 11px; color: rgba(255,255,255,.35); font-size: 9px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); padding-block: 18px; color: rgba(255,255,255,.35); font-size: 9px; }

/* ===== Service Subpages ===== */
.service-hero { position: relative; min-height: 560px; display: flex; align-items: center; background: var(--teal-deep); color: #fff; isolation: isolate; }
.service-hero-image { position: absolute; inset: 0; z-index: -3; background-size: cover; background-position: center; opacity: .4; }
.service-hero-overlay { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(26,46,45,.97) 10%, rgba(26,46,45,.72) 52%, rgba(26,46,45,.25)); }
.service-hero-content { padding-block: 88px; position: relative; }
.service-breadcrumb { display: inline-flex; gap: 8px; align-items: center; color: rgba(255,255,255,.48); font-size: 10px; margin-bottom: 28px; }
.service-breadcrumb svg { color: var(--teal-light); transform: rotate(180deg); }
.service-hero h1 { max-width: 620px; margin: 17px 0 20px; font-family: 'Tajawal'; font-size: clamp(48px, 7vw, 86px); font-weight: 800; line-height: 1.03; letter-spacing: -.075em; }
.service-hero h1 em { font-style: normal; }
.service-hero h1 .highlight { color: var(--teal-light); }
.service-hero-content > p { max-width: 470px; color: rgba(255,255,255,.7); font-size: 15px; line-height: 2; margin: 0 0 30px; }
.service-hero-stamp { position: absolute; left: 42px; bottom: 42px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(14px); padding: 17px 19px; color: #fff; font-family: 'Tajawal'; font-size: 11px; letter-spacing: .05em; }
.service-hero-stamp span { display: block; margin-top: 6px; color: var(--teal-light); font-size: 9px; }

.service-overview-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; }
.service-benefits { display: grid; gap: 14px; align-content: start; padding-top: 18px; }
.service-benefits div { display: flex; align-items: center; gap: 12px; padding: 17px 18px; background: var(--white); border: 1px solid var(--line); color: #47605d; font-size: 13px; font-weight: 600; }
.service-benefits svg { color: var(--teal); flex-shrink: 0; }

.service-steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(63,74,73,.14); }
.service-steps-grid article { min-height: 250px; background: var(--paper); padding: 27px; }
.service-steps-grid article > span { color: var(--teal); font-family: 'Tajawal'; font-size: 28px; font-weight: 800; letter-spacing: -.08em; }
.service-steps-grid svg { display: block; margin-top: 36px; color: var(--teal); }
.service-steps-grid h3 { margin: 17px 0 9px; font-family: 'Tajawal'; font-size: 22px; }
.service-steps-grid p { color: #6f8a87; font-size: 12px; line-height: 1.9; max-width: 250px; }

.service-faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.service-faq-grid > div > p { color: #738a87; font-size: 13px; line-height: 2; margin: 24px 0; max-width: 250px; }
.service-faq details { border-bottom: 1px solid var(--line); }
.service-faq details:first-child { border-top: 1px solid var(--line); }
.service-faq summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 22px 0; cursor: pointer; color: var(--teal-dark); font-size: 14px; font-weight: 700; }
.service-faq summary::-webkit-details-marker { display: none; }
.service-faq summary svg { color: var(--teal); flex-shrink: 0; }
.service-faq details p { margin: -4px 0 22px; color: #758a87; font-size: 12px; line-height: 1.9; }

.service-cta { background: var(--teal-deep); color: #fff; padding-block: 76px; }
.service-cta-inner { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.service-cta h2 { font-size: clamp(42px, 5vw, 70px); }
.service-cta h2 span { color: var(--teal-light); }

/* ===== Hosting Page ===== */
.hosting-intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; }
.hosting-intro-copy > p { color: #667d7a; font-size: 14px; line-height: 2.1; max-width: 480px; }
.hosting-trust { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.hosting-trust span { display: inline-flex; align-items: center; gap: 9px; padding: 12px 16px; background: var(--white); border: 1px solid var(--line); font-size: 11px; font-weight: 600; color: var(--teal-dark); }
.hosting-trust svg { color: var(--teal); }

.pricing-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 24px; }
.billing-toggle { display: flex; background: var(--white); border: 1px solid var(--line); padding: 5px; gap: 5px; }
.billing-toggle button { border: 0; background: transparent; color: #687d7a; padding: 11px 22px; font-family: inherit; font-size: 12px; font-weight: 700; transition: all .18s ease; }
.billing-toggle button.active { background: var(--teal-dark); color: #fff; }
.billing-toggle button b { display: block; font-size: 9px; color: var(--teal); font-weight: 400; margin-top: 2px; }
.billing-toggle button.active b { color: #8fd4cf; }
.pricing-table-note { display: flex; justify-content: space-between; color: #8a9a97; font-size: 10px; margin-bottom: 30px; }
.pricing-table-note span:first-child { color: var(--teal); font-weight: 700; }
.interactive-price { display: flex; align-items: flex-end; gap: 12px; margin-top: 16px; }
.interactive-price strong { font-family: 'Tajawal'; font-size: 38px; font-weight: 800; color: var(--teal); letter-spacing: -.06em; }
.plan-card.featured .interactive-price strong { color: #8fd4cf; }
.interactive-price span { color: #8a9a97; font-size: 11px; line-height: 1.5; }
.saving-note { display: block; margin-top: 6px; color: var(--teal); font-size: 10px; }
.plan-card.featured .saving-note { color: #8fd4cf; }
.pricing-section .plan-card { background: var(--white); }
.pricing-section .plan-card.featured { background: var(--teal-dark); }
.pricing-section .plan-badge { background: var(--teal); }
.detailed-plans .plan-card { min-height: 470px; }

/* ===== WhatsApp Float ===== */
.whatsapp-float { position: fixed; left: 22px; bottom: 22px; z-index: 40; display: inline-flex; align-items: center; gap: 8px; padding: 12px 16px; background: #25d366; color: #fff; font-size: 12px; font-weight: 700; border-radius: 50px; box-shadow: 0 10px 24px rgba(37,211,102,.25); transition: transform .18s var(--ease); }
.whatsapp-float:hover { transform: translateY(-3px); }

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .container { width: min(100% - 36px, 680px); }
  .main-nav { position: absolute; top: 78px; right: 18px; left: 18px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 15px 30px rgba(26,46,45,.12); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 13px 10px; border-bottom: 1px solid rgba(63,74,73,.08); }
  .main-nav a:last-child { border-bottom: 0; }
  .icon-button { display: grid; }
  .nav-cta { display: none; }
  .hero-section { min-height: 630px; }
  .hero-side-note { display: none; }
  .statement-grid, .feature-grid, .security-grid, .faq-grid, .service-overview-grid, .service-faq-grid, .hosting-intro-grid { grid-template-columns: 1fr; gap: 35px; }
  .statement-copy { padding-top: 0; max-width: 500px; }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .plans-grid { grid-template-columns: 1fr; max-width: 500px; margin-inline: auto; }
  .plan-card.featured, .plan-card.featured:hover { transform: none; }
  .split-heading, .section-heading, .contact-inner, .pricing-heading, .service-cta-inner { align-items: flex-start; flex-direction: column; }
  .heading-aside { width: auto; max-width: 460px; }
  .feature-copy, .security-copy { max-width: 520px; }
  .feature-image, .security-visual { height: 390px; order: 2; }
  .security-copy { order: 1; }
  .identity-grid { grid-template-columns: 1fr; gap: 35px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { min-height: 0; padding: 28px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .articles-grid { grid-template-columns: 1fr; max-width: 520px; }
  .service-steps-grid { grid-template-columns: 1fr; }
  .service-steps-grid article { min-height: 0; padding: 28px 22px; }
  .service-hero-stamp { left: 24px; bottom: 24px; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .footer-brand { grid-column: span 2; }
}

@media (max-width: 520px) {
  .container { width: calc(100% - 30px); }
  .top-strip-inner { font-size: 10px; }
  .hero-content { padding-block: 75px 85px; }
  .hero-content h1 { font-size: 48px; }
  .hero-lead { font-size: 14px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-proof { gap: 18px; margin-top: 52px; }
  .hero-proof strong { font-size: 16px; }
  .section-pad { padding-block: 76px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 245px; }
  .statement-main h2, .section-heading h2, .split-heading h2, .feature-copy h2, .security-copy h2, .identity-grid h2, .process-section h2, .faq-grid h2, .contact-inner h2, .service-overview h2, .pricing-heading h2, .service-steps h2, .service-faq h2, .service-cta h2, .hosting-intro h2 { font-size: 43px; }
  .service-hero { min-height: 520px; }
  .service-hero h1 { font-size: 46px; }
  .billing-toggle button { padding: 10px 14px; }
  .interactive-price strong { font-size: 32px; }
  .whatsapp-float { left: 14px; bottom: 14px; padding: 10px 14px; font-size: 11px; }
  .security-stats { gap: 14px; }
  .security-stats strong { font-size: 13px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px 20px; }
  .footer-brand { grid-column: span 2; }
  .footer-bottom { flex-direction: column; gap: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}


/* ===== Forum Installation Service ===== */
.forum-service-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.forum-service-copy > p:not(.eyebrow) { max-width: 480px; margin: 26px 0 28px; color: rgba(255,255,255,.68); font-size: 14px; line-height: 2.1; }
.forum-service-copy h2 { margin-top: 16px; font-family: 'Tajawal', 'Almarai', 'IBM Plex Sans Arabic', sans-serif; font-size: clamp(40px, 4.7vw, 67px); line-height: 1.08; letter-spacing: -.07em; }
.forum-service-copy h2 span { color: var(--teal-light); }
.forum-service-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.16); }
.forum-service-points article { min-height: 205px; padding: 24px; background: rgba(13,31,30,.42); }
.forum-service-points strong { color: var(--teal-light); font-family: inherit; font-size: 12px; }
.forum-service-points h3 { margin: 34px 0 9px; color: #fff; font-family: inherit; font-size: 20px; }
.forum-service-points p { color: rgba(255,255,255,.56); font-size: 11px; line-height: 1.9; }
@media (max-width: 900px) { .forum-service-grid { grid-template-columns: 1fr; gap: 36px; } }
@media (max-width: 520px) { .forum-service-points { grid-template-columns: 1fr; } .forum-service-points article { min-height: 0; } }


/* ===== WordPress Guide ===== */
.wordpress-guide { background: var(--white); }
.wordpress-guide-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: start; }
.wordpress-guide-copy > p:not(.eyebrow) { max-width: 465px; margin: 25px 0 22px; color: #667d7a; font-size: 14px; line-height: 2.1; }
.wordpress-guide-copy h2 { margin-top: 16px; font-family: inherit; font-size: clamp(40px, 4.7vw, 67px); line-height: 1.08; letter-spacing: -.07em; }
.wordpress-guide-copy h2 span { color: var(--teal); }
.wordpress-guide-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.wordpress-guide-steps article { min-height: 240px; padding: 25px 21px; background: var(--paper); }
.wordpress-guide-steps span { color: var(--teal); font-family: inherit; font-size: 26px; font-weight: 800; }
.wordpress-guide-steps h3 { margin: 38px 0 10px; font-family: inherit; font-size: 19px; }
.wordpress-guide-steps p { color: #718783; font-size: 11px; line-height: 1.9; }
@media (max-width: 900px) { .wordpress-guide-grid { grid-template-columns: 1fr; gap: 34px; } }
@media (max-width: 520px) { .wordpress-guide-steps { grid-template-columns: 1fr; } .wordpress-guide-steps article { min-height: 0; } }


/* ===== Language Switch ===== */
.lang-switch { display: inline-flex; align-items: center; justify-content: center; min-width: 58px; padding: 9px 10px; border: 1px solid rgba(63,74,73,.22); color: var(--teal-dark); border-radius: 3px; font-size: 11px; font-weight: 700; transition: all .2s ease; }
.lang-switch:hover { background: var(--teal); border-color: var(--teal); color: #fff; }
html[dir="ltr"] body { direction: ltr; }
html[dir="ltr"] .main-nav { margin-left: auto; margin-right: 0; }
html[dir="ltr"] .hero-content, html[dir="ltr"] .service-hero-content { text-align: left; }
html[dir="ltr"] .hero-kicker, html[dir="ltr"] .eyebrow { flex-direction: row; }
@media (max-width: 900px) { .lang-switch { min-width: 50px; padding: 8px 7px; font-size: 10px; } }
