:root {
    --brand: #175cd3;
    --brand-dark: #0b3f9c;
    --brand-soft: #eaf2ff;
    --ink: #101828;
    --muted: #667085;
    --line: #e4e7ec;
    --surface: #ffffff;
    --surface-soft: #f7f9fc;
    --success: #067647;
    --warning: #b54708;
    --danger: #b42318;
    --radius: 18px;
    --shadow: 0 18px 50px rgba(16, 24, 40, .08);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; min-height: 100vh; }
body.font-ar { font-family: "Cairo", sans-serif; }
body.font-en { font-family: "Inter", sans-serif; }
a { color: inherit; text-decoration: none; }
.material-symbols-rounded { font-variation-settings: 'FILL' 0, 'wght' 500, 'GRAD' 0, 'opsz' 24; vertical-align: middle; }
.site-header { background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(228,231,236,.85); backdrop-filter: blur(14px); z-index: 1030; }
.navbar { min-height: 72px; }
.brand-mark { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; font-size: 1.22rem; }
.brand-icon { width: 38px; height: 38px; border-radius: 12px; display: inline-grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--brand), #6941c6); }
.nav-link { color: #344054; font-weight: 600; }
.nav-link:hover { color: var(--brand); }
.locale-switch, .user-menu { display: inline-flex; align-items: center; gap: 7px; border: 1px solid var(--line); border-radius: 999px; padding: 8px 12px; background: #fff; color: #344054; font-size: .9rem; font-weight: 600; }
.user-menu { padding: 5px 10px 5px 6px; }
[dir="rtl"] .user-menu { padding: 5px 6px 5px 10px; }
.user-menu img { width: 30px; height: 30px; border-radius: 50%; object-fit: cover; }
.flash-wrap { position: relative; z-index: 1040; margin-top: 16px; }
.alert { border: 0; border-radius: 14px; box-shadow: 0 8px 30px rgba(16,24,40,.06); display: flex; align-items: flex-start; gap: 8px; }
.btn { font-weight: 700; }
.btn-primary { background: var(--brand); border-color: var(--brand); }
.btn-primary:hover { background: var(--brand-dark); border-color: var(--brand-dark); }
.btn-soft { background: var(--brand-soft); color: var(--brand); border: 1px solid #c7d7fe; }
.btn-soft:hover { background: #dbe8ff; color: var(--brand-dark); }
.section-space { padding: 88px 0; }
.section-heading { max-width: 720px; margin-bottom: 38px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-eyebrow { display: inline-flex; align-items: center; gap: 7px; color: var(--brand); background: var(--brand-soft); padding: 7px 12px; border-radius: 999px; font-size: .85rem; font-weight: 800; margin-bottom: 12px; }
.section-heading h2 { font-size: clamp(1.8rem, 4vw, 2.65rem); font-weight: 800; letter-spacing: -.03em; }
.section-heading p { color: var(--muted); font-size: 1.02rem; line-height: 1.9; }
.hero { position: relative; overflow: hidden; padding: 84px 0 72px; background: radial-gradient(circle at 12% 16%, rgba(23,92,211,.15), transparent 32%), radial-gradient(circle at 82% 30%, rgba(105,65,198,.14), transparent 30%), linear-gradient(180deg,#fbfdff 0%,#fff 100%); }
.hero::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(23,92,211,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(23,92,211,.035) 1px, transparent 1px); background-size: 34px 34px; mask-image: linear-gradient(to bottom,rgba(0,0,0,.55),transparent 80%); pointer-events: none; }
.hero .container { position: relative; z-index: 1; }
.hero-badge { display: inline-flex; gap: 8px; align-items: center; border: 1px solid #c7d7fe; background: rgba(255,255,255,.82); color: var(--brand); border-radius: 999px; padding: 8px 13px; font-weight: 800; font-size: .88rem; }
.hero h1 { font-size: clamp(2.25rem, 5vw, 4.6rem); line-height: 1.15; font-weight: 800; letter-spacing: -.045em; margin: 22px 0 18px; max-width: 820px; }
.hero-lead { color: #475467; max-width: 700px; font-size: clamp(1rem,2vw,1.22rem); line-height: 1.95; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.hero-actions .btn { min-height: 50px; display: inline-flex; align-items: center; gap: 8px; border-radius: 14px; padding-inline: 22px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 34px; color: #475467; font-weight: 600; }
.trust-row span { display: inline-flex; gap: 7px; align-items: center; }
.trust-row .material-symbols-rounded { color: var(--success); }
.hero-visual { position: relative; max-width: 475px; margin-inline: auto; }
.resume-stack { position: relative; height: 510px; }
.resume-sheet { position: absolute; width: 310px; height: 440px; border-radius: 14px; background: #fff; box-shadow: 0 28px 70px rgba(16,24,40,.18); border: 1px solid #e7ebf2; padding: 22px; }
.resume-sheet.sheet-back { top: 34px; inset-inline-start: 20px; transform: rotate(-7deg); background: #f8fafc; }
[dir="rtl"] .resume-sheet.sheet-back { transform: rotate(7deg); }
.resume-sheet.sheet-mid { top: 18px; inset-inline-end: 20px; transform: rotate(6deg); background: #eef4ff; }
[dir="rtl"] .resume-sheet.sheet-mid { transform: rotate(-6deg); }
.resume-sheet.sheet-front { top: 40px; left: 50%; transform: translateX(-50%); z-index: 3; }
.resume-mock-header { height: 82px; border-radius: 10px; background: linear-gradient(135deg,var(--brand),#6941c6); display: flex; align-items: center; gap: 14px; padding: 15px; }
.resume-avatar { width: 52px; height: 52px; border-radius: 50%; background: rgba(255,255,255,.9); }
.resume-lines { flex: 1; }
.resume-line { height: 7px; border-radius: 4px; background: #d8e0ec; margin: 10px 0; }
.resume-mock-header .resume-line { background: rgba(255,255,255,.8); }
.resume-line.w-70 { width: 70%; }.resume-line.w-45 { width: 45%; }.resume-line.w-85 { width: 85%; }
.resume-columns { display: grid; grid-template-columns: 32% 1fr; gap: 15px; margin-top: 18px; }
.resume-side-mock { background: #edf3ff; border-radius: 8px; min-height: 285px; padding: 9px; }
.resume-main-mock { padding-top: 2px; }
.resume-title-mock { height: 9px; width: 54%; background: var(--brand); border-radius: 4px; margin: 12px 0; }
.floating-pill { position: absolute; z-index: 4; display: flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); border-radius: 14px; padding: 10px 13px; font-weight: 800; color: #344054; }
.floating-pill.one { top: 8px; inset-inline-end: 0; }.floating-pill.two { bottom: 42px; inset-inline-start: 0; }
.floating-pill .material-symbols-rounded { color: var(--brand); }
.how-card { height: 100%; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: .2s ease; }
.how-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #c7d7fe; }
.step-number { width: 48px; height: 48px; border-radius: 15px; display: grid; place-items: center; background: var(--brand-soft); color: var(--brand); font-weight: 800; font-size: 1.1rem; margin-bottom: 18px; }
.how-card h3 { font-size: 1.12rem; font-weight: 800; }.how-card p { color: var(--muted); line-height: 1.85; margin: 0; }
.builder-section { background: var(--surface-soft); }
.builder-shell { background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); overflow: hidden; }
.builder-top { padding: 24px 26px; border-bottom: 1px solid var(--line); background: linear-gradient(180deg,#fff,#fbfcfe); }
.builder-stepper { display: grid; grid-template-columns: repeat(5,1fr); gap: 8px; position: relative; }
.stepper-item { text-align: center; position: relative; color: #98a2b3; font-size: .76rem; font-weight: 700; }
.stepper-item::before { content: ""; position: absolute; top: 17px; inset-inline-start: calc(50% + 20px); width: calc(100% - 40px); height: 2px; background: #e4e7ec; }
.stepper-item:last-child::before { display: none; }
.stepper-dot { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; margin: 0 auto 7px; background: #f2f4f7; color: #98a2b3; border: 2px solid #e4e7ec; position: relative; z-index: 1; }
.stepper-item.active { color: var(--brand); }.stepper-item.active .stepper-dot { background: var(--brand); color: #fff; border-color: var(--brand); }.stepper-item.done .stepper-dot { background: #ecfdf3; color: var(--success); border-color: #abefc6; }.stepper-item.done::before { background: #84adff; }
.builder-grid { display: grid; grid-template-columns: minmax(0,1fr) 430px; min-height: 720px; }
.builder-form-pane { padding: 28px; border-inline-end: 1px solid var(--line); min-width: 0; }
.builder-preview-pane { background: #eef2f7; padding: 24px; position: sticky; top: 72px; height: calc(100vh - 72px); overflow: auto; }
.builder-step { display: none; animation: fadeUp .25s ease; }.builder-step.active { display: block; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(6px);} to {opacity: 1;transform:none;} }
.step-title { font-size: 1.35rem; font-weight: 800; margin-bottom: 6px; }.step-subtitle { color: var(--muted); margin-bottom: 24px; }
.choice-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.language-choice { border: 2px solid var(--line); border-radius: 18px; padding: 24px; cursor: pointer; transition: .2s; background: #fff; text-align: center; }
.language-choice:hover,.language-choice.selected { border-color: var(--brand); box-shadow: 0 0 0 4px rgba(23,92,211,.08); }.language-choice.selected { background: #f7faff; }
.language-choice .lang-code { width: 64px; height: 64px; border-radius: 20px; display: grid; place-items: center; margin: 0 auto 13px; background: var(--brand-soft); color: var(--brand); font-weight: 800; font-size: 1.2rem; }
.template-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.template-card { border: 2px solid var(--line); border-radius: 16px; background: #fff; padding: 10px; cursor: pointer; transition: .2s; position: relative; }
.template-card:hover,.template-card.selected { border-color: var(--brand); box-shadow: 0 0 0 4px rgba(23,92,211,.08); }.template-card img { width: 100%; aspect-ratio: 230/300; object-fit: cover; border-radius: 10px; background: #f8fafc; }.template-card-meta { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 10px 3px 2px; font-weight: 800; }.template-check { width: 26px; height: 26px; display: none; place-items: center; border-radius: 50%; background: var(--brand); color: #fff; }.template-card.selected .template-check { display: grid; }
.form-label { font-weight: 700; color: #344054; margin-bottom: 7px; }.form-control,.form-select { border-color: #d0d5dd; border-radius: 12px; min-height: 46px; padding: 10px 13px; }.form-control:focus,.form-select:focus { border-color: #84adff; box-shadow: 0 0 0 .22rem rgba(23,92,211,.1); }.form-control::placeholder { color: #98a2b3; }.textarea-lg { min-height: 130px; resize: vertical; }
.repeater { display: grid; gap: 14px; }.repeater-item { border: 1px solid var(--line); border-radius: 16px; padding: 18px; background: #fcfcfd; position: relative; }.repeater-heading { display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;font-weight:800; }.remove-item { border:0;background:#fee4e2;color:var(--danger);border-radius:9px;padding:6px 9px;font-size:.82rem;font-weight:700; }
.builder-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--line); }.builder-actions .btn { min-width: 125px; min-height: 46px; display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:12px; }
.preview-label { display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;color:#475467;font-weight:800; }.preview-a4 { width: 100%; max-width: 380px; aspect-ratio: 210/297; margin-inline:auto; background:#fff; box-shadow:0 15px 45px rgba(16,24,40,.16); overflow:hidden; position:relative; font-family:Arial,sans-serif; font-size:8px; color:#1f2937; }.preview-a4[dir="rtl"] { font-family:"Cairo",sans-serif; }.preview-watermark { position:absolute;z-index:20;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-28deg);font-size:20px;color:rgba(180,35,24,.18);font-weight:800;white-space:nowrap;pointer-events:none; }
.cv-preview-sidebar { display:grid;grid-template-columns:32% 1fr;height:100%; }.cv-preview-sidebar .cv-side { background:var(--cv-accent,#175cd3);color:#fff;padding:18px 12px; }.cv-preview-sidebar .cv-main { padding:20px 16px; }.cv-photo { width:64px;height:64px;border-radius:50%;object-fit:cover;background:rgba(255,255,255,.25);display:block;margin:0 auto 10px;border:3px solid rgba(255,255,255,.75); }.cv-name { font-size:18px;font-weight:800;line-height:1.25;margin:0; }.cv-job { font-size:9px;opacity:.82;margin-top:5px; }.cv-contact { margin-top:18px;display:grid;gap:6px;word-break:break-word; }.cv-section { margin-bottom:14px; }.cv-section-title { font-size:10px;font-weight:800;color:var(--cv-accent,#175cd3);border-bottom:1px solid color-mix(in srgb,var(--cv-accent,#175cd3) 35%,white);padding-bottom:4px;margin-bottom:7px;text-transform:uppercase; }.cv-side .cv-section-title { color:#fff;border-color:rgba(255,255,255,.35); }.cv-item { margin-bottom:9px; }.cv-item strong { font-size:8.5px;display:block; }.cv-item small { color:#667085; }.cv-side .cv-item small { color:rgba(255,255,255,.75); }.cv-summary { line-height:1.65;color:#475467; }.skill-pills { display:flex;flex-wrap:wrap;gap:4px; }.skill-pills span { padding:3px 6px;border-radius:99px;background:rgba(255,255,255,.16); }.cv-preview-topband .cv-head { background:var(--cv-accent,#175cd3);color:#fff;padding:18px;display:flex;gap:12px;align-items:center; }.cv-preview-topband .cv-body { padding:16px 18px;display:grid;grid-template-columns:1fr 34%;gap:15px; }.cv-preview-elegant { padding:22px; }.cv-preview-elegant .cv-head { text-align:center;border-bottom:2px solid var(--cv-accent,#175cd3);padding-bottom:12px;margin-bottom:14px; }.cv-preview-elegant .cv-photo { background:#eef2f7;border-color:#fff;box-shadow:0 0 0 2px var(--cv-accent,#175cd3); }.cv-preview-blocks { padding:16px; }.cv-preview-blocks .cv-head { background:var(--cv-accent,#175cd3);color:#fff;border-radius:8px;padding:13px 15px;margin-bottom:12px; }.cv-preview-blocks .cv-grid { display:grid;grid-template-columns:1fr 1fr;gap:10px; }.cv-preview-blocks .cv-box { background:#f8fafc;border-radius:7px;padding:9px; }.cv-preview-minimal { padding:25px 27px; }.cv-preview-minimal .cv-head { border-bottom:1px solid #d0d5dd;padding-bottom:13px;margin-bottom:15px; }.cv-preview-minimal .cv-section-title { letter-spacing:.08em; }
.login-builder-card { max-width:620px;margin:0 auto;text-align:center;background:#fff;border:1px solid var(--line);border-radius:24px;padding:42px;box-shadow:var(--shadow); }.google-btn { display:inline-flex;align-items:center;gap:10px;border:1px solid #d0d5dd;background:#fff;border-radius:13px;padding:12px 20px;font-weight:800;box-shadow:0 3px 12px rgba(16,24,40,.05); }.google-g { font-weight:900;color:#4285f4;font-size:1.2rem; }
.faq-accordion .accordion-item { border:1px solid var(--line);border-radius:15px!important;overflow:hidden;margin-bottom:12px; }.faq-accordion .accordion-button { font-weight:800;padding:19px 20px; }.faq-accordion .accordion-button:not(.collapsed) { background:var(--brand-soft);color:var(--brand);box-shadow:none; }.faq-accordion .accordion-body { color:var(--muted);line-height:1.85; }
.site-footer { border-top:1px solid var(--line);padding:28px 0;background:#fff;color:#667085; }.site-footer .brand-mark { color:var(--ink);font-size:1rem; }.site-footer .brand-icon { width:31px;height:31px;border-radius:9px;font-size:20px; }.footer-links { display:flex;gap:18px;flex-wrap:wrap;justify-content:center; }.footer-links a:hover { color:var(--brand); }
.page-shell { background:var(--surface-soft);min-height:calc(100vh - 150px);padding:54px 0 80px; }.page-card { background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 12px 36px rgba(16,24,40,.06); }.page-card-header { padding:22px 24px;border-bottom:1px solid var(--line); }.page-card-body { padding:24px; }.stat-chip { display:inline-flex;align-items:center;gap:7px;border-radius:999px;padding:7px 11px;font-size:.82rem;font-weight:800; }.status-awaiting_payment { background:#fef0c7;color:#93370d; }.status-under_review { background:#e0f2fe;color:#075985; }.status-approved { background:#dcfae6;color:#05603a; }.status-rejected { background:#fee4e2;color:#912018; }
.order-card { border:1px solid var(--line);border-radius:17px;padding:20px;background:#fff;height:100%; }.order-card-head { display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:17px; }.order-number { font-weight:800;color:var(--ink); }.order-meta { display:grid;gap:8px;color:#667085;font-size:.9rem; }.order-meta span { display:flex;align-items:center;gap:7px; }.order-actions { display:flex;gap:8px;flex-wrap:wrap;margin-top:18px; }.notification-item { padding:14px 0;border-bottom:1px solid var(--line); }.notification-item:last-child { border:0; }.notification-item p { margin:0;color:#475467; }.notification-item small { color:#98a2b3; }
.payment-layout { display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:24px;align-items:start; }.payment-methods { display:grid;grid-template-columns:repeat(2,1fr);gap:12px; }.payment-method-card { border:2px solid var(--line);border-radius:16px;padding:18px;cursor:pointer;background:#fff;transition:.2s; }.payment-method-card.selected,.payment-method-card:hover { border-color:var(--brand);background:#f7faff;box-shadow:0 0 0 4px rgba(23,92,211,.07); }.payment-method-card .method-icon { width:45px;height:45px;border-radius:13px;display:grid;place-items:center;background:var(--brand-soft);color:var(--brand);margin-bottom:12px; }.payment-detail-panel { display:none;margin-top:20px;border:1px solid var(--line);border-radius:17px;padding:20px;background:#fcfcfd; }.payment-detail-panel.active { display:block; }.wallet-number { display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff;border:1px dashed #84adff;border-radius:14px;padding:14px 16px;margin:14px 0; }.wallet-number strong { font-size:1.45rem;letter-spacing:.04em;direction:ltr; }.qr-box { width:190px;height:190px;padding:10px;background:#fff;border:1px solid var(--line);border-radius:13px;margin:15px auto;display:grid;place-items:center; }.qr-box img,.qr-box canvas { max-width:100%;height:auto!important; }.payment-summary { position:sticky;top:96px; }.summary-row { display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid var(--line); }.summary-row:last-child { border:0; }.upload-zone { border:2px dashed #c7d7fe;border-radius:16px;padding:20px;background:#f8faff;text-align:center; }
.admin-nav { display:flex;gap:10px;flex-wrap:wrap;margin-bottom:22px; }.admin-nav a { padding:9px 13px;border:1px solid var(--line);border-radius:10px;background:#fff;font-weight:700;color:#475467; }.admin-nav a.active,.admin-nav a:hover { background:var(--brand);border-color:var(--brand);color:#fff; }.filter-tabs { display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px; }.filter-tab { padding:8px 12px;border-radius:999px;border:1px solid var(--line);background:#fff;color:#475467;font-weight:700;font-size:.86rem; }.filter-tab.active { background:var(--ink);color:#fff;border-color:var(--ink); }.table-modern { margin:0; }.table-modern th { color:#667085;font-size:.78rem;text-transform:uppercase;letter-spacing:.03em;background:#f9fafb; }.table-modern td,.table-modern th { padding:14px 16px;vertical-align:middle;border-color:#eaecf0; }.proof-image { width:100%;max-height:620px;object-fit:contain;border:1px solid var(--line);border-radius:14px;background:#f8fafc; }.legal-content { max-width:850px;margin:0 auto;line-height:2;color:#475467; }.legal-content h1 { color:var(--ink);font-weight:800;margin-bottom:8px; }.legal-content h2 { color:var(--ink);font-size:1.25rem;font-weight:800;margin-top:30px; }
.mobile-preview-button { display:none;position:fixed;bottom:18px;inset-inline-end:18px;z-index:1020;border-radius:999px;box-shadow:0 12px 30px rgba(23,92,211,.3); }
@media (max-width: 1199.98px) { .builder-grid { grid-template-columns:minmax(0,1fr) 370px; }.builder-preview-pane { padding:17px; } }
@media (max-width: 991.98px) { .hero { padding-top:55px; }.hero h1 { max-width:100%; }.hero-visual { margin-top:45px; }.builder-grid { display:block; }.builder-form-pane { border-inline-end:0;padding:22px; }.builder-preview-pane { display:none;position:fixed;inset:0;z-index:1055;height:100vh;padding:64px 18px 24px;background:#e9eef5; }.builder-preview-pane.mobile-open { display:block; }.builder-preview-pane .preview-a4 { max-width:420px; }.mobile-preview-button { display:inline-flex;align-items:center;gap:7px; }.preview-close { display:inline-flex!important; }.payment-layout { grid-template-columns:1fr; }.payment-summary { position:static; }.site-header .navbar-collapse { padding-bottom:14px; } }
@media (max-width: 767.98px) { .section-space { padding:64px 0; }.hero { padding:45px 0 52px; }.hero h1 { font-size:2.25rem; }.hero-lead { font-size:.98rem; }.resume-stack { height:420px; }.resume-sheet { width:255px;height:360px; }.resume-sheet.sheet-front { top:35px; }.floating-pill { font-size:.8rem; }.builder-shell { border-radius:18px; }.builder-top { padding:18px 12px;overflow-x:auto; }.builder-stepper { min-width:560px; }.stepper-label { display:none; }.stepper-item::before { width:calc(100% - 30px);inset-inline-start:calc(50% + 15px); }.builder-form-pane { padding:19px 15px 90px; }.choice-grid,.template-grid,.payment-methods { grid-template-columns:1fr; }.template-grid { grid-template-columns:repeat(2,minmax(0,1fr));gap:10px; }.template-card { padding:7px; }.template-card-meta { font-size:.8rem; }.builder-actions { position:sticky;bottom:0;background:#fff;margin-inline:-15px;padding:13px 15px;border-top:1px solid var(--line);z-index:12; }.builder-actions .btn { min-width:auto;flex:1; }.login-builder-card { padding:28px 18px; }.page-shell { padding:34px 0 60px; }.page-card-header,.page-card-body { padding:18px; }.wallet-number { align-items:flex-start;flex-direction:column; }.wallet-number strong { font-size:1.25rem; }.table-responsive { border-radius:14px; }.site-footer .container { text-align:center; } }
@media (max-width: 420px) { .hero h1 { font-size:2rem; }.hero-actions .btn { width:100%;justify-content:center; }.trust-row { display:grid;gap:10px; }.template-grid { grid-template-columns:1fr 1fr; }.resume-stack { transform:scale(.9);margin-inline:-15px; }.order-actions .btn { flex:1; }.footer-links { gap:10px 15px; } }
@media print { .site-header,.site-footer,.no-print { display:none!important; } body { background:#fff!important; } }

/* CV builder v2 */
.template-preview-wrap { position:relative;display:block;overflow:hidden;border-radius:10px;background:#f8fafc; }
.template-preview-wrap img { display:block;width:100%;height:auto;aspect-ratio:210/297;object-fit:cover; }
.ats-badge { position:absolute;top:9px;inset-inline-start:9px;background:#101828;color:#fff;border-radius:999px;padding:4px 8px;font-size:.67rem;font-weight:900;letter-spacing:.04em;box-shadow:0 5px 14px rgba(16,24,40,.18); }
.design-customizer { border:1px solid #dbe4f0;border-radius:18px;background:linear-gradient(145deg,#fbfdff,#f5f8ff);padding:20px; }
.customizer-heading { display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px; }
.customizer-heading h4 { margin:0 0 4px;font-size:1rem;font-weight:800; }
.customizer-heading p { margin:0;color:var(--muted);font-size:.86rem;line-height:1.7; }
.customizer-heading > .material-symbols-rounded { width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:#fff;color:var(--brand);border:1px solid var(--line); }
.color-picker-row { display:flex;align-items:center;gap:9px;flex-wrap:wrap; }
.color-swatch { width:32px;height:32px;border-radius:50%;border:3px solid #fff;background:var(--swatch);box-shadow:0 0 0 1px #cbd5e1;transition:.18s; }
.color-swatch:hover,.color-swatch.selected { transform:scale(1.08);box-shadow:0 0 0 3px #fff,0 0 0 5px var(--brand); }
.custom-color-label { width:36px;height:36px;display:grid;place-items:center;border:1px dashed #94a3b8;border-radius:50%;background:#fff;color:#475569;cursor:pointer;position:relative;overflow:hidden; }
.custom-color-label input { position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer; }
.monochrome-choice { display:inline-flex;align-items:center;gap:6px;border:1px solid #cbd5e1;background:#fff;border-radius:999px;padding:7px 11px;color:#344054;font-size:.8rem;font-weight:800; }
.monochrome-choice:hover { border-color:#111827;color:#111827; }
.ats-note { width:100%;display:flex;align-items:center;gap:8px;border:1px solid #abefc6;background:#ecfdf3;color:#05603a;border-radius:12px;padding:10px 12px;font-size:.82rem;font-weight:700; }
.skill-adder { display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px; }
.skill-adder .btn { display:inline-flex;align-items:center;gap:5px;white-space:nowrap; }
.skills-editor { display:flex;flex-wrap:wrap;gap:8px;margin-top:12px;min-height:8px; }
.skill-editor-chip { display:inline-flex;align-items:center;gap:6px;border:1px solid #bdd0fa;background:#eef4ff;color:#1d4ed8;border-radius:999px;padding:6px 10px;font-size:.84rem;font-weight:700; }
.skill-editor-chip button { border:0;background:transparent;color:inherit;padding:0;display:grid;place-items:center; }
.skill-editor-chip .material-symbols-rounded { font-size:17px; }
.preview-stage { position:relative;width:100%;min-height:540px;overflow:hidden; }
.preview-document-scaler { position:relative;margin-inline:auto; }
#cv-preview-content { position:absolute;top:0;inset-inline-start:0;will-change:transform; }
.preview-stage .preview-watermark { position:absolute;z-index:30;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-26deg);font-size:1.2rem;color:rgba(180,35,24,.2);font-weight:900;white-space:nowrap;pointer-events:none; }
.preview-stage .resume-document { box-shadow:0 18px 48px rgba(16,24,40,.18); }

@media (max-width:767.98px) {
    .design-customizer { padding:16px; }
    .skill-adder { grid-template-columns:1fr; }
    .skill-adder .btn { justify-content:center; }
    .preview-stage { min-height:calc(100vh - 115px); }
}

/* SEO content and landing pages */
.value-section { background: #fff; }
.value-card,
.seo-content-card,
.seo-hero-card {
    border: 1px solid var(--border-color, #e5e7eb);
    border-radius: 22px;
    background: #fff;
    padding: 26px;
    box-shadow: 0 12px 36px rgba(15, 23, 42, .06);
}
.value-card > .material-symbols-rounded {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: #eff6ff;
    color: #175cd3;
    font-size: 28px;
    margin-bottom: 18px;
}
.value-card h3,
.seo-content-card h2 { font-size: 1.12rem; font-weight: 800; line-height: 1.5; margin-bottom: 10px; }
.value-card p,
.seo-content-card p { color: #64748b; line-height: 1.9; margin: 0; }
.seo-guides-section { background: linear-gradient(180deg, #f8fafc 0%, #eef4ff 100%); }
.guide-card,
.related-guide {
    display: flex;
    align-items: center;
    gap: 14px;
    height: 100%;
    padding: 20px;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: #fff;
    color: #0f172a;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.guide-card:hover,
.related-guide:hover { transform: translateY(-3px); border-color: #b8cff8; box-shadow: 0 14px 34px rgba(37, 99, 235, .10); color: #0f172a; }
.guide-card > .material-symbols-rounded:first-child {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 13px;
    background: #eff6ff;
    color: #175cd3;
}
.guide-card > span:nth-child(2) { min-width: 0; flex: 1; }
.guide-card strong { display: block; font-size: 1rem; line-height: 1.55; margin-bottom: 5px; }
.guide-card small { display: -webkit-box; overflow: hidden; color: #64748b; line-height: 1.65; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.guide-arrow { color: #175cd3; }
.seo-page-hero { padding: 64px 0; background: radial-gradient(circle at 15% 0%, rgba(37, 99, 235, .12), transparent 33%), linear-gradient(180deg, #f8fbff, #fff); border-bottom: 1px solid #edf2f7; }
.seo-page-hero h1 { max-width: 900px; font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 900; line-height: 1.25; margin: 18px 0; letter-spacing: -.035em; }
.seo-page-hero p { max-width: 850px; color: #526078; line-height: 2; font-size: 1.08rem; margin-bottom: 28px; }
.seo-breadcrumb { font-size: .9rem; margin-bottom: 22px; }
.seo-breadcrumb a { text-decoration: none; }
.seo-hero-card { text-align: center; background: linear-gradient(145deg, #fff, #f2f7ff); }
.seo-hero-card > .material-symbols-rounded { display: block; font-size: 58px; color: #175cd3; margin-bottom: 14px; }
.seo-hero-card strong { display: block; font-size: 1.25rem; margin-bottom: 8px; }
.seo-hero-card small { color: #64748b; line-height: 1.7; }
.seo-card-number { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: #175cd3; color: #fff; font-weight: 800; margin-bottom: 18px; }
.seo-inline-cta { padding: 0 0 80px; }
.seo-cta-box { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 34px; border-radius: 24px; background: linear-gradient(135deg, #0f3e94, #2563eb); color: #fff; box-shadow: 0 22px 60px rgba(37, 99, 235, .22); }
.seo-cta-box h2 { font-size: clamp(1.35rem, 2.4vw, 2rem); font-weight: 900; margin-bottom: 8px; }
.seo-cta-box p { color: rgba(255,255,255,.82); margin: 0; }
.related-guide { justify-content: space-between; font-weight: 700; }
@media (max-width: 767.98px) {
    .seo-page-hero { padding: 42px 0; }
    .seo-page-hero h1 { font-size: 2rem; }
    .seo-cta-box { flex-direction: column; align-items: stretch; padding: 26px; }
    .seo-cta-box .btn { width: 100%; }
}

/* =========================================================
   Elkateb V4 — modern marketing site and advanced builder
   ========================================================= */
:root{--brand:#6b4eff;--brand-2:#8a67ff;--brand-dark:#34256d;--ink:#111426;--muted:#687087;--surface:#f7f8fc;--line:#e6e8f0;--success:#079455}
body{background:#fff;color:var(--ink);overflow-x:hidden}.font-ar{font-family:"Cairo",sans-serif}.font-en{font-family:"Inter",sans-serif}
.site-header{background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(230,232,240,.9)}.site-header .navbar{min-height:76px}.brand-mark{display:inline-flex;align-items:center;gap:10px;color:var(--ink);text-decoration:none;font-weight:900;font-size:1.2rem}.brand-icon{width:39px;height:39px;border-radius:13px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,var(--brand),var(--brand-2));box-shadow:0 10px 28px rgba(107,78,255,.28)}.brand-icon .material-symbols-rounded{font-size:25px}.navbar .nav-link{color:#4b5368;font-weight:700;padding:10px 13px!important}.navbar .nav-link:hover{color:var(--brand)}.locale-switch,.user-menu{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#30374a;text-decoration:none;padding:8px 12px;font-weight:700;font-size:.86rem}.user-menu img{width:29px;height:29px;border-radius:50%}.btn-primary{--bs-btn-bg:var(--brand);--bs-btn-border-color:var(--brand);--bs-btn-hover-bg:#563bd6;--bs-btn-hover-border-color:#563bd6;box-shadow:0 10px 24px rgba(107,78,255,.18);display:inline-flex;align-items:center;justify-content:center;gap:7px;font-weight:800}.btn-soft{display:inline-flex;align-items:center;gap:5px;border:1px solid #d8d2ff;background:#f4f1ff;color:#5942d1;border-radius:11px;font-weight:800}.btn-soft:hover{background:#ebe6ff;color:#4029bb}.section-space{padding:90px 0}.section-heading{max-width:780px;margin-bottom:46px}.section-heading.center{text-align:center;margin-inline:auto}.section-heading h2{font-size:clamp(2rem,3.6vw,3.25rem);line-height:1.22;font-weight:900;letter-spacing:-.035em}.font-ar .section-heading h2{letter-spacing:0}.section-heading p{color:var(--muted);font-size:1.05rem;line-height:1.95}.section-kicker{display:inline-flex;align-items:center;gap:7px;color:var(--brand);font-size:.82rem;font-weight:900;text-transform:uppercase;letter-spacing:.12em;margin-bottom:14px}.font-ar .section-kicker{text-transform:none;letter-spacing:0}
.hero-v4{position:relative;overflow:hidden;padding:90px 0 76px;background:linear-gradient(180deg,#fbfaff 0%,#fff 100%)}.hero-orb{position:absolute;border-radius:50%;filter:blur(4px);pointer-events:none}.orb-a{width:480px;height:480px;top:-280px;right:-100px;background:radial-gradient(circle,rgba(139,105,255,.23),transparent 68%)}.orb-b{width:400px;height:400px;bottom:-250px;left:-130px;background:radial-gradient(circle,rgba(54,184,255,.14),transparent 68%)}.hero-badge{display:inline-flex;align-items:center;gap:7px;padding:8px 13px;border-radius:999px;background:#f1edff;color:#5a3ed2;font-weight:800;font-size:.85rem;margin-bottom:20px}.hero-v4 h1{max-width:680px;font-size:clamp(2.8rem,5.8vw,5.3rem);line-height:1.05;font-weight:900;letter-spacing:-.055em;margin-bottom:24px}.font-ar .hero-v4 h1{letter-spacing:-.02em}.hero-copy{max-width:650px;color:var(--muted);font-size:1.13rem;line-height:2;margin-bottom:30px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-actions .btn{border-radius:14px;padding:13px 22px}.hero-proof{display:flex;flex-wrap:wrap;gap:12px 22px;margin-top:30px;color:#4e566d;font-size:.88rem;font-weight:700}.hero-proof span{display:flex;align-items:center;gap:6px}.hero-proof i{font-style:normal;color:var(--brand);font-size:20px}.hero-cv-stage{position:relative;width:min(100%,560px);height:545px;margin-inline:auto}.hero-card{position:absolute;border-radius:25px;background:#fff;border:1px solid #e9e5ff;box-shadow:0 30px 80px rgba(38,30,89,.16)}.hero-card-back{width:350px;height:475px;top:35px;left:70px;transform:rotate(-8deg);background:linear-gradient(135deg,#e9e4ff,#f7f5ff)}.hero-card-mid{width:350px;height:475px;top:30px;left:140px;transform:rotate(7deg);background:linear-gradient(135deg,#dff6ff,#f6fbff)}.hero-card-front{width:365px;height:505px;top:0;left:96px;overflow:hidden;display:grid;grid-template-columns:105px 1fr}.mock-side{background:#29272f;padding:45px 20px}.mock-side span{display:block;width:58px;height:58px;border-radius:50%;background:linear-gradient(135deg,#a994ff,#6146d9);margin:0 auto 25px}.mock-side b,.mock-side i{display:block;height:6px;border-radius:10px;background:#fff;margin-bottom:10px;opacity:.9}.mock-side i{opacity:.32}.mock-main{padding:55px 25px}.mock-head b{display:block;width:125px;height:18px;background:#1e2330;margin-bottom:10px}.mock-head i{display:block;width:85px;height:7px;background:var(--brand);margin-bottom:38px}.mock-main>span{display:block;height:6px;background:#d9dce5;border-radius:10px;margin-bottom:10px}.mock-columns{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:30px 0}.mock-columns i{height:95px;background:#f1f2f7;border-radius:10px}.floating-chip{position:absolute;display:flex;align-items:center;gap:7px;padding:10px 14px;border-radius:14px;background:#fff;border:1px solid #ece8ff;box-shadow:0 15px 35px rgba(35,29,75,.14);font-size:.83rem;font-weight:800}.chip-one{left:0;bottom:100px}.chip-two{right:0;top:80px}.floating-chip .material-symbols-rounded{color:var(--brand)}.logo-strip{padding:18px 0;border-top:1px solid #f0eff5;border-bottom:1px solid #f0eff5;background:#fff}.logo-strip p{text-align:center;margin:0;color:#737b8e;font-size:.87rem;font-weight:700}
.templates-showcase{background:#fff}.template-showcase-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.showcase-card{border:1px solid var(--line);border-radius:21px;background:#fff;padding:10px;transition:.25s;box-shadow:0 10px 34px rgba(17,20,38,.05)}.showcase-card:hover{transform:translateY(-6px);box-shadow:0 22px 50px rgba(43,35,85,.12);border-color:#cfc5ff}.showcase-preview{position:relative;overflow:hidden;border-radius:14px;background:#eff1f7;aspect-ratio:210/297}.showcase-preview img{width:100%;height:100%;object-fit:cover}.showcase-card>div:last-child{padding:14px 8px 8px}.showcase-card h3{font-size:1rem;font-weight:900;margin-bottom:4px}.showcase-card span{color:var(--muted);font-size:.78rem}
.builder-section{padding:95px 0;background:radial-gradient(circle at 10% 0%,rgba(107,78,255,.11),transparent 28%),linear-gradient(180deg,#f7f8fd,#eef0f8)}.login-builder-card{max-width:690px;margin:auto;text-align:center;border:1px solid #e4e1f7;border-radius:28px;background:#fff;padding:55px;box-shadow:0 22px 65px rgba(43,38,86,.09)}.login-builder-card>.material-symbols-rounded{font-size:58px;color:var(--brand);margin-bottom:15px}.builder-shell-v4{border:1px solid #e0e2eb;border-radius:30px;background:#fff;box-shadow:0 30px 90px rgba(30,32,68,.11);overflow:hidden}.builder-stepper-v4{display:grid;grid-template-columns:repeat(6,1fr);padding:22px 26px;border-bottom:1px solid var(--line);background:#fcfcfe}.stepper-item-v4{position:relative;text-align:center;color:#9aa0b1}.stepper-item-v4:after{content:"";position:absolute;top:17px;left:calc(50% + 24px);width:calc(100% - 48px);height:2px;background:#e5e7ee}.font-ar .stepper-item-v4:after{left:auto;right:calc(50% + 24px)}.stepper-item-v4:last-child:after{display:none}.stepper-item-v4 span{position:relative;z-index:2;width:36px;height:36px;display:grid;place-items:center;border-radius:50%;margin:0 auto 8px;background:#f0f1f5;border:2px solid #e1e3e9;font-weight:900}.stepper-item-v4 small{font-size:.74rem;font-weight:800}.stepper-item-v4.active,.stepper-item-v4.done{color:var(--brand)}.stepper-item-v4.active span,.stepper-item-v4.done span{background:var(--brand);border-color:var(--brand);color:#fff}.stepper-item-v4.done:after{background:var(--brand)}.builder-grid-v4{display:grid;grid-template-columns:minmax(0,1fr) 465px;min-height:820px}.builder-form-card{padding:32px 34px;border-inline-end:1px solid var(--line)}.builder-preview-card{position:relative;background:#e8ebf2;padding:20px}.preview-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;font-weight:900}.preview-toolbar>span{display:flex;align-items:center;gap:7px}.builder-step{display:none}.builder-step.active{display:block}.step-head{display:flex;align-items:flex-start;gap:15px;padding-bottom:24px;margin-bottom:25px;border-bottom:1px solid var(--line)}.step-head>span{flex:0 0 44px;width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:#f0edff;color:var(--brand);font-weight:900}.step-head h3{font-size:1.35rem;font-weight:900;margin:0 0 5px}.step-head p{margin:0;color:var(--muted);line-height:1.7;font-size:.88rem}.choice-grid-v4{display:grid;grid-template-columns:1fr 1fr;gap:15px}.language-choice{border:2px solid #e2e4ec;border-radius:19px;background:#fff;padding:28px;display:grid;place-items:center;gap:8px;color:var(--ink);transition:.2s}.language-choice:hover,.language-choice.selected{border-color:var(--brand);background:#f8f6ff;box-shadow:0 0 0 4px rgba(107,78,255,.08)}.language-choice>span{width:56px;height:56px;border-radius:17px;display:grid;place-items:center;background:#efecff;color:var(--brand);font-size:1.05rem;font-weight:900}.language-choice strong{font-size:1.1rem}.language-choice small{color:var(--muted)}.template-grid-v4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px}.template-card-v4{display:block;border:2px solid transparent;border-radius:16px;background:#f7f8fb;padding:7px;color:var(--ink);transition:.2s}.template-card-v4[hidden]{display:none!important}.template-card-v4:hover,.template-card-v4.selected{border-color:var(--brand);background:#fff;box-shadow:0 8px 24px rgba(107,78,255,.12)}.template-image{position:relative;display:block;overflow:hidden;border-radius:10px;aspect-ratio:210/297;background:#eee}.template-image img{width:100%;height:100%;object-fit:cover}.template-image b{position:absolute;top:6px;left:6px;padding:3px 6px;border-radius:999px;background:#171825;color:#fff;font-size:.6rem}.template-card-v4>strong{display:block;padding:8px 2px 2px;font-size:.76rem}.design-panel{margin-top:24px;padding:20px;border:1px solid #e1def5;border-radius:20px;background:linear-gradient(145deg,#fbfaff,#f5f3ff)}.design-panel-head{display:flex;gap:12px;margin-bottom:18px}.design-panel-head>.material-symbols-rounded{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:#fff;color:var(--brand);box-shadow:0 6px 16px rgba(43,35,88,.08)}.design-panel-head h4{font-size:1rem;font-weight:900;margin:0 0 3px}.design-panel-head p{font-size:.8rem;color:var(--muted);margin:0}.colour-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.colour-swatch{width:31px;height:31px;border-radius:50%;border:3px solid #fff;background:var(--swatch);box-shadow:0 0 0 1px #d1d5df}.colour-swatch.selected{box-shadow:0 0 0 3px #fff,0 0 0 5px var(--brand)}.custom-colour{position:relative;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;border:1px dashed #9ba1b2;color:#646c81;background:#fff;overflow:hidden}.custom-colour input{position:absolute;inset:0;opacity:0;cursor:pointer}.form-label{font-weight:800;font-size:.85rem}.form-control,.form-select{min-height:47px;border-radius:12px;border-color:#dfe2eb;padding:10px 13px}.form-control:focus,.form-select:focus{border-color:#a99cff;box-shadow:0 0 0 4px rgba(107,78,255,.1)}textarea.form-control{min-height:auto}.repeater-block{margin-bottom:30px}.repeater-title{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:12px}.repeater-title h4{font-size:1rem;font-weight:900;margin:0}.repeater-list{display:grid;gap:12px}.repeater-item{position:relative;border:1px solid var(--line);border-radius:17px;background:#fbfbfd;padding:17px}.repeater-item-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.repeater-item-grid .span-2{grid-column:span 2}.remove-repeater{position:absolute;top:9px;inset-inline-end:9px;width:31px;height:31px;border:0;border-radius:9px;background:#fff0f0;color:#d92d20;display:grid;place-items:center}.remove-repeater .material-symbols-rounded{font-size:18px}.mini-list .repeater-item-grid{grid-template-columns:minmax(0,1fr) 150px}.capacity-card{display:grid;grid-template-columns:44px 1fr 150px;align-items:center;gap:12px;margin-top:22px;padding:15px;border:1px solid #d6eadf;border-radius:15px;background:#f2fbf6}.capacity-card>.material-symbols-rounded{color:var(--success);font-size:29px}.capacity-card strong{font-size:.88rem}.capacity-card p{margin:2px 0 0;color:#557063;font-size:.78rem}.capacity-meter{height:8px;border-radius:999px;background:#dce8e1;overflow:hidden}.capacity-meter i{display:block;width:35%;height:100%;border-radius:999px;background:var(--success);transition:.2s}.builder-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:30px;padding-top:22px;border-top:1px solid var(--line)}.builder-actions .btn{min-width:130px}.preview-stage{position:relative;width:100%;min-height:675px;overflow:hidden}.preview-watermark{position:absolute;z-index:5;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-25deg);font-size:1.2rem;font-weight:900;color:rgba(157,49,71,.17);pointer-events:none;white-space:nowrap}#preview-document-scaler{position:relative;margin:auto}#cv-preview-content{position:absolute;top:0;left:0;transform-origin:top left}.font-ar #cv-preview-content{left:auto;right:0;transform-origin:top right}.preview-stage .resume-document{box-shadow:0 22px 55px rgba(31,34,60,.22)}.mobile-preview-button{display:none;position:fixed;bottom:20px;right:20px;z-index:1045;border-radius:999px}.font-ar .mobile-preview-button{right:auto;left:20px}
.why-section{background:#fff}.feature-card{height:100%;padding:25px;border:1px solid var(--line);border-radius:21px;background:#fff;box-shadow:0 10px 32px rgba(17,20,38,.05)}.feature-card>.material-symbols-rounded{width:51px;height:51px;border-radius:16px;display:grid;place-items:center;background:#f0edff;color:var(--brand);font-size:27px;margin-bottom:18px}.feature-card h3{font-size:1.05rem;font-weight:900}.feature-card p{color:var(--muted);line-height:1.85;font-size:.9rem}.seo-text-section{background:#171529;color:#fff}.seo-text-section .section-kicker{color:#bdb0ff}.seo-text-section h2{font-size:clamp(2rem,3.5vw,3.2rem);font-weight:900;line-height:1.25}.seo-text-section p{color:#c7c6d4;line-height:2}.seo-checks{display:grid;gap:10px;margin-top:25px}.seo-checks span{display:flex;align-items:center;gap:8px;font-weight:700}.seo-checks i{font-style:normal;color:#9ef2c7}.price-card{padding:38px;border:1px solid rgba(255,255,255,.16);border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.1),rgba(255,255,255,.03));text-align:center}.price-card>span{display:block;color:#c9c4ff;font-weight:800}.price-card>strong{display:block;font-size:4.5rem;line-height:1.1;margin:15px 0;font-weight:900}.price-card>strong small{font-size:1rem}.price-card p{max-width:440px;margin:0 auto 24px}.guides-section{background:#f8f8fc}.guide-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.guide-card-v4{display:grid;grid-template-columns:45px 1fr auto;gap:14px;align-items:center;padding:20px;border:1px solid var(--line);border-radius:18px;background:#fff;color:var(--ink);text-decoration:none;transition:.2s}.guide-card-v4:hover{transform:translateY(-3px);border-color:#c8beff;box-shadow:0 14px 35px rgba(54,43,109,.08)}.guide-card-v4>span{width:45px;height:45px;border-radius:13px;display:grid;place-items:center;background:#f0edff;color:var(--brand)}.guide-card-v4 h3{font-size:.98rem;font-weight:900;margin-bottom:4px}.guide-card-v4 p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:var(--muted);font-size:.8rem;line-height:1.6;margin:0}.guide-card-v4>i{font-style:normal;color:var(--brand)}.faq-section{background:#fff}.faq-accordion{max-width:900px}.faq-accordion .accordion-item{border:1px solid var(--line);border-radius:16px!important;overflow:hidden;margin-bottom:10px}.faq-accordion .accordion-button{font-weight:900;padding:18px 20px}.faq-accordion .accordion-button:not(.collapsed){background:#f7f5ff;color:var(--brand);box-shadow:none}.site-footer{padding:64px 0 24px;background:#0e0d17;color:#fff}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px}.site-footer p{color:#9d9aaa;line-height:1.9;max-width:500px}.site-footer h3{font-size:.92rem;margin-bottom:16px}.site-footer a{display:block;color:#aaa7b6;text-decoration:none;margin-bottom:10px;font-size:.86rem}.site-footer a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:45px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);color:#777484;font-size:.78rem}
@media(max-width:1199.98px){.builder-grid-v4{grid-template-columns:minmax(0,1fr) 390px}.template-grid-v4{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:991.98px){.hero-v4{padding-top:60px}.hero-cv-stage{margin-top:25px}.template-showcase-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.builder-grid-v4{display:block}.builder-form-card{border-inline-end:0}.builder-preview-card{display:none;position:fixed;inset:0;z-index:1055;height:100vh;padding:62px 16px 18px}.builder-preview-card.mobile-open{display:block}.builder-preview-card .preview-toolbar{position:absolute;top:14px;left:16px;right:16px}.builder-preview-card #preview-close{display:inline-flex!important}.mobile-preview-button{display:inline-flex}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:span 2}}
@media(max-width:767.98px){.section-space{padding:68px 0}.hero-v4 h1{font-size:2.65rem}.hero-copy{font-size:.98rem}.hero-cv-stage{height:430px;transform:scale(.82);transform-origin:top center;margin-bottom:-70px}.template-showcase-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.builder-stepper-v4{overflow-x:auto;grid-template-columns:repeat(6,100px);padding:16px}.stepper-item-v4 small{display:none}.builder-form-card{padding:22px 16px 95px}.template-grid-v4{grid-template-columns:repeat(2,minmax(0,1fr))}.choice-grid-v4{grid-template-columns:1fr}.repeater-item-grid,.mini-list .repeater-item-grid{grid-template-columns:1fr}.repeater-item-grid .span-2{grid-column:auto}.capacity-card{grid-template-columns:40px 1fr}.capacity-meter{grid-column:1/-1}.builder-actions{position:sticky;bottom:0;z-index:8;background:#fff;margin:25px -16px -95px;padding:13px 16px;border-top:1px solid var(--line)}.builder-actions .btn{min-width:0;flex:1}.guide-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.footer-bottom{flex-direction:column}.price-card>strong{font-size:3.4rem}}
@media(max-width:430px){.hero-actions .btn{width:100%}.hero-proof{display:grid}.template-showcase-grid{grid-template-columns:1fr 1fr}.template-card-v4>strong{font-size:.68rem}.builder-actions .btn{font-size:.8rem;padding-inline:8px}}
/* V4 SEO article pages */
.seo-page-hero{padding:72px 0;background:radial-gradient(circle at 15% 0%,rgba(107,78,255,.14),transparent 35%),linear-gradient(180deg,#faf9ff,#fff);border-bottom:1px solid #efedf7}.seo-page-hero h1{font-size:clamp(2.3rem,4.8vw,4.4rem);font-weight:900;line-height:1.16;letter-spacing:-.045em;margin:16px 0 20px}.font-ar .seo-page-hero h1{letter-spacing:0}.seo-page-hero p{max-width:900px;color:var(--muted);font-size:1.08rem;line-height:2;margin-bottom:28px}.seo-breadcrumb{font-size:.86rem}.seo-breadcrumb a{text-decoration:none}.seo-hero-card{padding:34px;border:1px solid #e1dcff;border-radius:24px;background:linear-gradient(145deg,#fff,#f3f0ff);text-align:center;box-shadow:0 18px 55px rgba(49,39,102,.09)}.seo-hero-card>.material-symbols-rounded{font-size:58px;color:var(--brand)}.seo-hero-card strong{display:block;font-size:1.2rem;margin:10px 0}.seo-hero-card small{color:var(--muted);line-height:1.75}.seo-article-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:48px;align-items:start}.seo-toc{position:sticky;top:100px;padding:20px;border:1px solid var(--line);border-radius:18px;background:#fafafd}.seo-toc strong{display:block;margin-bottom:13px}.seo-toc a{display:block;color:#5d6476;text-decoration:none;padding:8px 0;border-bottom:1px solid #ececf2;font-size:.85rem;line-height:1.55}.seo-toc a:last-child{border-bottom:0}.seo-toc a:hover{color:var(--brand)}.seo-article-body{max-width:920px}.seo-long-section{position:relative;padding:0 0 42px;margin:0 0 42px;border-bottom:1px solid var(--line);scroll-margin-top:110px}.seo-section-number{display:inline-flex;align-items:center;justify-content:center;width:45px;height:31px;border-radius:999px;background:#f0edff;color:var(--brand);font-size:.78rem;font-weight:900;margin-bottom:13px}.seo-long-section h2{font-size:clamp(1.45rem,2.4vw,2.1rem);font-weight:900;line-height:1.35;margin-bottom:15px}.seo-long-section>p{color:#596176;line-height:2;font-size:1rem}.seo-long-section ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px;padding:0;margin:22px 0 0;list-style:none}.seo-long-section li{display:flex;align-items:center;gap:8px;color:#384056;font-weight:700;font-size:.9rem}.seo-long-section li .material-symbols-rounded{color:var(--success);font-size:20px}.seo-inline-cta-v4{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:32px;margin:15px 0 55px;border-radius:24px;background:linear-gradient(135deg,#3d2a96,#7655f5);color:#fff;box-shadow:0 22px 60px rgba(80,59,191,.2)}.seo-inline-cta-v4 h2{font-size:1.55rem;font-weight:900}.seo-inline-cta-v4 p{margin:0;color:rgba(255,255,255,.8)}.seo-faq-block{scroll-margin-top:110px}.seo-faq-block>h2{font-size:2rem;font-weight:900;margin-bottom:22px}.related-guides-section{background:#fafafd}@media(max-width:991.98px){.seo-article-layout{grid-template-columns:1fr}.seo-toc{position:static}.seo-inline-cta-v4{flex-direction:column;align-items:stretch}}@media(max-width:767.98px){.seo-page-hero{padding:48px 0}.seo-long-section ul{grid-template-columns:1fr}.seo-inline-cta-v4{padding:24px}}

/* Arabic typography stability */
.font-ar main{font-family:"Cairo",Tahoma,Arial,sans-serif}.font-ar main h1,.font-ar main h2,.font-ar main h3,.font-ar main h4{font-family:"Cairo",Tahoma,Arial,sans-serif;letter-spacing:0!important;word-break:normal;overflow-wrap:normal}.font-ar .hero-v4 h1{font-size:clamp(2.35rem,4.6vw,4.5rem)!important;line-height:1.38!important;margin:14px 0 20px}.font-ar .hero-copy{line-height:1.95!important}.font-ar .section-heading h2{line-height:1.42!important}.font-ar .section-heading p{line-height:1.9!important}.font-ar .step-head h3,.font-ar .showcase-card h3,.font-ar .feature-card h3,.font-ar .guide-card-v4 h3{line-height:1.55!important}.material-symbols-rounded{line-height:1!important;flex-shrink:0}@media(max-width:575.98px){.font-ar .hero-v4 h1{font-size:2.15rem!important;line-height:1.5!important}.font-ar .section-heading h2{font-size:1.8rem!important;line-height:1.5!important}}
