
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800;900&display=swap');
/* Iraq AI Team brand palette */
/* Iraq AI Team website palette — matched to provided screenshot */
:root{
  --brand-red:#ED203A;
  --brand-red-dark:#C80E2E;
  --brand-red-deep:#A90028;
  --brand-black:#090A0D;
  --brand-ink:#24262B;
  --brand-gray:#65686F;
  --brand-line:#E3E4E7;
  --brand-soft:#FAFAFB;
  --brand-rose:#FFF3F5;
  --brand-rose-2:#FDE8EC;
  --brand-white:#FFFFFF;

  --navy:#090A0D;
  --navy-2:#17181C;
  --blue:#ED203A;
  --blue-2:#C80E2E;
  --green:#ED203A;
  --green-2:#C80E2E;
  --red:#ED203A;
  --ink:#24262B;
  --muted:#65686F;
  --soft:#FAFAFB;
  --soft-blue:#FFF3F5;
  --soft-green:#FFF3F5;
  --line:#E3E4E7;
  --white:#FFFFFF;
  --gold:#ED203A;
  --accent:#ED203A;
}
*{box-sizing:border-box} body{margin:0;font-family:'Cairo',Arial,sans-serif;color:var(--ink);background:#fff;direction:rtl}
a{text-decoration:none;color:inherit} button,input,textarea,select{font:inherit}
.topbar{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 4vw;border-bottom:1px solid #edf0f5;background:#fff;position:sticky;top:0;z-index:30}
.brand{display:flex;gap:12px;align-items:center;font-weight:900}.logo-mark{width:36px;height:42px;border:3px solid var(--navy);border-radius:5px;position:relative}.logo-mark:after{content:"AI";position:absolute;inset:0;display:grid;place-items:center;font-size:12px}.brand small{display:block;font-weight:600;color:#687386}
.nav{display:flex;gap:28px;align-items:center}.nav a{font-weight:700}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:16px;padding:14px 28px;font-weight:800;cursor:pointer}.btn-primary{background:linear-gradient(135deg,#0067B1,#1280D3);color:#fff}.btn-gold{background:#ffc86e;color:#111}.btn-outline{border:1px solid #111;background:#fff}.btn-soft{background:#eef2ff;color:#004F9F}
.hero{display:grid;grid-template-columns:1.15fr .85fr;gap:4vw;align-items:center;padding:72px 4vw 46px;background:radial-gradient(circle at 85% 15%,#dff5ff 0,transparent 30%),linear-gradient(#fff,#fff)}
.hero h1{font-size:clamp(42px,5vw,74px);line-height:1.15;margin:0 0 18px;font-weight:900;letter-spacing:-2px}.hero p{font-size:20px;line-height:1.9;max-width:820px}.hero-actions{display:flex;gap:18px;flex-wrap:wrap;margin:26px 0}.ai-strip{margin-top:28px;padding:20px 24px;background:linear-gradient(135deg,#f0f2ff,#f6f0ff);border-radius:16px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 10px 35px #243c7410}
.hero-visual{position:relative;min-height:540px}.resume-mock{position:absolute;right:8%;top:2%;width:74%;filter:drop-shadow(0 18px 30px #1d31532a)}.floating-badge{position:absolute;background:#bcecff;padding:16px 22px;border-radius:20px;font-weight:900;box-shadow:0 10px 24px #0001}.badge1{left:2%;top:16%}.badge2{right:0;bottom:8%;background:#fff;border:1px solid #c9d9e8}
.trust-row{display:flex;gap:35px;align-items:center;flex-wrap:wrap;padding:10px 4vw 50px;font-weight:800;color:#343b45}.feature-section{padding:70px 4vw;background:#F8FAFC}.feature-section h2{text-align:center;font-size:42px;margin:0 0 35px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.feature-card{background:#fff;border:1px solid #e7ebf3;border-radius:22px;padding:24px;box-shadow:0 15px 40px #243c740b}.feature-card .icon{font-size:34px}.feature-card h3{font-size:22px;margin:10px 0}
.builder-shell{display:grid;grid-template-columns:280px 1fr;min-height:100vh;background:linear-gradient(90deg,#fff7e7 0,#fff 35%,#e6f7ff 100%)}
.side{background:#101C36;color:#fff;padding:38px 28px;position:sticky;top:0;height:100vh}.side .brand{margin-bottom:42px}.steps{list-style:none;padding:0;margin:0}.steps li{display:flex;gap:12px;align-items:center;padding:17px 0;font-weight:700;color:#d9e1f7}.steps .dot{width:28px;height:28px;border-radius:50%;border:1px solid #6f81aa;display:grid;place-items:center}.steps .done .dot{background:#9af0ad;color:#0b2946;border:0}.steps .active{color:#fff;font-weight:900}.steps .active .dot{background:#fff;color:#101C36}
.builder-main{padding:54px 56px}.builder-grid{display:grid;grid-template-columns:minmax(0,1fr) 410px;gap:48px;align-items:start}.page-title{font-size:52px;line-height:1.15;margin:12px 0}.subtitle{font-size:18px;color:#4d5562;margin-bottom:30px}.panel{background:#F5F7FA;border-radius:16px;padding:26px;margin-bottom:24px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px 26px}.field label{display:block;font-size:14px;margin-bottom:7px}.field input,.field textarea,.field select{width:100%;border:1px solid #aeb6c5;border-radius:9px;padding:13px;background:#fff}.field textarea{min-height:120px;resize:vertical}.preview-wrap{position:sticky;top:28px}.preview-card{background:#fff;border:1px solid #111;border-radius:4px;padding:18px;box-shadow:0 10px 35px #17325e12}.preview-card .resume-paper{transform-origin:top right;font-size:8.8px}.preview-actions{text-align:center;margin-top:12px;color:#2457ff;font-weight:800}
.nav-actions{display:flex;justify-content:space-between;align-items:center;margin-top:30px}.add-card{border:1px solid #cfd5e1;background:#fff;border-radius:14px;padding:20px;margin-bottom:14px}.add-card h3{margin:0 0 8px}.chips{display:flex;flex-wrap:wrap;gap:9px}.chip{border:1px solid #b9c0cf;border-radius:999px;background:#fff;padding:9px 14px;cursor:pointer}.chip.active{background:#e7efff;border-color:#3564ff}
.template-picker{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.tpl{border:2px solid transparent;background:#fff;border-radius:12px;padding:8px;cursor:pointer}.tpl.selected{border-color:#2e5cff}.tpl-demo{height:150px;border:1px solid #c9cfd8;background:linear-gradient(#fff 0 18%,#e8edf5 18% 20%,#fff 20% 40%,#e8edf5 40% 42%,#fff 42%)}.color-row{display:flex;gap:12px;flex-wrap:wrap}.color-dot{width:34px;height:34px;border-radius:50%;border:3px solid #fff;outline:1px solid #c8ced8;cursor:pointer}
.resume-paper{width:100%;background:#fff;color:#222;direction:rtl;padding:28px 32px;min-height:600px;font-family:Georgia,'Times New Roman',serif;line-height:1.45}
.resume-head{text-align:center;border-bottom:1px solid #d6d6d6;padding-bottom:10px}.resume-head .initials{width:38px;height:38px;border:1px solid var(--accent);border-radius:50%;display:grid;place-items:center;margin:auto;color:var(--accent)}.resume-head h1{font-size:25px;color:var(--accent);margin:8px 0 4px}.resume-head p{margin:0 0 3px}.resume-paper section{margin-top:14px}.resume-paper h2{color:var(--accent);font-size:14px;border-bottom:1px solid #ddd;padding-bottom:4px;margin:0 0 8px}.resume-paper p,.resume-paper li,.resume-paper small,.resume-paper span{font-size:10px}.skill-grid{display:grid;grid-template-columns:1fr 1fr;gap:3px 14px}.resume-row{display:grid;grid-template-columns:34% 66%;gap:14px;border-bottom:1px solid #eee;padding:7px 0}.resume-row ul{margin:0;padding-right:16px}.resume-edu{padding:5px 0}.resume-edu small{display:block;color:#666}
.modal-bg{position:fixed;inset:0;background:#0b153a99;display:none;align-items:center;justify-content:center;z-index:100}.modal-bg.show{display:flex}.modal{width:min(780px,92vw);background:#fff;border-radius:18px;padding:30px;max-height:90vh;overflow:auto}.modal h2{font-size:32px;margin-top:0}
.admin-wrap{display:grid;grid-template-columns:260px 1fr;min-height:100vh;background:#F5F7FA}.admin-side{background:#0A1224;color:#fff;padding:28px}.admin-side a{display:block;padding:13px;border-radius:10px;margin:4px 0}.admin-side a:hover{background:#173a74}.admin-main{padding:34px}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.stat{background:#fff;border-radius:16px;padding:22px;box-shadow:0 8px 24px #1830570a}.stat strong{font-size:30px}.table{width:100%;border-collapse:collapse;background:#fff;border-radius:14px;overflow:hidden}.table th,.table td{padding:13px;border-bottom:1px solid #eee;text-align:right}
.footer{padding:38px 4vw;background:#0A1224;color:#dfe7f5;margin-top:40px}
@media(max-width:1100px){.hero{grid-template-columns:1fr}.hero-visual{min-height:430px}.builder-grid{grid-template-columns:1fr}.preview-wrap{position:relative}.stat-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.nav{display:none}.hero{padding-top:40px}.hero h1{font-size:42px}.feature-grid{grid-template-columns:1fr}.builder-shell{grid-template-columns:1fr}.side{position:relative;height:auto}.steps{display:grid;grid-template-columns:repeat(4,1fr);font-size:11px}.steps li{display:block;text-align:center}.builder-main{padding:28px 18px}.form-grid{grid-template-columns:1fr}.page-title{font-size:36px}.admin-wrap{grid-template-columns:1fr}.admin-side{position:relative}.stat-grid{grid-template-columns:1fr}}
@media print{.no-print,.topbar,.side,.nav-actions,.preview-actions{display:none!important}.resume-paper{box-shadow:none!important;border:0!important;width:210mm;min-height:297mm;margin:0;padding:14mm}.builder-main{padding:0}.preview-wrap{position:static}.builder-grid{display:block}}

/* Launch polish: intentionally editorial/human, with imperfect geometry and layered shapes */
html{scroll-behavior:smooth}.human-hero{overflow:hidden;position:relative;border-bottom:1px solid #e6e8ed}
.eyebrow,.section-kicker{display:inline-flex;align-items:center;gap:8px;font-weight:900;letter-spacing:.2px;color:#004F9F;background:#e7f9ff;border:1px solid #bceaf4;padding:8px 13px;border-radius:999px}
.human-hero h1 span{color:#0067B1;position:relative}.human-hero h1 span:after{content:"";position:absolute;height:12px;left:2%;right:0;bottom:3px;background:#f6c45f66;z-index:-1;transform:rotate(-1.2deg);border-radius:50%}
.shape{position:absolute;pointer-events:none}.shape-dot{width:10px;height:10px;border-radius:50%;background:#ffb84d;box-shadow:18px 10px 0 #2a5fff,36px -2px 0 #1a9d82}.shape-ring{width:74px;height:74px;border:8px solid #ffbf55;border-radius:50%;opacity:.45}.shape-scribble{width:110px;height:42px;border-top:5px solid #101C36;border-radius:50%;transform:rotate(-12deg)}.s1{right:48%;top:92px}.s2{left:4%;bottom:80px}.s3{right:42%;bottom:55px}
.tape{position:absolute;width:92px;height:26px;background:#ffd77d88;backdrop-filter:blur(2px);transform:rotate(-11deg);border:1px solid #f1bd55}.tape-a{right:2%;top:4%}.tape-b{left:8%;bottom:8%;transform:rotate(8deg)}
.section-kicker{background:transparent;border:0;padding:0;color:#004F9F}.templates-section,.advice-section{padding:84px 4vw}.templates-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:32px}.templates-head h2,.advice-intro h2{font-size:48px;margin:6px 0 8px}.templates-head p,.advice-intro p{font-size:18px;color:#687386;max-width:720px}
.templates-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.template-showcase{background:#f3f5f9;border:1px solid #DCE2E8;border-radius:20px;padding:18px;transition:.25s;position:relative}.template-showcase:nth-child(2n){transform:translateY(18px)}.template-showcase:hover{transform:translateY(-7px) rotate(-.4deg);box-shadow:0 22px 55px #17325e18}.template-canvas{height:400px;overflow:hidden;background:white;border:1px solid #cfd4dc;box-shadow:0 10px 25px #0000000d}.template-canvas .resume-paper{font-size:6.2px;min-height:720px;transform:scale(.63);transform-origin:top right;width:158%}.template-meta{display:flex;justify-content:space-between;align-items:center;padding:16px 4px 2px}.template-meta strong{display:block;font-size:19px}.template-meta span{color:#687386;font-size:13px}.template-meta .arrow{font-size:28px;color:#244fe5}
.advice-section{background:#101C36;color:#fff;position:relative;overflow:hidden}.advice-section:before{content:"";position:absolute;width:360px;height:360px;border:70px solid #2857ff33;border-radius:50%;left:-150px;top:-130px}.advice-intro{position:relative}.advice-intro p{color:#cad5ec}.advice-board{position:relative;display:grid;grid-template-columns:1.35fr .65fr .65fr;gap:16px;margin-top:34px}.advice-card{background:#fff;color:#17202f;border-radius:18px;padding:24px;min-height:210px;position:relative;overflow:hidden}.advice-card:nth-child(3){transform:rotate(1deg)}.advice-card:nth-child(4){transform:rotate(-.7deg)}.advice-card span{font-weight:900;color:#315ee9}.advice-card h3{font-size:22px;margin:8px 0}.advice-card.big{grid-row:span 2;min-height:440px;background:#ffd27c}.advice-card.big h3{font-size:34px}.advice-example{background:#fff9;border:1px dashed #805d20;padding:16px;border-radius:12px;margin-top:20px;line-height:1.9}
.cta-band{margin:0 4vw 70px;background:#dff6ff;border:1px solid #bae2ef;border-radius:28px;padding:36px 42px;display:flex;align-items:center;justify-content:space-between;position:relative;overflow:hidden}.cta-band h2{font-size:36px;margin:2px 0}.cta-band .shape-ring{left:42%;top:-24px}
.editorial-card{position:relative;overflow:hidden}.editorial-card .num{font-size:44px;font-weight:900;color:#d6dceb;position:absolute;left:18px;top:10px}.editorial-card:hover .num{color:#ffc86e}
.resume-paper{position:relative;overflow:hidden}.paper-shape{display:none;position:absolute;pointer-events:none}.template-modern .resume-head{text-align:right;border-bottom:4px solid var(--accent);padding-right:10px}.template-modern .initials{margin:0 0 8px auto}.template-modern h2{background:#eef5ff;border:0;padding:5px 8px;border-radius:3px}.template-minimal .initials,.template-minimal .paper-shape{display:none}.template-minimal .resume-head h1{color:#111;font-size:27px}.template-minimal h2{color:#111;border-bottom:2px solid #111}.template-creative .paper-shape{display:block}.template-creative .paper-shape-a{width:150px;height:150px;background:color-mix(in srgb,var(--accent) 14%,white);border-radius:50%;right:-75px;top:-55px}.template-creative .resume-head{text-align:right;padding-right:16px;border:0}.template-creative .initials{margin:0 0 6px auto;background:var(--accent);color:#fff}.template-creative h2{border:0;position:relative;padding-right:12px}.template-creative h2:before{content:"";position:absolute;width:5px;right:0;top:1px;bottom:1px;background:var(--accent);border-radius:5px}.template-classic .resume-head h1{font-family:Georgia,serif;letter-spacing:1px;color:#222}.template-classic h2{color:#222;border-bottom:1px solid #222;text-align:center}.template-tech{border-top:10px solid var(--accent)}.template-tech .resume-head{text-align:right}.template-tech .initials{border-radius:6px;margin:0 0 6px auto}.template-tech h2{background:var(--accent);color:#fff;border:0;padding:5px 8px}.template-executive .resume-head{border-top:5px solid var(--accent);padding-top:10px}
.paywall{max-width:1180px;margin:4vh auto;display:grid;grid-template-columns:1.05fr .95fr;background:#101C36;color:#fff;border-radius:28px;overflow:hidden;box-shadow:0 24px 70px #15264f33}.pay-left{padding:52px}.pay-right{padding:34px;background:#f7f9ff;color:#111}.price-option{display:flex;align-items:center;justify-content:space-between;background:#fff;border:2px solid #d9dfeb;border-radius:16px;padding:18px;margin-bottom:14px}.price-option.selected{border-color:#0067B1;box-shadow:0 0 0 4px #0067B116}.pay-list{list-style:none;padding:0}.pay-list li{padding:8px 0}.pay-list li:before{content:"✓";display:inline-grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#b9f3c6;color:#0c6840;margin-left:9px}
.format-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.format-card{display:block;border:2px solid #DCE2E8;border-radius:18px;padding:22px;background:#fff;cursor:pointer}.format-card input{display:none}.format-card:has(input:checked){border-color:#2b5cff;box-shadow:0 0 0 4px #2b5cff12}.format-icon{font-size:38px}.format-card strong{font-size:22px;display:block}
@media(max-width:1000px){.templates-grid{grid-template-columns:1fr 1fr}.advice-board{grid-template-columns:1fr 1fr}.advice-card.big{grid-row:auto}.paywall{grid-template-columns:1fr}}
@media(max-width:700px){.templates-grid,.advice-board{grid-template-columns:1fr}.template-showcase:nth-child(2n){transform:none}.templates-head{display:block}.cta-band{display:block}.cta-band .btn{margin-top:18px}.format-grid{grid-template-columns:1fr}}

/* Advanced interactive UI */
.icon{width:22px;height:22px;display:inline-block;vertical-align:middle;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.icon-lg{width:34px;height:34px}.icon-xl{width:52px;height:52px}
.btn .icon{margin-left:8px}.btn{transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.btn:hover{transform:translateY(-1px);box-shadow:0 10px 26px #244b9a18}
.import-zone{border:1.5px dashed #9fb0cc;background:linear-gradient(180deg,#fbfdff,#f7f9fc);border-radius:22px;padding:34px;text-align:center;transition:.2s;position:relative}.import-zone.dragover{border-color:#0067B1;background:#eef4ff}.import-zone .upload-orb{width:74px;height:74px;border-radius:22px;background:#eef3ff;color:#315be9;display:grid;place-items:center;margin:0 auto 16px;box-shadow:inset 0 0 0 1px #dbe4ff}
.import-methods{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:20px}.method-card{border:1px solid #DCE2E8;background:#fff;border-radius:16px;padding:18px;display:flex;align-items:center;gap:14px;text-align:right;cursor:pointer;transition:.18s}.method-card:hover{border-color:#7695ff;box-shadow:0 12px 30px #1c3c7a0e}.method-card .method-icon{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:#f1f5ff;color:#004F9F}
.builder-workspace{display:grid;grid-template-columns:1fr 430px;gap:34px}.smart-card{background:#fff;border:1px solid #DCE2E8;border-radius:18px;padding:18px;box-shadow:0 8px 26px #1f3f7710}.smart-card + .smart-card{margin-top:14px}.smart-head{display:flex;justify-content:space-between;align-items:center;gap:12px}.smart-head h3{margin:0;font-size:18px}.smart-tools{display:flex;gap:8px;flex-wrap:wrap}.ghost-action{border:1px solid #d7ddea;background:#fff;color:#004F9F;border-radius:12px;padding:9px 12px;font-weight:800;cursor:pointer;display:inline-flex;gap:7px;align-items:center}.ghost-action:hover{background:#f6f8ff}
.ai-dock{position:sticky;top:26px}.ai-assistant{background:linear-gradient(160deg,#101e42 0%,#0A315F 100%);color:#fff;border-radius:24px;padding:22px;box-shadow:0 20px 55px #13295b2b;overflow:hidden;position:relative}.ai-assistant:after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;border:34px solid #3d67d82a;left:-70px;bottom:-95px}.ai-assistant .ai-mark{width:46px;height:46px;border-radius:14px;background:#fff;color:#17315f;display:grid;place-items:center;margin-bottom:14px}.ai-assistant h3{font-size:22px;margin:0 0 8px}.ai-assistant p{color:#cbd6ed;line-height:1.8}.ai-quick{display:grid;gap:9px;margin-top:16px;position:relative;z-index:1}.ai-quick button{background:#ffffff10;color:#fff;border:1px solid #ffffff22;border-radius:12px;padding:11px 13px;text-align:right;cursor:pointer}.ai-quick button:hover{background:#ffffff18}
.live-status{display:flex;align-items:center;gap:8px;font-size:13px;color:#60708a}.status-dot{width:8px;height:8px;border-radius:50%;background:#15A95B}.status-dot.saving{background:#f59e0b;animation:pulse 1s infinite}@keyframes pulse{50%{opacity:.35}}
.progress-top{height:6px;background:#e8edf6;position:sticky;top:0;z-index:40}.progress-top span{display:block;height:100%;background:linear-gradient(90deg,#0067B1,#6c8cff);transition:width .25s}
.builder-card{background:#fff;border:1px solid #DCE2E8;border-radius:20px;padding:22px;margin-bottom:16px;box-shadow:0 8px 24px #203e7310}.builder-card.collapsed .card-body{display:none}.builder-card .drag-handle{color:#94a3b8;cursor:grab}.card-actions{display:flex;gap:8px;align-items:center}.mini-btn{width:38px;height:38px;border-radius:11px;border:1px solid #dbe1ec;background:#fff;display:grid;place-items:center;cursor:pointer;color:#004F9F}.mini-btn.danger{color:#c33}
.dynamic-suggest{background:#f7f9fd;border:1px solid #e0e5ef;border-radius:14px;padding:14px;margin-top:12px}.suggest-row{display:flex;justify-content:space-between;gap:14px;align-items:start}.suggest-row p{margin:0;line-height:1.7}.suggest-actions{display:flex;gap:7px;flex-shrink:0}
.pay-shell{min-height:100vh;background:#101C36;color:#fff}.pay-header{display:flex;justify-content:space-between;align-items:center;padding:22px 5vw}.pay-content{max-width:1220px;margin:0 auto;padding:36px 4vw 48px;display:grid;grid-template-columns:1.05fr .95fr;gap:54px}.pay-hero h1{font-size:52px;line-height:1.25;margin:16px 0}.pay-proof{display:flex;gap:16px;align-items:center;margin:26px 0}.pay-avatar{width:74px;height:74px;border-radius:22px;background:linear-gradient(145deg,#d9e6ff,#a9c4ff);display:grid;place-items:center;color:#16315f}.pay-quote{font-size:19px;line-height:1.8;color:#eef3ff}.pay-guarantee{background:#fff;color:#111;border-radius:18px;padding:22px;margin-top:24px;display:flex;gap:16px;align-items:center}.pay-guarantee .shield{width:48px;height:48px;border-radius:14px;background:#eafbf0;color:#118148;display:grid;place-items:center}.pay-panel{background:#fff;color:#111;border-radius:22px;padding:26px;align-self:start}.plan-choice{border:1px solid #dce2ec;border-radius:14px;padding:17px;display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;cursor:pointer}.plan-choice.active{background:#eefbf1;border-color:#b5e6c2}.plan-choice .price{font-size:26px;font-weight:900}.pay-features{list-style:none;padding:0;margin:20px 0}.pay-features li{display:flex;gap:10px;align-items:center;padding:9px 0;color:#273245}.pay-features .check{width:26px;height:26px;border-radius:50%;background:#edf2ff;color:#2d55e4;display:grid;place-items:center;flex:none}.secure-row{display:flex;gap:10px;align-items:center;justify-content:center;font-size:13px;color:#64748b;margin-top:14px}.format-pill{display:inline-flex;padding:6px 10px;border-radius:999px;background:#edf2ff;color:#2d55e4;font-weight:800;font-size:12px}
.modal-wide{width:min(980px,94vw)}.ai-output-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.ai-output{border:1px solid #dfe5ef;border-radius:16px;padding:17px;background:#fff}.ai-output.selected{border-color:#365ff0;box-shadow:0 0 0 3px #365ff014}
.job-match{background:#fff8e8;border:1px solid #f1d89b;border-radius:18px;padding:18px}.match-score{width:70px;height:70px;border-radius:50%;display:grid;place-items:center;border:8px solid #f4c45f;font-size:19px;font-weight:900}
@media(max-width:1050px){.builder-workspace{grid-template-columns:1fr}.ai-dock{position:relative}.pay-content{grid-template-columns:1fr}.ai-output-grid{grid-template-columns:1fr}}
@media(max-width:700px){.import-methods{grid-template-columns:1fr}.pay-hero h1{font-size:38px}.pay-content{padding:20px}.pay-panel{padding:20px}}

.header-logo{height:54px;width:auto;object-fit:contain;max-width:310px}.pay-logo{height:68px;width:auto}.footer-logo{height:56px;width:auto}.brand-image img{width:205px;max-height:90px;object-fit:contain;object-position:right center}.builder-language{display:flex;gap:8px;margin:0 0 20px}.builder-language a,.lang-switch a{border:1px solid #dbe1ed;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:900;background:#fff;color:#14264b}.lang-switch{display:flex;gap:6px}.top-actions{display:flex;align-items:center;gap:9px}.hero-notes{display:flex;gap:9px;flex-wrap:wrap;margin-top:20px}.hero-notes span{border:1px solid #dce3ef;background:#fff;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:800}
.workspace-head{display:flex;justify-content:space-between;align-items:center}.editor-toolbar{display:flex;gap:8px;flex-wrap:wrap;margin:8px 0}.helper-text{display:block;color:#687386;margin-top:6px}.real-template-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:16px 0 24px}.real-template-card{border:2px solid #e2e7ef;border-radius:16px;background:#f7f8fb;padding:9px;cursor:pointer;transition:.18s}.real-template-card.selected{border-color:#0067B1;box-shadow:0 0 0 4px #0067B112}.real-template-thumb{height:250px;background:#fff;overflow:hidden;border:1px solid #dfe3ea}.real-template-thumb .resume-paper{width:190%;min-height:700px;transform:scale(.52);transform-origin:top right}.real-template-card strong{display:block;padding:10px 4px 2px}.delivery-page{max-width:1180px;margin:auto;padding:50px 20px}.delivery-head{max-width:760px;margin-bottom:28px}.delivery-head h1{font-size:48px;margin:10px 0}.delivery-grid{display:grid;grid-template-columns:1fr 430px;gap:34px}.method-icon{width:52px;height:52px;border-radius:15px;background:#eef3ff;color:#0067B1;display:grid;place-items:center;margin-bottom:12px}.plan-card{display:block;border:2px solid #dde3ed;border-radius:16px;padding:18px;margin:14px 0;cursor:pointer;position:relative}.plan-card:has(input:checked){border-color:#0067B1;box-shadow:0 0 0 4px #0067B113}.plan-card input{position:absolute;opacity:0}.plan-card.popular{background:#f2fbf4}.plan-top{display:flex;justify-content:space-between;gap:15px;align-items:center}.plan-top strong{font-size:20px}.popular-tag{display:inline-block;margin-inline-start:8px;background:#ffd278;border-radius:999px;padding:5px 8px;font-size:11px;font-weight:900}.plan-price b{font-size:31px}.plan-card ul{list-style:none;padding:0;margin:16px 0}.plan-card li{display:flex;gap:9px;align-items:center;padding:6px 0}.plan-card .check{width:24px;height:24px;border-radius:50%;background:#e8edff;color:#0067B1;display:grid;place-items:center;flex:none}.plan-note{font-size:13px;color:#687386;line-height:1.6}
.auth-shell{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;background:#F5F7FA}.auth-brand{padding:7vw;background:#101C36;color:#fff;display:flex;flex-direction:column;justify-content:center}.auth-logo{width:min(390px,80%);margin-bottom:35px}.auth-brand h1{font-size:48px;line-height:1.25}.auth-brand p{color:#cbd6e8;font-size:18px}.auth-panel{background:#fff;padding:7vw;display:flex;flex-direction:column;justify-content:center}.auth-panel h2{font-size:38px}.auth-panel .field{margin-bottom:14px}.auth-alt{text-align:center}.notice{padding:13px 15px;border-radius:12px;margin:12px 0}.notice.error{background:#fff0f0;border:1px solid #ffc8c8}.notice.success{background:#effbf2;border:1px solid #bfe8c8}
.admin-two{display:grid;grid-template-columns:1.1fr .9fr;gap:22px}.admin-settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.settings-logo{max-width:300px;max-height:120px;object-fit:contain;background:#101C36;border-radius:14px;padding:12px;margin-bottom:16px}.integration-links{display:grid;gap:7px;margin:14px 0}.integration-links code{direction:ltr;text-align:left;display:block;background:#f5f7fa;border:1px solid #e1e5ec;padding:10px;border-radius:10px;overflow:auto}.admin-resume-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.admin-mini-resume{height:270px;overflow:hidden;border:1px solid #ddd;margin-bottom:10px;background:#fff}.admin-mini-resume .resume-paper{width:190%;transform:scale(.51);transform-origin:top right}.seo-faq{max-width:980px;margin:0 auto;padding:80px 24px}.seo-faq h2{font-size:42px}.seo-faq details{border-top:1px solid #dfe4eb;padding:18px 0}.seo-faq summary{font-weight:900;font-size:18px;cursor:pointer}.seo-faq p{color:#5d6674}
@media(max-width:1000px){.delivery-grid,.auth-shell,.admin-two,.admin-settings-grid{grid-template-columns:1fr}.real-template-grid{grid-template-columns:1fr 1fr}.admin-resume-grid{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.header-logo{height:42px;max-width:190px}.real-template-grid,.admin-resume-grid{grid-template-columns:1fr}.workspace-head{display:block}.delivery-head h1{font-size:36px}.auth-brand h1{font-size:36px}}

.template-filter{display:flex;gap:8px;flex-wrap:wrap;margin:16px 0}.template-filter .chip.active{background:#183b89;color:#fff;border-color:#183b89}
.real-template-grid{grid-template-columns:repeat(3,minmax(0,1fr));max-height:980px;overflow:auto;padding:4px}
.cover-paper{min-height:650px;background:#fff;padding:46px;line-height:1.9;white-space:pre-wrap}
[class*="template-executive-"] .resume-head{border-top:7px solid var(--accent);padding-top:12px}
.template-executive-ink{border-left:10px solid #111}.template-executive-gold{border-top:12px double var(--accent)}.template-executive-slate .resume-head{text-align:right;background:#f1f4f7;padding:14px}.template-executive-emerald h2{background:#eefaf4;border:0;padding:5px}.template-executive-border{border:2px solid var(--accent);padding:24px}
[class*="template-modern-"] .resume-head{text-align:right;border-bottom:5px solid var(--accent)}.template-modern-blue h2,.template-modern-coral h2,.template-modern-steel h2,.template-modern-teal h2{background:#f4f7fb;border:0;padding:5px 9px}.template-modern-block .resume-head{background:var(--accent);color:#fff;padding:16px}.template-modern-block .resume-head h1{color:#fff}
[class*="template-minimal-"] .initials{display:none}.template-minimal-serif{font-family:Georgia,serif}.template-minimal-grid .skill-grid{grid-template-columns:repeat(3,1fr)}.template-minimal-line h2{border-bottom:1px solid #111;color:#111}.template-minimal-air{padding:42px;line-height:1.75}.template-minimal-mono{font-family:ui-monospace,monospace}
[class*="template-creative-"] .paper-shape{display:block}.template-creative-violet .resume-head,.template-creative-coral .resume-head,.template-creative-mint .resume-head,.template-creative-amber .resume-head{text-align:right;border:0}.template-creative-curve:before{content:"";position:absolute;width:260px;height:120px;border-radius:0 0 100% 100%;background:color-mix(in srgb,var(--accent) 18%,white);top:0;right:0}
[class*="template-classic-"] .resume-head h1{font-family:Georgia,serif;color:#222}.template-classic-navy h2,.template-classic-burgundy h2,.template-classic-forest h2,.template-classic-sand h2{color:#222;border-bottom:2px solid var(--accent)}.template-classic-rule section{border-top:1px solid #bbb;padding-top:8px}
[class*="template-tech-"]{border-top:9px solid var(--accent)}[class*="template-tech-"] .resume-head{text-align:right}.template-tech-cyan h2,.template-tech-indigo h2,.template-tech-lime h2,.template-tech-slate h2{background:var(--accent);color:#fff;border:0;padding:5px 8px}.template-tech-terminal{font-family:ui-monospace,monospace;background:linear-gradient(90deg,#fbfcfe,#fff)}
@media(max-width:760px){.real-template-grid{grid-template-columns:1fr;max-height:none}}

.import-success{display:flex;gap:14px;align-items:flex-start;background:#effbf3;border:1px solid #bce3c7;border-radius:16px;padding:16px 18px;margin:0 0 18px;color:#154f2f}.import-success>div:first-child{width:42px;height:42px;border-radius:13px;background:#d9f5e2;display:grid;place-items:center;flex:none}.import-success strong{font-size:17px}.import-success p{margin:4px 0 0;color:#476553;line-height:1.6}

/* CV AI brand-consistency overrides */
body{color:var(--ink);background:var(--white)}
.topbar{background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}
.nav a{color:var(--navy)}
.btn-primary{background:linear-gradient(135deg,var(--blue-2),var(--blue));color:#fff;box-shadow:0 10px 24px rgba(0,103,177,.16)}
.btn-primary:hover{box-shadow:0 14px 30px rgba(0,103,177,.24)}
.btn-soft{background:var(--soft-blue);color:var(--blue-2)}
.btn-gold{background:var(--green);color:#fff}
.btn-gold:hover{background:#118148}
.btn-outline{border-color:var(--line);color:var(--navy)}
.btn-outline:hover{border-color:var(--blue);color:var(--blue)}
.eyebrow,.section-kicker{color:var(--blue-2);background:var(--soft-blue);border-color:#CFE6F5}
.human-hero{background:
  radial-gradient(circle at 88% 18%,rgba(0,103,177,.10),transparent 28%),
  radial-gradient(circle at 14% 82%,rgba(21,169,91,.08),transparent 23%),
  linear-gradient(#fff,#fff)}
.human-hero h1 span{color:var(--blue)}
.ai-strip{background:linear-gradient(135deg,var(--soft-blue),var(--soft-green));border:1px solid #DCECF2}
.trust-row{color:var(--navy)}
.feature-section{background:var(--soft)}
.feature-card,.smart-card,.builder-card,.preview-card,.pay-panel,.auth-panel,.stat,.table{border-color:var(--line)}
.feature-card:hover,.smart-card:hover{box-shadow:0 16px 40px rgba(10,18,36,.08)}
.editorial-card .num{color:#D9E4ED}
.editorial-card:hover .num{color:var(--green)}
.templates-section{background:#fff}
.template-showcase{background:var(--soft);border-color:var(--line)}
.template-showcase:hover{box-shadow:0 22px 55px rgba(10,18,36,.12)}
.template-meta .arrow{color:var(--blue)}
.advice-section{background:linear-gradient(145deg,var(--navy),var(--navy-2))}
.advice-section:before{border-color:rgba(0,103,177,.20)}
.advice-card.big{background:#E8F5ED}
.advice-card span{color:var(--blue)}
.cta-band{background:linear-gradient(135deg,var(--soft-blue),var(--soft-green));border-color:#CEE6DF}
.footer{background:var(--navy);color:#E6EDF5}
.side,.admin-side{background:linear-gradient(180deg,var(--navy),var(--navy-2))}
.steps .done .dot{background:#CFF3DC;color:#0B6F3A}
.steps .active .dot{background:#fff;color:var(--navy)}
.progress-top{background:#E8EEF3}
.progress-top span{background:linear-gradient(90deg,var(--blue-2),var(--blue),var(--green))}
.ai-assistant{background:linear-gradient(160deg,var(--navy),var(--navy-2))}
.ai-assistant .ai-mark{color:var(--blue-2)}
.ghost-action{color:var(--blue-2);border-color:var(--line)}
.ghost-action:hover{background:var(--soft-blue)}
.chip.active{background:var(--blue);border-color:var(--blue);color:#fff}
.live-status{color:var(--muted)}
.status-dot{background:var(--green)}
.import-zone.dragover{border-color:var(--blue);background:var(--soft-blue)}
.import-zone .upload-orb,.method-card .method-icon,.method-icon{background:var(--soft-blue);color:var(--blue-2)}
.import-success{background:var(--soft-green);border-color:#BFE5CC;color:#0D5D36}
.import-success>div:first-child{background:#D7F0E0}
.pay-shell{background:linear-gradient(145deg,var(--navy),var(--navy-2))}
.pay-guarantee .shield{background:var(--soft-green);color:var(--green)}
.plan-card:has(input:checked){border-color:var(--blue);box-shadow:0 0 0 4px rgba(0,103,177,.09)}
.plan-card.popular{background:var(--soft-green)}
.popular-tag{background:#DDF4E5;color:#0B6F3A}
.plan-card .check,.pay-features .check{background:var(--soft-blue);color:var(--blue)}
.format-pill{background:var(--soft-blue);color:var(--blue-2)}
.auth-brand{background:linear-gradient(150deg,var(--navy),var(--navy-2))}
.notice.success{background:var(--soft-green);border-color:#BFE5CC}
.notice.error{background:#FFF1F1;border-color:#F4C2C2}
.settings-logo{background:var(--navy)}
.integration-links code{background:var(--soft);border-color:var(--line)}
.template-filter .chip.active{background:var(--blue);border-color:var(--blue)}
.real-template-card.selected{border-color:var(--blue);box-shadow:0 0 0 4px rgba(0,103,177,.09)}
.color-dot{box-shadow:0 0 0 1px rgba(10,18,36,.08)}
.seo-faq summary{color:var(--navy)}

/* Final Iraq AI Team visual system */
html,body{background:#fff;color:var(--brand-ink)}
body{
  background:
    radial-gradient(circle at 78% 14%,rgba(237,32,58,.055),transparent 29%),
    radial-gradient(circle at 8% 67%,rgba(237,32,58,.045),transparent 27%),
    #fff;
}
.topbar{
  background:rgba(255,255,255,.96);
  border-bottom:1px solid #ECECEF;
  box-shadow:0 2px 12px rgba(9,10,13,.035);
}
.nav{
  border:1px solid var(--brand-line);
  border-radius:999px;
  padding:7px 18px;
  background:#FCFCFD;
}
.nav a{color:#34363B}
.nav a:hover{color:var(--brand-red)}
.lang-switch a,.builder-language a{
  background:#fff;
  color:#1F2024;
  border:1px solid #D9DADE;
}
.btn-primary,.btn-gold{
  background:linear-gradient(135deg,#F22042,var(--brand-red-dark));
  color:#fff;
  border-color:transparent;
  box-shadow:0 10px 24px rgba(237,32,58,.22);
}
.btn-primary:hover,.btn-gold:hover{
  background:linear-gradient(135deg,var(--brand-red),#B9092A);
  box-shadow:0 14px 30px rgba(237,32,58,.28);
}
.btn-outline{
  background:#fff;
  color:#18191D;
  border-color:#DADCE0;
}
.btn-outline:hover{
  color:var(--brand-red);
  border-color:#F0A8B4;
  background:#FFF9FA;
}
.btn-soft,.ghost-action{
  background:#FFF7F8;
  color:var(--brand-red-dark);
  border-color:#F3CBD1;
}
.btn-soft:hover,.ghost-action:hover{background:#FDECEF}
.eyebrow,.section-kicker,.format-pill{
  color:var(--brand-red-dark);
  background:#FFF5F6;
  border:1px solid #F3BBC5;
}
.human-hero{
  background:
    radial-gradient(circle at 83% 18%,rgba(237,32,58,.08),transparent 30%),
    radial-gradient(circle at 16% 80%,rgba(237,32,58,.05),transparent 30%),
    linear-gradient(180deg,#fff,#fffafa);
}
.human-hero h1{color:#090A0D}
.human-hero h1 span{color:var(--brand-red)}
.human-hero h1 span:after{background:rgba(237,32,58,.10)}
.shape-dot{background:var(--brand-red);box-shadow:18px 10px 0 #090A0D,36px -2px 0 #F7A3B0}
.shape-ring{border-color:var(--brand-red)}
.shape-scribble{border-color:#090A0D}
.tape{background:#FDE4E8;border-color:#F3B4BF}
.hero-notes span,.trust-row span{
  background:#FAFAFB;
  border:1px solid #E0E2E5;
  color:#404248;
}
.ai-strip{
  background:linear-gradient(135deg,#FFF7F8,#FFF);
  border-color:#F2CED4;
}
.feature-section{background:#FCFCFD}
.feature-card,.smart-card,.builder-card,.preview-card,.format-card,.method-card{
  background:#fff;
  border-color:#E2E3E6;
}
.feature-card:hover,.smart-card:hover,.builder-card:hover{
  border-color:#F0C0C8;
  box-shadow:0 16px 42px rgba(9,10,13,.07);
}
.editorial-card .num{color:#E4E5E8}
.editorial-card:hover .num{color:#F0A0AD}
.templates-section{background:#fff}
.template-showcase{background:#FBFBFC;border-color:#E2E3E6}
.template-showcase:hover{
  border-color:#F0C0C8;
  box-shadow:0 22px 55px rgba(9,10,13,.10);
}
.template-meta .arrow{color:var(--brand-red)}
.real-template-card.selected{
  border-color:var(--brand-red);
  box-shadow:0 0 0 4px rgba(237,32,58,.08);
}
.template-filter .chip.active,.chip.active{
  background:var(--brand-red);
  border-color:var(--brand-red);
  color:#fff;
}
.advice-section{
  background:linear-gradient(145deg,#0B0C10,#17181D);
  color:#fff;
}
.advice-section:before{border-color:rgba(237,32,58,.18)}
.advice-card span{color:var(--brand-red)}
.advice-card.big{
  background:#FFF4F6;
  color:#1B1C20;
}
.cta-band{
  background:linear-gradient(135deg,#FFF3F5,#FFF);
  border-color:#F1CBD2;
}
.footer,.side,.admin-side,.auth-brand,.pay-shell{
  background:linear-gradient(145deg,#090A0D,#1A1B20);
}
.progress-top{background:#EFEFF1}
.progress-top span{
  background:linear-gradient(90deg,#B8092A,#ED203A,#F45A72);
}
.steps .done .dot{
  background:#FDE5E9;
  color:var(--brand-red-dark);
}
.steps .active .dot{
  background:#fff;
  color:var(--brand-red);
}
.ai-assistant{
  background:linear-gradient(155deg,#0B0C10,#1A1B20);
}
.ai-assistant .ai-mark{
  color:var(--brand-red);
  background:#FFF;
}
.status-dot{background:var(--brand-red)}
.import-zone{
  border-color:#DADCE0;
  background:linear-gradient(180deg,#fff,#FCFCFD);
}
.import-zone.dragover{
  border-color:var(--brand-red);
  background:#FFF5F6;
}
.import-zone .upload-orb,.method-card .method-icon,.method-icon{
  background:#FFF3F5;
  color:var(--brand-red);
}
.import-success,.notice.success{
  background:#FFF5F6;
  border-color:#F0C3CB;
  color:#7E1125;
}
.import-success>div:first-child{background:#FDE5E9}
.plan-card:has(input:checked){
  border-color:var(--brand-red);
  box-shadow:0 0 0 4px rgba(237,32,58,.08);
}
.plan-card.popular{background:#FFF8F9}
.popular-tag{
  background:#FFE2E7;
  color:#A50927;
}
.plan-card .check,.pay-features .check{
  background:#FDE8EC;
  color:var(--brand-red);
}
.pay-guarantee .shield{
  background:#FDE8EC;
  color:var(--brand-red);
}
.color-dot{box-shadow:0 0 0 1px rgba(9,10,13,.12)}
.seo-faq summary{color:#121317}
.admin-main h1,.page-title,.delivery-head h1,.auth-panel h2{color:#101115}
.table th{color:#505258;background:#FAFAFB}
.integration-links code{
  background:#FAFAFB;
  border-color:#E2E3E6;
}
.settings-logo{background:#fff;border:1px solid #E2E3E6}

/* =========================================================
   CV AI — FINAL ART DIRECTION
   Iraq AI Team visual language: white / black / signature red
   ========================================================= */

:root{
  --brand-red:#ED203A;
  --brand-red-dark:#C80E2E;
  --brand-red-deep:#A90028;
  --brand-black:#090A0D;
  --brand-ink:#24262B;
  --brand-gray:#65686F;
  --brand-line:#E3E4E7;
  --brand-soft:#FAFAFB;
  --brand-rose:#FFF3F5;
  --brand-rose-2:#FDE8EC;
  --brand-white:#FFFFFF;
  --shadow-xs:0 4px 14px rgba(9,10,13,.045);
  --shadow-sm:0 10px 26px rgba(9,10,13,.07);
  --shadow-md:0 18px 50px rgba(9,10,13,.10);
  --shadow-red:0 16px 34px rgba(237,32,58,.18);
  --radius-sm:12px;
  --radius-md:18px;
  --radius-lg:28px;
}

/* Global rhythm */
body{overflow-x:hidden}
main{position:relative}
h1,h2,h3{letter-spacing:-.02em}
p{line-height:1.8}
a,button,input,textarea,select{transition:all .18s ease}
input:focus,textarea:focus,select:focus{
  outline:none!important;
  border-color:#F093A2!important;
  box-shadow:0 0 0 4px rgba(237,32,58,.08)!important;
}
::selection{background:#FBD0D7;color:#760017}

/* No cartoon emoji treatment anywhere */
.format-icon{font-size:0!important}
.format-icon svg{display:block}

/* Reusable geometric decoration */
.decor-stage{position:absolute;inset:0;pointer-events:none;overflow:hidden;z-index:0}
.decor-orbit{
  position:absolute;width:260px;height:260px;border:1px solid rgba(237,32,58,.18);
  border-radius:50%;filter:drop-shadow(0 15px 30px rgba(237,32,58,.06));
}
.decor-orbit:after{
  content:"";position:absolute;width:12px;height:12px;background:var(--brand-red);
  border-radius:50%;top:36px;right:22px;box-shadow:0 0 0 7px rgba(237,32,58,.10)
}
.decor-grid{
  position:absolute;width:155px;height:100px;opacity:.45;
  background-image:radial-gradient(circle,#D9A6AF 1.25px,transparent 1.25px);
  background-size:13px 13px;
}
.decor-slash{
  position:absolute;width:120px;height:10px;background:var(--brand-red);
  transform:rotate(-18deg);border-radius:999px;opacity:.12
}
.decor-outline{
  position:absolute;width:100px;height:100px;border:12px solid rgba(237,32,58,.08);
  transform:rotate(22deg);border-radius:24px
}

/* Header feels like main iraqaiteam.com */
.topbar{
  min-height:82px;padding:12px 3vw;
  box-shadow:0 1px 0 rgba(9,10,13,.04),0 8px 28px rgba(9,10,13,.025);
}
.header-logo{height:58px}
.nav{box-shadow:inset 0 1px 0 #fff}
.nav a{font-weight:800;position:relative}
.nav a:after{
  content:"";position:absolute;height:2px;left:50%;right:50%;bottom:-7px;
  background:var(--brand-red);border-radius:999px;transition:.18s
}
.nav a:hover:after{left:18%;right:18%}
.top-actions .btn{min-height:45px}

/* Hero: stronger composition */
.human-hero{
  min-height:720px;padding-top:82px;padding-bottom:82px;position:relative;isolation:isolate
}
.human-hero:before{
  content:"";position:absolute;right:-190px;top:-160px;width:520px;height:520px;
  border:1px solid rgba(237,32,58,.10);border-radius:50%;z-index:-1
}
.human-hero:after{
  content:"";position:absolute;left:-80px;bottom:-190px;width:380px;height:380px;
  background:radial-gradient(circle,rgba(237,32,58,.08),transparent 65%);z-index:-1
}
.human-hero>div:first-child{position:relative;z-index:2}
.human-hero h1{
  max-width:800px;font-size:clamp(50px,6vw,88px);line-height:1.04;margin:18px 0 24px
}
.human-hero p{max-width:720px;font-size:19px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.hero-actions .btn{min-height:54px;padding-inline:24px}
.hero-visual{position:relative;z-index:2}
.hero-visual:before{
  content:"";position:absolute;inset:-26px 32px 28px -28px;border:2px solid #111;
  border-radius:26px;transform:rotate(-2.2deg);opacity:.08;z-index:-1
}
.hero-visual:after{
  content:"";position:absolute;width:110px;height:110px;left:-40px;bottom:18px;
  border:18px solid rgba(237,32,58,.12);border-radius:50%;z-index:-1
}
.resume-mock{border-radius:24px;box-shadow:0 30px 90px rgba(9,10,13,.15)}
.floating-badge{
  backdrop-filter:blur(12px);background:rgba(255,255,255,.94)!important;
  border:1px solid #E6E6E9!important;box-shadow:var(--shadow-md);font-weight:900
}
.badge1{transform:rotate(-2deg)}
.badge2{transform:rotate(2deg)}
.tape{opacity:.8}
.shape{z-index:1}

/* Horizontal trust bar */
.trust-row{
  margin:0 auto;max-width:1180px;position:relative;top:-20px;background:#fff;
  border:1px solid #E7E8EB;border-radius:999px;padding:13px 20px;
  box-shadow:var(--shadow-sm);justify-content:center
}
.trust-row span{border:0;background:transparent;padding:0 14px}
.trust-row span+span{border-inline-start:1px solid #ECEDEF}

/* Feature cards: editorial, not template-ish */
.feature-section{position:relative;overflow:hidden}
.feature-section:before{
  content:"";position:absolute;width:350px;height:350px;border-radius:50%;
  border:50px solid rgba(237,32,58,.035);right:-180px;top:50px
}
.feature-grid{position:relative}
.feature-card{
  min-height:235px;border-radius:22px;padding:28px;
  transform-origin:center;position:relative;overflow:hidden
}
.feature-card:before{
  content:"";position:absolute;width:70px;height:5px;background:#111;opacity:.06;
  bottom:20px;left:22px;border-radius:999px;transform:rotate(-8deg)
}
.feature-card:nth-child(2n){transform:translateY(12px)}
.feature-card:nth-child(3n){transform:translateY(-5px)}
.feature-card:hover{transform:translateY(-6px)!important}
.feature-card h3{font-size:23px;margin-top:38px}

/* Templates: gallery feel */
.templates-section{position:relative}
.templates-section:before{
  content:"";position:absolute;right:3%;top:80px;width:130px;height:90px;
  background-image:radial-gradient(circle,#E7A8B3 1.1px,transparent 1.1px);
  background-size:12px 12px;opacity:.45
}
.template-showcase{border-radius:22px;overflow:hidden;padding:15px}
.template-showcase:nth-child(3n+2){transform:translateY(16px)}
.template-canvas{border-radius:12px}
.template-meta{padding:16px 8px 4px}
.template-meta strong{font-size:19px}
.template-showcase:hover{transform:translateY(-8px) rotate(-.35deg)!important}

/* Advice */
.advice-section{border-radius:36px 36px 0 0;margin-top:50px}
.advice-board{gap:18px}
.advice-card{border-radius:22px}
.advice-card.big{
  position:relative;background:linear-gradient(150deg,#FFF5F6,#fff);
  box-shadow:inset 0 0 0 1px #F4D1D7
}
.advice-card.big:after{
  content:"";position:absolute;width:90px;height:90px;border:14px solid rgba(237,32,58,.08);
  border-radius:50%;left:20px;bottom:18px
}

/* CTA band */
.cta-band{
  border-radius:30px;box-shadow:0 18px 60px rgba(237,32,58,.09);
  position:relative;isolation:isolate
}
.cta-band:before{
  content:"";position:absolute;width:220px;height:220px;border-radius:50%;
  border:40px solid rgba(237,32,58,.05);right:-80px;bottom:-120px;z-index:-1
}

/* Builder: more designed workspace */
.builder-main{background:
  radial-gradient(circle at 92% 8%,rgba(237,32,58,.045),transparent 24%),
  #F8F8F9;
}
.builder-workspace{align-items:start}
.workspace-head{
  padding:8px 0 18px;margin-bottom:8px;border-bottom:1px solid #E8E9EC
}
.page-title{font-size:clamp(38px,4vw,56px)}
.smart-card,.builder-card{
  border-radius:20px;box-shadow:0 8px 30px rgba(9,10,13,.045)
}
.builder-card{position:relative}
.builder-card:before{
  content:"";position:absolute;right:-1px;top:28px;width:4px;height:42px;
  border-radius:4px 0 0 4px;background:var(--brand-red);opacity:.85
}
.editor-toolbar{
  background:#FAFAFB;border:1px solid #E5E6E9;border-radius:14px;padding:8px
}
.editor-toolbar .ghost-action{background:#fff}
.side{position:relative;overflow:hidden}
.side:before{
  content:"";position:absolute;width:220px;height:220px;border:1px solid rgba(255,255,255,.08);
  border-radius:50%;left:-100px;bottom:80px
}
.side:after{
  content:"";position:absolute;width:90px;height:90px;border:14px solid rgba(237,32,58,.25);
  border-radius:50%;right:-40px;top:180px
}
.steps{position:relative;z-index:2}
.steps li{border-radius:12px;padding:10px 12px}
.steps li.active{background:rgba(255,255,255,.08)}
.ai-dock .preview-card{box-shadow:0 20px 70px rgba(9,10,13,.10)}
.ai-assistant{border-radius:24px;box-shadow:0 24px 60px rgba(9,10,13,.18)}
.ai-assistant:before{
  content:"";position:absolute;top:-42px;left:-30px;width:120px;height:120px;
  border:20px solid rgba(237,32,58,.16);border-radius:50%
}
.dynamic-suggest{border-inline-start:4px solid var(--brand-red)}

/* Design studio */
.real-template-grid{padding:8px}
.real-template-card{
  border-radius:18px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease
}
.real-template-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-sm)}
.real-template-card.selected{transform:translateY(-3px)}
.real-template-thumb{border-radius:10px}
.template-filter{
  padding:8px;background:#F8F8F9;border:1px solid #E7E8EA;border-radius:16px
}

/* Import page */
.import-zone{
  border-radius:28px;min-height:360px;display:flex;flex-direction:column;justify-content:center
}
.upload-orb{box-shadow:0 12px 34px rgba(237,32,58,.12)}
.import-methods{max-width:720px;margin-inline:auto}
.method-card{border-radius:18px}
.method-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-sm)}
.import-success{box-shadow:0 12px 30px rgba(237,32,58,.06)}

/* Auth */
.auth-shell{background:#F8F8F9}
.auth-brand{position:relative;overflow:hidden}
.auth-brand:before{
  content:"";position:absolute;width:420px;height:420px;border:1px solid rgba(255,255,255,.10);
  border-radius:50%;right:-180px;top:-140px
}
.auth-brand:after{
  content:"";position:absolute;width:140px;height:140px;border:24px solid rgba(237,32,58,.25);
  border-radius:50%;left:7%;bottom:7%
}
.auth-brand>*{position:relative;z-index:2}
.auth-panel{box-shadow:-30px 0 80px rgba(9,10,13,.05)}
.auth-panel form{max-width:520px}

/* Payment */
.pay-content{position:relative}
.pay-hero{position:relative}
.pay-hero:before{
  content:"";position:absolute;width:250px;height:250px;border:1px solid rgba(255,255,255,.08);
  border-radius:50%;right:-50px;top:-70px
}
.pay-panel{border-radius:26px;box-shadow:0 30px 90px rgba(0,0,0,.22)}
.plan-card{border-radius:18px}
.plan-card:hover{transform:translateY(-2px)}
.plan-card.popular:before{
  content:"";position:absolute;width:8px;height:8px;border-radius:50%;
  background:var(--brand-red);top:14px;left:14px;box-shadow:0 0 0 7px rgba(237,32,58,.08)
}

/* Admin */
.admin-main{background:#F8F8F9}
.admin-main .smart-card,.admin-main .stat{box-shadow:var(--shadow-xs)}
.admin-side:before{
  content:"";position:absolute;width:170px;height:170px;border:1px solid rgba(255,255,255,.07);
  border-radius:50%;left:-80px;bottom:60px
}
.table{border-radius:16px;overflow:hidden;background:#fff}
.table tr:hover td{background:#FFF9FA}

/* Success / empty states */
.notice,.import-success,.job-match{
  border-radius:16px;box-shadow:var(--shadow-xs)
}
.notice.success:before,.import-success:before{
  content:"";display:inline-block;width:8px;height:8px;border-radius:50%;
  background:var(--brand-red);margin-inline-end:8px;vertical-align:middle
}

/* Footer */
.footer{position:relative;overflow:hidden}
.footer:after{
  content:"";position:absolute;width:260px;height:260px;border-radius:50%;
  border:1px solid rgba(255,255,255,.07);left:-110px;top:-130px
}

/* Motion — subtle and premium */
@media (prefers-reduced-motion:no-preference){
  .floating-badge{animation:floatBadge 5.8s ease-in-out infinite}
  .badge2{animation-delay:-2.5s}
  .shape-ring{animation:slowSpin 18s linear infinite}
  @keyframes floatBadge{0%,100%{translate:0 0}50%{translate:0 -7px}}
  @keyframes slowSpin{to{transform:rotate(360deg)}}
  .feature-card,.template-showcase,.method-card,.real-template-card,.plan-card{will-change:transform}
}

/* Responsive tune */
@media(max-width:1050px){
  .human-hero{min-height:auto}
  .trust-row{border-radius:22px;top:0;margin:18px 20px;flex-wrap:wrap}
  .trust-row span+span{border:0}
}
@media(max-width:760px){
  .topbar{min-height:68px}
  .nav{display:none}
  .human-hero{padding-top:52px;padding-bottom:52px}
  .human-hero h1{font-size:46px}
  .feature-card:nth-child(n){transform:none}
  .template-showcase:nth-child(n){transform:none}
  .advice-section{border-radius:24px 24px 0 0}
  .auth-brand:after{display:none}
  .editor-toolbar{display:grid;grid-template-columns:1fr 1fr}
}

.section-mark{display:inline-block;width:52px;height:5px;background:var(--brand-red);border-radius:999px;margin-inline-start:10px;transform:rotate(-4deg);opacity:.8}
.builder-main{position:relative;overflow:hidden}
.builder-decor{position:absolute;inset:0;pointer-events:none}
.builder-decor span:first-child{position:absolute;width:220px;height:220px;border-radius:50%;border:32px solid rgba(237,32,58,.025);right:-110px;top:140px}
.builder-decor span:last-child{position:absolute;width:110px;height:80px;left:2%;top:70px;background-image:radial-gradient(circle,#D9A6AF 1px,transparent 1px);background-size:12px 12px;opacity:.28}
.pay-geometry{position:absolute;inset:0;pointer-events:none}
.pay-geometry span:nth-child(1){position:absolute;width:170px;height:170px;border:1px solid rgba(255,255,255,.08);border-radius:50%;left:-80px;top:40px}
.pay-geometry span:nth-child(2){position:absolute;width:80px;height:80px;border:13px solid rgba(237,32,58,.22);border-radius:50%;right:40%;bottom:7%}
.pay-geometry span:nth-child(3){position:absolute;width:100px;height:6px;background:rgba(255,255,255,.12);transform:rotate(-20deg);right:14%;top:8%;border-radius:999px}


/* =========================================================
   LANDING V3 — clean Iraq AI Team product page
   ========================================================= */
.landing-body{background:#fff;color:#16171b}
.landing-header{
  height:92px;display:grid;grid-template-columns:auto minmax(420px,780px) auto;
  gap:28px;align-items:center;padding:0 3vw;background:rgba(255,255,255,.97);
  border-bottom:1px solid #ececef;position:sticky;top:0;z-index:100;
  backdrop-filter:blur(16px)
}
.landing-brand{display:flex;align-items:center;gap:12px;min-width:250px}
.landing-brand img{width:66px;height:66px;object-fit:contain}
.landing-brand span{display:flex;flex-direction:column;line-height:1.3}
.landing-brand b{font-size:22px;color:#0b0c0f}
.landing-brand small{font-size:11px;color:#70737a;font-weight:700;white-space:nowrap}
.landing-nav{
  display:flex;justify-content:center;align-items:center;gap:6px;padding:7px;
  border:1px solid #e2e3e6;border-radius:999px;background:#fbfbfc
}
.landing-nav a{
  padding:10px 19px;border-radius:999px;font-size:14px;font-weight:800;color:#383a40;
  white-space:nowrap
}
.landing-nav a:hover{background:#fff;color:#ed203a;box-shadow:0 3px 12px rgba(0,0,0,.04)}
.landing-actions{display:flex;align-items:center;gap:8px;justify-content:flex-end}
.landing-lang,.landing-login,.landing-cta{
  min-height:46px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;
  font-weight:900;padding:0 18px;white-space:nowrap
}
.landing-lang{min-width:48px;padding:0 12px;border:1px solid #d9dade;background:#fff;color:#202126}
.landing-login{border:1px solid #e1e2e5;color:#27282d;background:#fff}
.landing-cta{background:#ed203a;color:#fff;padding-inline:24px;box-shadow:0 10px 24px rgba(237,32,58,.20)}
.landing-cta:hover{background:#c80e2e;transform:translateY(-1px)}

.landing-hero{
  min-height:760px;position:relative;overflow:hidden;display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(430px,.95fr);align-items:center;gap:6vw;
  padding:74px max(4vw,40px) 68px;
  background:
    radial-gradient(circle at 77% 19%,rgba(237,32,58,.08),transparent 25%),
    radial-gradient(circle at 7% 85%,rgba(237,32,58,.045),transparent 29%),
    #fff
}
.landing-hero-art{position:absolute;inset:0;pointer-events:none}
.lh-circle{position:absolute;border-radius:50%;border:1px solid rgba(237,32,58,.13)}
.lh-circle.c1{width:420px;height:420px;left:-220px;top:-190px}
.lh-circle.c2{width:160px;height:160px;right:47%;bottom:-75px;border-width:22px;border-color:rgba(237,32,58,.05)}
.lh-dots{position:absolute;width:132px;height:88px;left:3%;bottom:9%;background-image:radial-gradient(circle,#e6a0ab 1.2px,transparent 1.2px);background-size:13px 13px;opacity:.5}
.lh-line{position:absolute;height:7px;background:#ed203a;border-radius:999px;opacity:.10}
.lh-line.l1{width:120px;right:46%;top:16%;transform:rotate(-16deg)}
.lh-line.l2{width:65px;left:45%;bottom:15%;transform:rotate(24deg);background:#090a0d}
.landing-copy{position:relative;z-index:2}
.landing-kicker{
  display:inline-flex;align-items:center;gap:10px;padding:8px 14px;border:1px solid #f1b8c2;
  background:#fff6f7;color:#b80b2a;border-radius:999px;font-size:13px;font-weight:900
}
.landing-kicker span{width:9px;height:9px;border-radius:50%;background:#ed203a;box-shadow:0 0 0 6px rgba(237,32,58,.08)}
.landing-copy h1{
  font-size:clamp(62px,7vw,108px);line-height:.98;letter-spacing:-.045em;
  margin:24px 0 26px;color:#07080a;font-weight:900;max-width:900px
}
.landing-copy h1 em{display:block;color:#ed203a;font-style:normal}
.landing-copy>p{font-size:19px;line-height:1.9;color:#4e5158;max-width:760px;margin:0}
.landing-hero-buttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.landing-main-btn,.landing-secondary-btn{
  min-height:58px;border-radius:999px;display:inline-flex;align-items:center;gap:9px;
  justify-content:center;padding:0 25px;font-weight:900
}
.landing-main-btn{background:#ed203a;color:#fff;box-shadow:0 14px 32px rgba(237,32,58,.20)}
.landing-main-btn:hover{background:#c80e2e;transform:translateY(-2px)}
.landing-secondary-btn{background:#fff;color:#111216;border:1px solid #d9dade}
.landing-secondary-btn:hover{border-color:#efa7b4;color:#c80e2e}
.landing-chip-row{display:flex;gap:9px;flex-wrap:wrap;margin-top:34px}
.landing-chip-row span{padding:8px 14px;border:1px solid #e1e2e5;background:#fafafb;border-radius:999px;font-size:12px;font-weight:800;color:#4d5056}

.landing-resume-stage{position:relative;z-index:2;height:610px;max-width:540px;width:100%;margin-inline:auto}
.landing-paper-back,.landing-resume-card{position:absolute;width:74%;right:12%;top:4%;height:92%;border-radius:18px}
.landing-paper-back{background:#fff;border:1px solid #e1e2e5}
.back-one{transform:rotate(7deg) translate(-15px,8px);opacity:.72;box-shadow:0 20px 45px rgba(0,0,0,.06)}
.back-two{transform:rotate(-4deg) translate(16px,5px);opacity:.9}
.landing-resume-card{overflow:hidden;background:#fff;box-shadow:0 30px 80px rgba(9,10,13,.16);border:1px solid #dfe0e3}
.landing-resume-card .resume-paper{width:158%;min-height:900px;transform:scale(.63);transform-origin:top right;font-size:7px}
.landing-float-card{
  position:absolute;display:flex;align-items:center;gap:11px;background:rgba(255,255,255,.95);
  border:1px solid #e0e1e4;border-radius:17px;padding:13px 16px;box-shadow:0 16px 38px rgba(9,10,13,.11);
  backdrop-filter:blur(12px);min-width:190px
}
.landing-float-card b{font-size:14px;display:block}.landing-float-card small{font-size:11px;color:#70737a}
.float-icon{width:39px;height:39px;display:grid;place-items:center;border-radius:12px;background:#fff1f3;color:#ed203a;flex:0 0 auto}
.float-top{left:-2%;top:17%;transform:rotate(-2deg)}
.float-bottom{right:-1%;bottom:11%;transform:rotate(2deg)}

.landing-proof{
  max-width:1220px;margin:0 auto;padding:0 24px 66px;display:grid;grid-template-columns:repeat(4,1fr);gap:1px;
  background:#e5e6e9;border:1px solid #e5e6e9;border-radius:22px;overflow:hidden
}
.landing-proof>div{background:#fff;padding:23px 24px;display:flex;align-items:center;gap:13px}
.landing-proof b{font-size:12px;color:#ed203a}.landing-proof span{font-size:13px;font-weight:800;color:#3b3e44}

.landing-section{padding:100px max(4vw,40px)}
.landing-section-head{display:flex;justify-content:space-between;align-items:end;gap:50px;max-width:1280px;margin:0 auto 42px}
.landing-section-head>div{max-width:760px}.landing-section-head>p{max-width:480px;color:#666a72;font-size:16px}
.mini-label{display:inline-block;font-size:12px;letter-spacing:.08em;font-weight:900;color:#c80e2e;margin-bottom:10px}
.landing-section h2,.landing-ai-section h2,.landing-advice h2,.landing-faq h2{
  font-size:clamp(38px,4.5vw,68px);line-height:1.08;letter-spacing:-.035em;margin:0;color:#0a0b0e
}
.how-section{background:#fafafb}
.how-grid{max-width:1280px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.how-card{min-height:300px;background:#fff;border:1px solid #e1e2e5;border-radius:22px;padding:24px;position:relative;overflow:hidden;box-shadow:0 10px 28px rgba(9,10,13,.035)}
.how-card:hover{transform:translateY(-5px);box-shadow:0 20px 45px rgba(9,10,13,.075)}
.how-no{font-size:13px;font-weight:900;color:#ed203a}.how-card h3{font-size:22px;margin:50px 0 12px}.how-card p{font-size:14px;color:#666a72}
.how-mark{position:absolute;width:85px;height:85px;border:14px solid rgba(237,32,58,.055);border-radius:50%;left:-30px;bottom:-30px}

.landing-ai-section{
  max-width:1280px;margin:0 auto;padding:110px max(4vw,40px);display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:center
}
.ai-visual-panel{min-height:520px;background:#0b0c10;border-radius:30px;position:relative;overflow:hidden;padding:62px;box-shadow:0 28px 70px rgba(9,10,13,.15)}
.ai-window{position:relative;z-index:2;background:#fff;border-radius:20px;padding:22px;min-height:360px;box-shadow:0 20px 50px rgba(0,0,0,.18)}
.ai-window-bar{display:flex;gap:6px;margin-bottom:30px}.ai-window-bar span{width:8px;height:8px;border-radius:50%;background:#d9dade}.ai-window-bar span:first-child{background:#ed203a}
.ai-line{height:12px;border-radius:999px;background:#eceef1;margin:14px 0}.ai-line.short{width:46%}.ai-line.medium{width:72%}.ai-line.muted{width:88%;opacity:.6}
.ai-suggestion{display:flex;gap:14px;background:#fff4f6;border:1px solid #f2c4cc;border-radius:16px;padding:18px;color:#851329;margin:30px 0}
.ai-suggestion p{margin:5px 0 0;font-size:13px;color:#74505a}
.ai-ring{position:absolute;width:210px;height:210px;border:32px solid rgba(237,32,58,.23);border-radius:50%;right:-75px;bottom:-65px}
.ai-grid{position:absolute;width:120px;height:80px;left:22px;top:22px;background-image:radial-gradient(circle,rgba(255,255,255,.34) 1px,transparent 1px);background-size:12px 12px}
.ai-copy>p{color:#64676e;font-size:17px;max-width:600px;margin:22px 0}
.ai-feature-list{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:24px}.ai-feature-list span{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:800;color:#303238}.ai-feature-list svg{color:#ed203a}

.templates-clean{background:#fff}
.text-link{display:inline-flex;align-items:center;gap:8px;font-weight:900;color:#c80e2e}
.clean-template-grid{max-width:1280px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.clean-template-card{border:1px solid #e1e2e5;border-radius:22px;background:#fafafb;padding:14px;transition:.2s}
.clean-template-card:hover{transform:translateY(-5px);box-shadow:0 20px 45px rgba(9,10,13,.09);border-color:#efbac3}
.clean-template-preview{height:390px;overflow:hidden;background:#fff;border-radius:13px;border:1px solid #e0e1e4}
.clean-template-preview .resume-paper{width:160%;min-height:760px;transform:scale(.625);transform-origin:top right;font-size:6.2px}
.clean-template-name{display:flex;justify-content:space-between;align-items:center;padding:15px 5px 4px}.clean-template-name span{color:#ed203a;font-size:22px}

.landing-advice{
  margin:30px max(3vw,24px) 0;background:#0a0b0e;border-radius:34px;color:#fff;
  display:grid;grid-template-columns:.95fr 1.05fr;gap:70px;padding:74px;position:relative;overflow:hidden
}
.landing-advice:before{content:"";position:absolute;width:300px;height:300px;border:45px solid rgba(237,32,58,.11);border-radius:50%;right:-150px;top:-170px}
.advice-dark-copy{position:relative;z-index:2}.mini-label.light{color:#f28a9c}.landing-advice h2{color:#fff}.advice-dark-copy p{font-size:17px;color:#c8c9cd;max-width:580px;margin:20px 0 28px}
.dark-outline-btn{display:inline-flex;padding:13px 22px;border:1px solid rgba(255,255,255,.25);border-radius:999px;font-weight:900;color:#fff}.dark-outline-btn:hover{background:#fff;color:#111}
.advice-stack{position:relative;z-index:2;display:grid;gap:12px}.advice-stack article{background:#fff;color:#1d1f23;border-radius:20px;padding:20px;display:flex;gap:18px;align-items:flex-start}.advice-stack article>span{color:#ed203a;font-weight:900;font-size:12px}.advice-stack b{font-size:18px}.advice-stack p{margin:5px 0 0;color:#666a72;font-size:13px}

.landing-faq{max-width:1180px;margin:auto;padding:110px max(4vw,30px);display:grid;grid-template-columns:.65fr 1.35fr;gap:80px}
.faq-list details{border-top:1px solid #dedfe2;padding:20px 0}.faq-list details:last-child{border-bottom:1px solid #dedfe2}.faq-list summary{font-size:17px;font-weight:900;cursor:pointer;color:#1f2024}.faq-list p{color:#666a72;font-size:14px}

.landing-final-cta{
  max-width:1280px;margin:0 auto 80px;border:1px solid #f1c4cc;background:linear-gradient(135deg,#fff4f6,#fff);
  border-radius:30px;padding:42px 48px;display:flex;justify-content:space-between;align-items:center;gap:30px;position:relative;overflow:hidden
}
.landing-final-cta small{font-weight:900;color:#ed203a}.landing-final-cta h2{font-size:clamp(28px,3.2vw,48px);margin:4px 0;color:#0c0d10;max-width:800px}
.landing-final-cta>a{display:inline-flex;align-items:center;gap:9px;background:#ed203a;color:#fff;border-radius:999px;padding:15px 24px;font-weight:900;white-space:nowrap}
.final-circle{position:absolute;width:160px;height:160px;border:24px solid rgba(237,32,58,.055);border-radius:50%;left:-65px;bottom:-75px}.final-dots{position:absolute;width:100px;height:60px;right:43%;top:7px;background-image:radial-gradient(circle,#e8a5b0 1px,transparent 1px);background-size:11px 11px;opacity:.4}
.landing-footer{background:#0b0c0f;color:#fff;padding:32px 4vw;display:flex;align-items:center;justify-content:space-between;gap:30px}.landing-footer>div{display:flex;align-items:center;gap:12px}.landing-footer img{width:58px;height:58px;object-fit:contain;background:#fff;border-radius:50%}.landing-footer span{font-size:20px;font-weight:900}.landing-footer p{font-size:12px;color:#b7b9bf;margin:0}

/* =========================================================
   RESPONSIVE SYSTEM — public, builder, auth, admin, payment
   ========================================================= */
@media(max-width:1200px){
  .landing-header{grid-template-columns:auto 1fr auto;gap:15px}.landing-brand{min-width:0}.landing-brand span{display:none}
  .landing-nav a{padding-inline:13px}
  .landing-hero{grid-template-columns:1fr 440px;gap:35px}.landing-copy h1{font-size:72px}
  .landing-resume-stage{height:560px}
  .how-grid{grid-template-columns:1fr 1fr}.clean-template-grid{grid-template-columns:1fr 1fr}
  .builder-workspace{grid-template-columns:minmax(0,1fr) 360px}
}
@media(max-width:980px){
  .landing-header{height:78px;grid-template-columns:auto 1fr}.landing-nav{display:none}.landing-actions{justify-self:end}
  .landing-brand img{width:54px;height:54px}
  .landing-hero{grid-template-columns:1fr;min-height:auto;padding-top:62px}.landing-copy{text-align:center}.landing-copy>p{margin-inline:auto}.landing-kicker{margin-inline:auto}
  .landing-hero-buttons,.landing-chip-row{justify-content:center}.landing-resume-stage{height:570px;max-width:520px;margin-top:20px}
  .landing-proof{grid-template-columns:1fr 1fr;margin-inline:24px}
  .landing-section-head{align-items:start}.landing-ai-section{grid-template-columns:1fr;gap:50px}.ai-visual-panel{max-width:680px;width:100%;margin:auto}
  .landing-advice{grid-template-columns:1fr;padding:52px;gap:35px}.landing-faq{grid-template-columns:1fr;gap:30px}
  .builder-shell{grid-template-columns:1fr}.side{position:relative;height:auto;padding:18px 20px}.brand-image img{width:150px;max-height:62px}
  .steps{display:flex;overflow-x:auto;gap:7px;padding-bottom:5px;scrollbar-width:none}.steps::-webkit-scrollbar{display:none}.steps li{flex:0 0 auto;min-width:110px;padding:8px 10px}.steps .dot{width:24px;height:24px}
  .builder-main{padding:28px 24px}.builder-workspace{grid-template-columns:1fr}.ai-dock{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px}.ai-assistant{margin-top:0!important}
  .admin-wrap{grid-template-columns:1fr}.admin-side{position:relative;padding:16px;display:flex;gap:6px;overflow-x:auto}.admin-side a{white-space:nowrap}.admin-main{padding:24px}
  .pay-content{grid-template-columns:1fr!important;max-width:760px}.pay-hero{text-align:center}.pay-guarantee{max-width:600px;margin-inline:auto}
}
@media(max-width:720px){
  .landing-header{padding:0 15px}.landing-actions{gap:5px}.landing-login{display:none}.landing-lang{min-width:42px;padding-inline:10px}.landing-cta{padding-inline:15px;font-size:12px}
  .landing-brand img{width:48px;height:48px}
  .landing-hero{padding:46px 18px 42px}.landing-copy h1{font-size:clamp(46px,13vw,64px);line-height:1.02}.landing-copy>p{font-size:15px;line-height:1.8}
  .landing-main-btn,.landing-secondary-btn{width:100%;min-height:54px}.landing-chip-row{gap:6px}.landing-chip-row span{font-size:10px;padding:7px 10px}
  .landing-resume-stage{height:470px;max-width:410px}.landing-paper-back,.landing-resume-card{width:78%;right:11%}.landing-resume-card .resume-paper{width:178%;transform:scale(.56)}
  .landing-float-card{min-width:155px;padding:9px 11px}.landing-float-card b{font-size:11px}.landing-float-card small{font-size:9px}.float-top{left:0}.float-bottom{right:0}
  .landing-proof{grid-template-columns:1fr;margin:0 16px 45px;padding:0}.landing-proof>div{padding:16px 18px}
  .landing-section{padding:72px 18px}.landing-section-head{display:block;margin-bottom:28px}.landing-section-head>p{margin-top:15px}
  .how-grid{grid-template-columns:1fr}.how-card{min-height:220px}.how-card h3{margin-top:30px}
  .landing-ai-section{padding:72px 18px}.ai-visual-panel{min-height:390px;padding:28px;border-radius:22px}.ai-window{min-height:315px;padding:17px}.ai-feature-list{grid-template-columns:1fr}
  .clean-template-grid{grid-template-columns:1fr}.clean-template-preview{height:360px}
  .landing-advice{margin:15px 14px 0;padding:34px 22px;border-radius:24px}.advice-stack article{padding:16px}.landing-faq{padding:72px 18px}
  .landing-final-cta{margin:0 14px 50px;padding:28px 22px;display:block;text-align:center}.landing-final-cta>a{margin-top:20px;width:100%;justify-content:center}.landing-footer{display:block;text-align:center}.landing-footer>div{justify-content:center}.landing-footer p{margin-top:10px}
  .builder-main{padding:20px 14px}.workspace-head{display:block}.page-title{font-size:34px}.form-grid{grid-template-columns:1fr}.nav-actions{gap:10px}.nav-actions .btn{flex:1;padding-inline:12px}
  .ai-dock{grid-template-columns:1fr}.preview-card{overflow:auto}.preview-card .resume-paper{min-width:520px}
  .editor-toolbar{grid-template-columns:1fr}.editor-toolbar .ghost-action{justify-content:center}
  .real-template-grid{grid-template-columns:1fr!important;max-height:none}.real-template-thumb{height:300px}
  .auth-shell{grid-template-columns:1fr}.auth-brand{padding:35px 22px;min-height:auto}.auth-brand h1{font-size:34px}.auth-logo{width:220px;margin-bottom:18px}.auth-panel{padding:35px 22px}
  .delivery-page{padding:28px 14px}.delivery-head h1{font-size:34px}.delivery-grid{grid-template-columns:1fr}.format-grid{grid-template-columns:1fr}
  .pay-header{padding:14px}.pay-logo{height:50px}.pay-content{padding:20px 14px}.pay-hero h1{font-size:38px}.pay-panel{padding:18px}.plan-top{align-items:flex-start}.plan-price b{font-size:25px}
  .admin-main{padding:18px 12px;overflow-x:hidden}.stat-grid{grid-template-columns:1fr}.admin-settings-grid,.admin-two{grid-template-columns:1fr}.table{display:block;overflow-x:auto;white-space:nowrap}.table th,.table td{padding:10px}
  .admin-resume-grid{grid-template-columns:1fr}
}
@media(max-width:390px){
  .landing-copy h1{font-size:43px}.landing-resume-stage{height:420px}.landing-float-card{display:none}
  .landing-cta{font-size:11px;padding-inline:12px}.landing-lang{font-size:11px}
  .builder-main{padding-inline:10px}.smart-card,.builder-card{padding:14px}.side{padding-inline:12px}
}

/* Brand/logo consistency + stronger card depth */
.header-logo,.pay-logo,.footer-logo,.auth-logo,.settings-logo,.landing-brand img,.footer-brand-line img,.brand-image img{
  border-radius:50%!important;aspect-ratio:1/1;object-fit:cover;background:#fff;
  box-shadow:0 0 0 1px #e6e7ea,0 8px 20px rgba(9,10,13,.06)
}
.landing-brand img{width:60px;height:60px}
.landing-wordmark{display:flex!important;flex-direction:column}
.landing-wordmark b{font-size:24px;letter-spacing:-.02em}.landing-wordmark small{font-size:11px;color:#73767d;font-weight:800}
.landing-consult{
  min-height:46px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;
  padding:0 16px;border:1px solid #f0bcc5;color:#bd0d2d;background:#fff6f7;font-weight:900;white-space:nowrap
}
.landing-consult:hover{background:#ed203a;color:#fff;border-color:#ed203a}
.landing-copy h1{font-size:clamp(48px,5.7vw,84px)!important;max-width:850px}
.how-card,.clean-template-card,.smart-card,.builder-card,.format-card,.method-card,.plan-card,.advice-stack article,.faq-list details,.landing-proof>div{
  box-shadow:0 12px 32px rgba(9,10,13,.065)
}
.footer-grid{width:100%;display:grid;grid-template-columns:1.5fr .75fr .75fr 1fr;gap:44px;max-width:1280px;margin:auto}
.landing-footer{display:block!important;padding:54px 4vw 24px!important}
.footer-brand-line{display:flex;align-items:center;gap:13px}.footer-brand-line img{width:62px;height:62px}.footer-brand-line b{font-size:23px}.footer-brand-line small{display:block;color:#aeb1b8;font-size:11px;margin-top:2px}
.footer-brand-block p{max-width:420px;color:#b9bbc1;font-size:13px;margin:18px 0 0}
.footer-col{display:flex;flex-direction:column;gap:10px}.footer-col h4{font-size:13px;color:#fff;margin:0 0 4px}.footer-col a,.footer-col span{font-size:12px;color:#b9bbc1}.footer-col a:hover{color:#fff}
.footer-bottom{max-width:1280px;margin:35px auto 0;padding-top:20px;border-top:1px solid rgba(255,255,255,.10);display:flex;justify-content:space-between;gap:20px;color:#8f9298;font-size:11px}
@media(max-width:1200px){
  .landing-wordmark{display:flex!important}
  .landing-brand{min-width:180px}
}
@media(max-width:980px){
  .landing-wordmark small{display:none}.landing-wordmark b{font-size:21px}
  .landing-consult{display:none}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:720px){
  .landing-brand img{width:46px;height:46px}.landing-wordmark b{font-size:18px}
  .landing-cta{font-size:11px;padding-inline:12px}
  .footer-grid{grid-template-columns:1fr;gap:28px}.footer-bottom{display:block;text-align:center}.footer-bottom span{display:block;margin:5px 0}
}

.product-wordmark{display:inline-flex;flex-direction:column;vertical-align:middle;margin-inline-start:10px;line-height:1.2}
.product-wordmark b{font-size:20px;color:#101115}.product-wordmark small{font-size:10px;color:#73767d;font-weight:800}
@media(max-width:520px){.product-wordmark small{display:none}.product-wordmark b{font-size:17px}}








/* =========================================================
   CV AI — FINAL IRAQ AI TEAM HOME TYPOGRAPHY
   Matched to iraqaiteam.com homepage source
   ========================================================= */
@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@400;500;600;700;800;900&family=Inter:wght@400;500;600;700;800;900&display=swap');

:root{
  --font-brand:"Alexandria","Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --font-latin:"Inter","Alexandria",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

html{font-size:16px}
body{
  font-family:var(--font-brand)!important;
  font-size:14px;
  font-weight:400;
  line-height:1.7;
  letter-spacing:0;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
button,input,textarea,select{font-family:inherit!important}
p{font-size:14px;line-height:1.75}
small{font-size:11px}

/* Core heading behavior follows the main Iraq AI Team homepage */
h1,h2,h3,h4,h5,h6{
  font-family:var(--font-brand)!important;
  color:#09090b;
  margin-top:0;
}
h1{
  font-size:clamp(40px,5.8vw,76px);
  line-height:1.1;
  letter-spacing:-.03em;
  font-weight:900;
}
h2{
  font-size:clamp(28px,4vw,48px);
  line-height:1.2;
  letter-spacing:-.02em;
  font-weight:800;
}
h3{
  font-size:19px;
  line-height:1.4;
  font-weight:700;
}

/* Brand */
.landing-wordmark b{
  font-family:var(--font-latin)!important;
  font-size:20px!important;
  line-height:1.2!important;
  font-weight:800!important;
  letter-spacing:-.01em!important;
}
.landing-wordmark small{
  font-family:var(--font-brand)!important;
  font-size:10px!important;
  line-height:1.35!important;
  font-weight:700!important;
}
.landing-nav a{
  font-size:12px!important;
  line-height:1!important;
  font-weight:600!important;
}
.landing-lang,.landing-login,.landing-cta,.landing-consult{
  font-size:12px!important;
  font-weight:700!important;
}

/* Landing hero */
.landing-kicker{
  font-size:12px!important;
  font-weight:800!important;
  letter-spacing:.04em!important;
}
.landing-copy h1{
  font-family:var(--font-brand)!important;
  font-size:clamp(40px,5.8vw,76px)!important;
  line-height:1.1!important;
  letter-spacing:-.03em!important;
  font-weight:900!important;
  max-width:1040px!important;
  margin:0!important;
}
html[dir="rtl"] .landing-copy h1{
  line-height:1.25!important;
  letter-spacing:0!important;
}
.landing-copy h1 em{
  display:block;
  margin-top:8px;
  font-style:normal!important;
  font-weight:900!important;
}
.landing-copy>p{
  max-width:880px!important;
  font-size:clamp(16px,1.5vw,19px)!important;
  line-height:1.8!important;
  margin-top:28px!important;
  font-weight:500!important;
  color:#3f3f46!important;
}
.landing-main-btn,.landing-secondary-btn{
  min-height:52px!important;
  font-size:14px!important;
  font-weight:700!important;
}
.landing-chip-row span{
  font-size:12px!important;
  font-weight:600!important;
}

/* Landing sections */
.mini-label,.section-kicker{
  font-size:12px!important;
  font-weight:800!important;
  letter-spacing:.1em!important;
}
html[dir="rtl"] .mini-label,
html[dir="rtl"] .section-kicker{letter-spacing:.02em!important}

.landing-section h2,
.landing-ai-section h2,
.landing-advice h2,
.landing-faq h2{
  font-family:var(--font-brand)!important;
  font-size:clamp(28px,4vw,48px)!important;
  line-height:1.2!important;
  font-weight:800!important;
  letter-spacing:-.02em!important;
}
html[dir="rtl"] .landing-section h2,
html[dir="rtl"] .landing-ai-section h2,
html[dir="rtl"] .landing-advice h2,
html[dir="rtl"] .landing-faq h2{
  letter-spacing:0!important;
  line-height:1.38!important;
}
.landing-section-head>p,.ai-copy>p,.advice-dark-copy p{
  font-size:16px!important;
  line-height:1.8!important;
  font-weight:400!important;
}
.how-no{
  font-family:var(--font-latin)!important;
  font-size:12px!important;
  font-weight:800!important;
}
.how-card h3{
  font-size:19px!important;
  line-height:1.4!important;
  font-weight:700!important;
}
.how-card p{
  font-size:14px!important;
  line-height:1.75!important;
}
.ai-feature-list span{font-size:14px!important;font-weight:600!important}
.clean-template-name b{font-size:15px!important;font-weight:700!important}
.advice-stack b{font-size:15px!important;font-weight:700!important}
.advice-stack p{font-size:13px!important;line-height:1.7!important}
.faq-list summary{font-size:16px!important;font-weight:700!important}
.faq-list p{font-size:15px!important;line-height:1.8!important}
.landing-final-cta h2{
  font-size:clamp(28px,4vw,48px)!important;
  line-height:1.2!important;
  font-weight:800!important;
}

/* Builder and forms - keep same brand type, slightly denser */
.page-title{
  font-family:var(--font-brand)!important;
  font-size:clamp(30px,3.5vw,46px)!important;
  line-height:1.2!important;
  font-weight:800!important;
}
.smart-head h3,.builder-card h3{
  font-size:18px!important;
  font-weight:700!important;
}
.field label{
  font-size:13px!important;
  font-weight:700!important;
}
.field input,.field textarea,.field select{
  font-size:14px!important;
  line-height:1.6!important;
  font-weight:400!important;
}
.btn,.ghost-action,.mini-btn{
  font-size:13px!important;
  font-weight:700!important;
}
.steps li{font-size:12px!important;font-weight:600!important}
.steps .dot{font-family:var(--font-latin)!important;font-size:11px!important}
.live-status,.format-pill{font-size:11px!important;font-weight:600!important}
.ai-assistant h3{font-size:18px!important;font-weight:700!important}
.ai-assistant p,.dynamic-suggest{font-size:13px!important;line-height:1.7!important}
.template-filter .chip{font-size:12px!important;font-weight:600!important}
.real-template-card>strong{font-size:13px!important;font-weight:700!important}

/* Auth, dashboard, payment, admin */
.auth-brand h1{font-size:clamp(32px,4vw,52px)!important;font-weight:900!important}
.auth-panel h2{font-size:28px!important;font-weight:800!important}
.auth-panel p{font-size:14px!important}
.workspace-head h1{font-size:clamp(30px,3.5vw,46px)!important;font-weight:800!important}
.table th{font-size:11px!important;font-weight:700!important}
.table td{font-size:13px!important}

.pay-hero h1{font-size:clamp(34px,4.2vw,56px)!important;font-weight:900!important}
.pay-hero p{font-size:15px!important;line-height:1.8!important}
.plan-card h3{font-size:19px!important;font-weight:700!important}
.plan-price b{font-family:var(--font-latin)!important;font-size:30px!important;font-weight:900!important}
.plan-card p,.pay-features li{font-size:13px!important}

.admin-main h1{font-size:36px!important;font-weight:900!important}
.admin-main h2{font-size:24px!important;font-weight:800!important}
.admin-main h3{font-size:18px!important;font-weight:700!important}
.admin-side a{font-size:12px!important;font-weight:600!important}
.stat b{font-family:var(--font-latin)!important;font-size:30px!important;font-weight:900!important}
.stat span{font-size:12px!important}

/* Footer */
.footer-brand-line b{
  font-family:var(--font-latin)!important;
  font-size:18px!important;
  font-weight:800!important;
}
.footer-brand-line small{font-size:10px!important;font-weight:700!important}
.footer-brand-block p{font-size:13px!important;line-height:1.75!important}
.footer-col h4{font-size:12px!important;font-weight:800!important}
.footer-col a,.footer-col span{font-size:12px!important}
.footer-bottom{font-size:11px!important}

/* Resume preview / generated resume */
.resume-paper{
  font-family:var(--font-brand)!important;
  font-size:11px!important;
  line-height:1.5!important;
}
.resume-paper h1{
  font-size:24px!important;
  line-height:1.15!important;
  font-weight:800!important;
}
.resume-paper .resume-head>p{font-size:12px!important;font-weight:500!important}
.resume-paper h2{
  font-size:12px!important;
  line-height:1.3!important;
  font-weight:800!important;
}
.resume-paper p,.resume-paper li,.resume-paper span{font-size:10px!important;line-height:1.5!important}
.resume-paper strong{font-size:10.5px!important;font-weight:700!important}

/* Responsive values match the source site's behavior */
@media(max-width:1180px){
  .landing-nav a{font-size:11px!important}
}
@media(max-width:820px){
  .landing-copy h1{font-size:clamp(38px,8vw,58px)!important}
}
@media(max-width:640px){
  body{font-size:14px}
  .landing-copy h1{font-size:34px!important}
  .landing-copy>p{font-size:15px!important}
  .landing-main-btn,.landing-secondary-btn{font-size:14px!important}
  .landing-section h2,.landing-ai-section h2,.landing-advice h2,.landing-faq h2{
    font-size:clamp(27px,8vw,36px)!important;
  }
  .landing-section-head>p,.ai-copy>p,.advice-dark-copy p{font-size:14px!important}
  .page-title{font-size:30px!important}
  .auth-panel h2{font-size:24px!important}
  .admin-main h1{font-size:28px!important}
}


/* === CV AI FINAL DEPLOY THEME === */
@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@400;500;600;700;800;900&family=Inter:wght@400;500;600;700;800;900&display=swap');

:root{
  --brand-red:#d90429!important;
  --brand-red-bright:#ef233c!important;
  --brand-red-dark:#8d021f!important;
  --brand-black:#09090b!important;
  --brand-ink:#18181b!important;
  --brand-soft:#3f3f46!important;
  --brand-muted:#71717a!important;
  --brand-line:rgba(9,9,11,.09)!important;
  --brand-bg:#ffffff!important;
  --brand-surface:#fafafa!important;
  --brand-red-soft:rgba(217,4,41,.055)!important;
  --brand-shadow:0 12px 30px rgba(9,9,11,.055)!important;

  --navy:#09090b!important;
  --navy-2:#18181b!important;
  --blue:#d90429!important;
  --blue-2:#ef233c!important;
  --green:#d90429!important;
  --green-2:#8d021f!important;
  --red:#d90429!important;
  --ink:#18181b!important;
  --muted:#71717a!important;
  --soft:#fafafa!important;
  --soft-blue:#fff5f6!important;
  --soft-green:#fff5f6!important;
  --line:#e8e8eb!important;
  --white:#fff!important;
  --gold:#d90429!important;
  --accent:#d90429!important;
}

html{scroll-behavior:smooth}
body{
  font-family:"Alexandria","Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  background:#fff!important;
  color:#18181b!important;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
html[dir="ltr"] body{font-family:"Inter","Alexandria",system-ui,sans-serif!important}
button,input,textarea,select{font-family:inherit!important}
a{transition:color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}

/* Global headings */
h1,h2,h3,h4,h5,h6{
  font-family:inherit!important;
  color:#09090b;
  letter-spacing:0!important;
}
html[dir="ltr"] h1,html[dir="ltr"] h2,html[dir="ltr"] h3{letter-spacing:-.025em!important}

/* Header */
.landing-header,.topbar{
  background:rgba(255,255,255,.94)!important;
  border-bottom:1px solid var(--brand-line)!important;
  backdrop-filter:blur(18px) saturate(160%);
  -webkit-backdrop-filter:blur(18px) saturate(160%);
  box-shadow:0 4px 18px rgba(9,9,11,.025)!important;
}
.landing-brand img,.header-logo,.auth-logo,.pay-logo,.footer-logo,.footer-brand-line img{
  border-radius:50%!important;
  object-fit:cover!important;
  background:#fff!important;
  border:1.5px solid var(--brand-red)!important;
  box-shadow:0 0 14px rgba(217,4,41,.12)!important;
}
.landing-wordmark b{font-size:19px!important;font-weight:800!important;color:#09090b!important}
.landing-wordmark small{font-size:9.5px!important;font-weight:600!important;color:#d90429!important}
.landing-nav{
  background:rgba(9,9,11,.02)!important;
  border:1px solid var(--brand-line)!important;
  border-radius:999px!important;
  padding:4px!important;
}
.landing-nav a{
  min-height:38px!important;
  padding:7px 13px!important;
  border-radius:999px!important;
  font-size:12px!important;
  font-weight:600!important;
  color:#3f3f46!important;
}
.landing-nav a:hover{background:var(--brand-red-soft)!important;color:#d90429!important}
.landing-lang,.landing-consult{
  background:#fff!important;
  border:1px solid rgba(9,9,11,.15)!important;
  color:#09090b!important;
  box-shadow:none!important;
}
.landing-cta,.btn-primary{
  background:linear-gradient(135deg,#d90429,#ef233c)!important;
  color:#fff!important;
  border:0!important;
  box-shadow:0 8px 20px rgba(217,4,41,.16)!important;
}
.landing-cta:hover,.btn-primary:hover{
  transform:translateY(-1px)!important;
  box-shadow:0 12px 26px rgba(217,4,41,.24)!important;
}

/* Landing hero */
.landing-hero{
  background:
    radial-gradient(circle at 88% 12%,rgba(217,4,41,.08),transparent 28%),
    radial-gradient(circle at 10% 85%,rgba(217,4,41,.035),transparent 25%),
    #fff!important;
}
.landing-kicker,.mini-label,.section-kicker{
  color:#d90429!important;
  background:var(--brand-red-soft)!important;
  border:1px solid rgba(217,4,41,.17)!important;
  border-radius:999px!important;
  font-size:11px!important;
  font-weight:800!important;
}
.landing-copy h1{
  font-size:clamp(38px,5vw,68px)!important;
  line-height:1.18!important;
  font-weight:800!important;
  max-width:920px!important;
}
.landing-copy h1 em{
  color:#d90429!important;
  font-style:normal!important;
  background:none!important;
  -webkit-text-fill-color:initial!important;
}
.landing-copy>p{
  font-size:clamp(15px,1.35vw,18px)!important;
  line-height:1.9!important;
  font-weight:400!important;
  color:#52525b!important;
  max-width:760px!important;
}
.landing-main-btn,.landing-secondary-btn{
  border-radius:999px!important;
  min-height:50px!important;
  font-size:13px!important;
  font-weight:700!important;
}
.landing-main-btn{
  background:linear-gradient(135deg,#d90429,#ef233c)!important;
  box-shadow:0 10px 24px rgba(217,4,41,.17)!important;
}
.landing-secondary-btn{
  background:#fff!important;
  color:#18181b!important;
  border:1px solid rgba(9,9,11,.14)!important;
  box-shadow:0 4px 14px rgba(9,9,11,.035)!important;
}
.landing-chip-row span,.landing-proof>div{
  background:#fff!important;
  border:1px solid var(--brand-line)!important;
  color:#3f3f46!important;
  box-shadow:0 6px 18px rgba(9,9,11,.035)!important;
}

/* Main sections */
.landing-section,.landing-faq{background:#fff!important}
.landing-ai-section{background:#fafafa!important;border-block:1px solid var(--brand-line)!important}
.landing-section h2,.landing-ai-section h2,.landing-faq h2,.landing-advice h2{
  font-size:clamp(27px,3.3vw,44px)!important;
  line-height:1.35!important;
  font-weight:800!important;
  color:#09090b!important;
}
.landing-section-head>p,.ai-copy>p,.advice-dark-copy p{
  font-size:15px!important;
  line-height:1.85!important;
  color:#52525b!important;
}

/* All important cards: cleaner, consistent, visible shadows */
.how-card,.clean-template-card,.smart-card,.builder-card,.format-card,.method-card,.plan-card,
.advice-stack article,.faq-list details,.add-card,.panel,.feature-card,.stat,.auth-panel,.payment-card{
  border:1px solid var(--brand-line)!important;
  background:#fff!important;
  box-shadow:var(--brand-shadow)!important;
}
.how-card,.clean-template-card,.smart-card,.builder-card,.format-card,.method-card,.plan-card,
.advice-stack article,.faq-list details{
  border-radius:18px!important;
}
.how-card:hover,.clean-template-card:hover,.plan-card:hover{
  transform:translateY(-3px)!important;
  border-color:rgba(217,4,41,.25)!important;
  box-shadow:0 18px 38px rgba(217,4,41,.09)!important;
}
.how-card h3,.clean-template-name b,.smart-head h3,.builder-card h3{
  color:#18181b!important;
  font-weight:700!important;
}
.how-card p,.advice-stack p,.faq-list p{color:#65656e!important}

/* AI feature area */
.ai-dark-card,.landing-advice{
  background:#09090b!important;
  color:#fff!important;
}
.ai-dark-card h3,.landing-advice h2,.landing-advice h3{color:#fff!important}
.ai-dark-card .ai-line,.ai-dark-card .ai-pill{
  border-color:rgba(255,255,255,.12)!important;
}
.ai-dark-card .ai-accent,.ai-feature-list i{color:#ef233c!important}

/* Builder */
.builder-shell{
  background:#fafafa!important;
  grid-template-columns:250px minmax(0,1fr)!important;
}
.side{
  background:#09090b!important;
  color:#fff!important;
  border-inline-end:1px solid rgba(255,255,255,.06)!important;
}
.side .brand,.side .brand small{color:#fff!important}
.steps li{color:#a1a1aa!important;font-size:12px!important;font-weight:600!important}
.steps .dot{
  border-color:#3f3f46!important;
  color:#d4d4d8!important;
  background:transparent!important;
}
.steps .active{color:#fff!important}
.steps .active .dot{
  background:#d90429!important;
  color:#fff!important;
  border-color:#d90429!important;
  box-shadow:0 0 0 5px rgba(217,4,41,.12)!important;
}
.steps .done .dot{
  background:#27272a!important;
  color:#fff!important;
  border-color:#3f3f46!important;
}
.builder-main{background:#fafafa!important}
.page-title{
  font-size:clamp(28px,3vw,42px)!important;
  line-height:1.32!important;
  font-weight:800!important;
  color:#09090b!important;
}
.subtitle{font-size:14px!important;line-height:1.8!important;color:#71717a!important}
.panel,.add-card,.builder-card,.smart-card{
  border-radius:16px!important;
  padding:22px!important;
}
.field label{
  font-size:12px!important;
  color:#3f3f46!important;
  font-weight:700!important;
}
.field input,.field textarea,.field select{
  background:#fff!important;
  border:1px solid #dedee3!important;
  border-radius:12px!important;
  padding:12px 13px!important;
  font-size:13.5px!important;
  color:#18181b!important;
  box-shadow:0 1px 2px rgba(9,9,11,.02)!important;
}
.field input:focus,.field textarea:focus,.field select:focus{
  outline:none!important;
  border-color:#d90429!important;
  box-shadow:0 0 0 4px rgba(217,4,41,.08)!important;
}
.chip{
  border:1px solid #dedee3!important;
  background:#fff!important;
  color:#3f3f46!important;
  font-size:11.5px!important;
  font-weight:600!important;
}
.chip:hover,.chip.active{
  background:var(--brand-red-soft)!important;
  color:#d90429!important;
  border-color:rgba(217,4,41,.25)!important;
}
.preview-card{
  border:1px solid var(--brand-line)!important;
  border-radius:14px!important;
  box-shadow:0 18px 40px rgba(9,9,11,.08)!important;
  overflow:hidden!important;
}
.preview-actions{color:#d90429!important}

/* Buttons */
.btn{
  border-radius:999px!important;
  min-height:44px!important;
  padding:10px 20px!important;
  font-size:12.5px!important;
  font-weight:700!important;
}
.btn-outline{
  background:#fff!important;
  border:1px solid #d4d4d8!important;
  color:#18181b!important;
}
.btn-outline:hover{border-color:#d90429!important;color:#d90429!important}
.btn-soft{
  background:var(--brand-red-soft)!important;
  color:#d90429!important;
}

/* Templates */
.real-template-card,.tpl{
  border:1px solid var(--brand-line)!important;
  background:#fff!important;
  box-shadow:0 8px 22px rgba(9,9,11,.04)!important;
}
.real-template-card.selected,.tpl.selected{
  border-color:#d90429!important;
  box-shadow:0 0 0 3px rgba(217,4,41,.08),0 12px 28px rgba(9,9,11,.06)!important;
}

/* Admin */
.admin-wrap{background:#fafafa!important}
.admin-side{background:#09090b!important}
.admin-side a{color:#d4d4d8!important}
.admin-side a:hover{background:#27272a!important;color:#fff!important}
.admin-main{background:#fafafa!important}
.stat,.table{border:1px solid var(--brand-line)!important}
.stat strong,.stat b{color:#d90429!important}
.table th{background:#fafafa!important;color:#52525b!important}
.table th,.table td{border-bottom:1px solid #ededf0!important}

/* Auth / payment */
.auth-shell,.payment-shell{background:#fafafa!important}
.auth-panel,.payment-card{border-radius:20px!important}
.plan-card.is-popular,.plan-card.popular{
  border-color:#d90429!important;
  box-shadow:0 18px 40px rgba(217,4,41,.10)!important;
}
.plan-price b{color:#d90429!important}

/* Footer */
.landing-footer{
  background:#09090b!important;
  color:#fff!important;
}
.footer-col h4,.footer-brand-line b{color:#fff!important}
.footer-col a,.footer-col span,.footer-brand-block p{color:#a1a1aa!important}
.footer-col a:hover{color:#ef233c!important}
.footer-bottom{border-top:1px solid rgba(255,255,255,.09)!important;color:#71717a!important}

/* Resume paper should remain neutral/professional */
.resume-paper{
  background:#fff!important;
  color:#222!important;
  box-shadow:none!important;
}
.resume-paper h1,.resume-paper h2{color:var(--accent)!important}

/* Responsive */
@media(max-width:1100px){
  .builder-shell{grid-template-columns:220px minmax(0,1fr)!important}
}
@media(max-width:980px){
  .landing-nav{display:none!important}
  .builder-shell{grid-template-columns:1fr!important}
  .side{
    position:relative!important;
    height:auto!important;
    padding:16px!important;
  }
  .steps{
    display:flex!important;
    overflow-x:auto!important;
    gap:8px!important;
    padding-bottom:4px!important;
  }
  .steps li{
    min-width:max-content!important;
    padding:8px 10px!important;
    background:#18181b!important;
    border-radius:999px!important;
  }
  .builder-main{padding:28px 20px!important}
}
@media(max-width:720px){
  .landing-header{min-height:68px!important;padding-inline:14px!important}
  .landing-brand img{width:46px!important;height:46px!important}
  .landing-wordmark small{display:none!important}
  .landing-copy h1{font-size:34px!important;line-height:1.34!important}
  .landing-copy>p{font-size:14px!important}
  .landing-actions{gap:6px!important}
  .landing-consult{display:none!important}
  .landing-cta{font-size:11px!important;padding-inline:12px!important}
  .landing-section h2,.landing-ai-section h2,.landing-faq h2,.landing-advice h2{
    font-size:28px!important;
  }
  .builder-main{padding:22px 14px!important}
  .page-title{font-size:28px!important}
  .panel,.add-card,.builder-card,.smart-card{padding:16px!important}
  .form-grid{grid-template-columns:1fr!important}
  .nav-actions{gap:10px!important}
  .nav-actions .btn{flex:1!important}
}

/* === CV AI UX POLISH V8 === */
:root{--cv-red:#e20d2f;--cv-red-2:#f02a45;--cv-black:#0a0a0d;--cv-ink:#18181b;--cv-muted:#6b6b74;--cv-line:#e6e6e9;--cv-soft:#fafafa;--cv-pink:#fff4f6}
body{font-family:"Alexandria","Inter",system-ui,sans-serif!important}html[dir="ltr"] body{font-family:"Inter","Alexandria",system-ui,sans-serif!important}
.landing-copy h1{font-size:clamp(38px,4.6vw,64px)!important;font-weight:800!important;line-height:1.22!important}
.landing-section h2,.landing-ai-section h2,.landing-faq h2,.landing-advice h2{font-size:clamp(28px,3vw,40px)!important;font-weight:800!important;line-height:1.4!important}
.how-card h3{font-size:18px!important}.how-card p{font-size:13.5px!important}.landing-section-head>p,.ai-copy>p,.advice-dark-copy p{font-size:14.5px!important}
.landing-header{border-top:3px solid var(--cv-red)!important}
.landing-brand img{width:54px!important;height:54px!important;max-width:54px!important;max-height:54px!important;padding:2px!important;border-radius:50%!important;background:#fff!important;object-fit:cover!important;border:1.5px solid var(--cv-red)!important}
.landing-wordmark b{font-size:18px!important}.landing-wordmark small{font-size:9px!important}
.builder-brand-row{margin-bottom:10px}.brand-image{display:flex!important;align-items:center!important;gap:12px!important;width:auto!important}
.builder-logo-shell{width:78px;height:78px;min-width:78px;border-radius:50%;overflow:hidden;display:grid;place-items:center;background:#fff;border:2px solid var(--cv-red);box-shadow:0 8px 22px rgba(226,13,47,.16)}
.builder-logo-shell img{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:cover!important;border:0!important;box-shadow:none!important}
.builder-brand-copy{display:flex;flex-direction:column;min-width:0}.builder-brand-copy b{font:800 20px/1.1 "Inter",sans-serif;color:#fff}.builder-brand-copy small{font-size:9.5px;color:#a1a1aa;margin-top:4px;white-space:nowrap}
.builder-language a{font-size:11px!important;padding:7px 12px!important;font-weight:700!important}
.side{display:flex!important;flex-direction:column!important;padding:24px 20px!important;background:#08080b!important}.steps{flex:1}.steps li{padding:13px 10px!important;border-radius:12px;margin:3px 0;font-size:13px!important;font-weight:600!important}.steps li.active{background:#1b1b1f!important}.steps .dot{width:27px!important;height:27px!important}
.builder-side-exit{margin-top:20px;padding-top:16px;border-top:1px solid rgba(255,255,255,.09);display:grid;gap:7px}.side-exit-link,.side-logout-link{display:flex;align-items:center;justify-content:center;min-height:40px;border-radius:999px;font-size:11.5px;font-weight:700}.side-exit-link{background:#fff;color:#111!important}.side-logout-link{border:1px solid rgba(255,255,255,.16);color:#d4d4d8!important}
.workspace-actions{display:flex;align-items:center;gap:10px}.builder-exit-top{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid var(--cv-line);color:#111;font:500 24px/1 Arial;box-shadow:0 4px 12px rgba(9,9,11,.05)}
.builder-exit-top:hover{color:var(--cv-red);border-color:rgba(226,13,47,.35)}
.progress-top{height:4px!important;background:#ffe4e9!important}.progress-top span{background:linear-gradient(90deg,var(--cv-red),var(--cv-red-2))!important}.builder-main{background:#fbfbfc!important}
.section-kicker{background:transparent!important;border:0!important;padding:0!important;color:var(--cv-red)!important;font-size:10px!important}.page-title{font-size:clamp(28px,2.8vw,39px)!important;line-height:1.35!important;font-weight:800!important}
.builder-card,.smart-card{border:1px solid var(--cv-line)!important;box-shadow:0 9px 26px rgba(9,9,11,.05)!important}.ghost-action{font-size:11.5px!important;font-weight:700!important;border-color:#dddde2!important}.ghost-action:hover{color:var(--cv-red)!important;border-color:rgba(226,13,47,.3)!important;background:var(--cv-pink)!important}.mini-btn.ai-exp,.ai-mark{color:var(--cv-red)!important}.is-hidden{display:none!important}
.modal-open{overflow:hidden}.ai-review-overlay{position:fixed;inset:0;z-index:9999;background:rgba(9,9,11,.58);backdrop-filter:blur(8px);display:grid;place-items:center;padding:20px}.ai-review-overlay[hidden]{display:none!important}
.ai-review-modal{width:min(760px,100%);max-height:min(800px,92vh);overflow:auto;background:#fff;border-radius:24px;border:1px solid rgba(255,255,255,.4);box-shadow:0 30px 90px rgba(0,0,0,.26);padding:26px;position:relative}
.ai-review-close{position:absolute;top:14px;inset-inline-end:14px;width:36px;height:36px;border-radius:50%;border:1px solid var(--cv-line);background:#fff;font-size:22px;cursor:pointer}.ai-review-head{display:flex;align-items:center;gap:12px;padding-inline-end:42px}.ai-review-icon{width:44px;height:44px;border-radius:14px;background:var(--cv-pink);color:var(--cv-red);display:grid;place-items:center}.ai-review-head strong{display:block;font-size:17px;color:#111}.ai-review-head small{display:block;margin-top:4px;color:var(--cv-muted);font-size:12px}
.ai-progress-track{height:7px;border-radius:999px;background:#f0f0f2;margin:22px 0 10px;overflow:hidden}.ai-progress-track span{display:block;width:22%;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--cv-red),var(--cv-red-2));transition:width .45s ease}.ai-progress-steps{display:flex;justify-content:space-between;gap:10px;font-size:10.5px;color:#a1a1aa;margin-bottom:22px}.ai-progress-steps span.active{color:var(--cv-red);font-weight:800}
.ai-review-content{display:grid;grid-template-columns:1fr 34px 1fr;gap:12px;align-items:stretch}.ai-diff-card{border:1px solid var(--cv-line);border-radius:16px;padding:16px;background:#fafafa;min-height:150px}.ai-diff-card.after{background:#fff6f7;border-color:rgba(226,13,47,.2)}.ai-diff-card label{display:block;font-size:10.5px;font-weight:800;color:#71717a;margin-bottom:10px}.ai-diff-card div{white-space:pre-wrap;font-size:13px;line-height:1.8;color:#27272a}.ai-diff-arrow{display:grid;place-items:center;color:var(--cv-red);font-size:22px}.ai-review-actions{display:flex;justify-content:flex-end;gap:9px;flex-wrap:wrap;margin-top:20px}.ai-token-note{margin-top:14px;font-size:10.5px;color:#8a8a93;text-align:center}
.admin-side{display:flex!important;flex-direction:column!important;min-height:100vh!important;padding:20px!important}.admin-brand-mini>a{display:flex!important;align-items:center;gap:10px;padding:0!important;margin:0 0 18px!important;background:transparent!important}.admin-logo-shell{width:54px;height:54px;border-radius:50%;overflow:hidden;background:#fff;border:1.5px solid var(--cv-red);display:grid;place-items:center}.admin-logo-shell img{width:100%;height:100%;object-fit:cover}.admin-brand-mini b{display:block;color:#fff;font:800 18px/1.1 Inter,sans-serif}.admin-brand-mini small{display:block;color:#a1a1aa;font-size:10px;margin-top:3px}.admin-nav-links{flex:1}.admin-nav-links a{font-size:12px!important}.admin-exit-box{margin-top:18px;padding-top:14px;border-top:1px solid rgba(255,255,255,.09);display:grid;gap:7px}.admin-exit-box a{margin:0!important;text-align:center;border:1px solid rgba(255,255,255,.13)!important}.admin-exit-box .admin-logout{background:#d90429!important;color:#fff!important;border-color:#d90429!important}
.format-pill,.live-status,.dynamic-suggest{border-color:#e5e5e9!important}.live-status{color:#52525b!important;background:#fff!important}.status-dot{background:#d90429!important}.ai-assistant{background:#09090b!important;color:#fff!important}.ai-assistant h3{color:#fff!important}.ai-assistant p{color:#b5b5bd!important}
@media(max-width:980px){.side{min-height:auto!important}.builder-brand-copy{display:none}.builder-logo-shell{width:58px;height:58px;min-width:58px}.builder-side-exit{display:flex;gap:8px;border-top:0;padding-top:0}.builder-side-exit a{padding:0 14px}}
@media(max-width:720px){.landing-brand img{width:44px!important;height:44px!important;max-width:44px!important}.landing-copy h1{font-size:32px!important}.landing-section h2,.landing-ai-section h2,.landing-faq h2,.landing-advice h2{font-size:27px!important}.workspace-head{align-items:flex-start!important}.live-status{display:none!important}.ai-review-modal{padding:20px 16px;border-radius:18px}.ai-review-content{grid-template-columns:1fr}.ai-diff-arrow{transform:rotate(90deg);height:20px}.ai-review-actions{display:grid!important;grid-template-columns:1fr!important}.ai-review-actions .btn{width:100%!important}.admin-side{min-height:auto!important}}

/* === V9 Progress + Selection + Payment + Copy UX === */
.ai-progress-line{display:grid;grid-template-columns:1fr 52px;align-items:center;gap:12px;margin:22px 0 10px}
.ai-progress-line .ai-progress-track{margin:0!important}
#aiProgressPct{font-family:"Inter",sans-serif;font-size:13px;color:#d90429;text-align:end;font-variant-numeric:tabular-nums}

.selection-summary,.payment-selection-box{
  border:1px solid rgba(217,4,41,.16);
  background:linear-gradient(135deg,#fff,#fff7f8);
  box-shadow:0 8px 24px rgba(9,9,11,.045);
  border-radius:16px
}
.selection-summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 15px;margin-bottom:15px}
.selection-summary span,.payment-selection-box span{font-size:11px;color:#71717a;font-weight:600}
.selection-summary strong{font:800 15px "Inter","Alexandria",sans-serif;color:#d90429}

.format-card{position:relative;transition:.2s ease}
.format-card.selected{border-color:#d90429!important;box-shadow:0 0 0 3px rgba(217,4,41,.07),0 12px 28px rgba(9,9,11,.06)!important;background:#fff8f9!important}
.format-card.selected:after{content:"✓";position:absolute;top:10px;inset-inline-end:10px;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#d90429;color:#fff;font-size:12px;font-weight:900}

.review-resume-wrap{min-width:0}
.review-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:12px;padding:12px 14px;border:1px solid #e5e5e9;background:#fff;border-radius:14px;box-shadow:0 7px 20px rgba(9,9,11,.04)}
.review-toolbar strong{display:block;font-size:14px}.review-toolbar small{display:block;margin-top:3px;font-size:10.5px;color:#71717a}
.selectable-resume,.selectable-resume *{user-select:text!important;-webkit-user-select:text!important}
.selectable-resume{cursor:text!important}
.copy-resume-btn{white-space:nowrap}

.pay-header{display:grid!important;grid-template-columns:1fr auto 1fr!important;align-items:center!important;gap:15px!important}
.pay-header>a:last-child{justify-self:end}
.pay-back{justify-self:start;display:inline-flex;align-items:center;min-height:40px;padding:8px 14px;border:1px solid #e0e0e4;border-radius:999px;background:#fff;color:#18181b!important;font-size:12px;font-weight:700}
.pay-back:hover{border-color:#d90429;color:#d90429!important}
.pay-brand-link{display:flex;align-items:center;gap:8px;color:#111!important;font-weight:800}
.pay-brand-link .pay-logo{width:46px!important;height:46px!important;object-fit:cover!important;border-radius:50%!important}

.payment-selection-box{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-bottom:18px;overflow:hidden}
.payment-selection-box>div{padding:13px 14px;border-inline-end:1px solid #ececef}
.payment-selection-box>div:last-child{border-inline-end:0}
.payment-selection-box strong{display:block;margin-top:5px;font-size:13px;color:#18181b}
.payment-selection-box>div:first-child strong{color:#d90429;font-family:"Inter",sans-serif}

.plan-card.selected{border-color:#d90429!important;box-shadow:0 0 0 3px rgba(217,4,41,.06),0 16px 34px rgba(217,4,41,.08)!important}
.payment-actions{display:flex;gap:10px;margin-top:16px}
.payment-actions .btn{min-height:48px}

@media(max-width:720px){
  .review-toolbar{align-items:flex-start;flex-direction:column}.copy-resume-btn{width:100%!important}
  .pay-header{grid-template-columns:auto 1fr auto!important}.pay-brand-link span{display:none}.pay-header>a:last-child{font-size:10px}
  .payment-selection-box{grid-template-columns:1fr}.payment-selection-box>div{border-inline-end:0;border-bottom:1px solid #ececef}.payment-selection-box>div:last-child{border-bottom:0}
  .payment-actions{display:grid;grid-template-columns:1fr}.payment-actions .btn{width:100%!important}
}

/* === V10 WOW SECTIONS + ADMIN PLAN CONTROL === */
.how-grid{gap:20px!important}
.how-card{
  position:relative!important;overflow:hidden!important;min-height:260px!important;
  background:linear-gradient(180deg,#fff 0%,#fff 70%,#fff7f8 100%)!important;
  transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s ease,border-color .35s ease!important;
}
.how-card:hover{transform:translateY(-9px)!important;border-color:rgba(217,4,41,.28)!important;box-shadow:0 24px 50px rgba(217,4,41,.10)!important}
.how-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:48px}
.how-orb{
  width:42px;height:42px;border-radius:14px;display:grid;place-items:center;
  background:linear-gradient(135deg,#fff1f3,#ffe4e8);border:1px solid rgba(217,4,41,.14);
  color:#d90429;font:800 18px/1 Inter,sans-serif;box-shadow:0 8px 20px rgba(217,4,41,.08);
  transform:rotate(-4deg);transition:.3s ease
}
.how-card:hover .how-orb{transform:rotate(5deg) scale(1.08)}
.how-card h3{font-size:20px!important;margin-bottom:10px!important}
.how-card p{max-width:90%!important}
.how-card-foot{margin-top:auto;padding-top:24px;display:flex;align-items:center;justify-content:space-between;font-size:11px;font-weight:700;color:#d90429}
.how-card-foot i{font-style:normal;font-size:18px;transition:.25s ease}.how-card:hover .how-card-foot i{transform:translateX(-4px)}
.how-shape{position:absolute;width:94px;height:94px;border:14px solid rgba(217,4,41,.05);border-radius:50%;bottom:-52px;inset-inline-start:-20px;transition:.4s ease}
.how-card:hover .how-shape{transform:scale(1.18) rotate(20deg);border-color:rgba(217,4,41,.085)}

.landing-ai-section{position:relative;overflow:hidden!important}
.landing-ai-section:before{content:"";position:absolute;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(217,4,41,.06),transparent 70%);top:-90px;inset-inline-start:35%;pointer-events:none}
.ai-visual-panel{transition:transform .4s ease}.landing-ai-section:hover .ai-visual-panel{transform:translateY(-5px)}
.ai-float-chip{position:absolute;z-index:5;padding:8px 12px;border-radius:999px;background:#fff;border:1px solid rgba(217,4,41,.16);box-shadow:0 12px 28px rgba(9,9,11,.08);font:700 10px/1 "Inter","Alexandria",sans-serif;color:#d90429;animation:cvFloat 4s ease-in-out infinite}
.ai-float-chip.one{top:36px;inset-inline-start:28px}.ai-float-chip.two{bottom:45px;inset-inline-end:18px;animation-delay:-1.4s}
@keyframes cvFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}

.clean-template-card{position:relative!important;overflow:hidden!important;transition:.35s cubic-bezier(.2,.8,.2,1)!important}
.clean-template-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 68%,rgba(217,4,41,.035));pointer-events:none;opacity:0;transition:.3s ease}
.clean-template-card:hover{transform:translateY(-8px)!important;box-shadow:0 24px 50px rgba(9,9,11,.10)!important;border-color:rgba(217,4,41,.22)!important}
.clean-template-card:hover:after{opacity:1}
.clean-template-preview{transition:transform .45s ease}.clean-template-card:hover .clean-template-preview{transform:scale(1.018)}
.clean-template-name span{font-size:10px!important;color:#d90429!important;font-weight:700!important}

.admin-status-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;font-size:10.5px;font-weight:800}
.admin-status-pill.on{background:#edfdf3;color:#15803d}.admin-status-pill.off{background:#f3f4f6;color:#71717a}
.plan-row-disabled{opacity:.58;background:#fafafa}
.admin-help-note{font-size:11px;color:#71717a;margin-top:12px}

.admin-user-plan-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:20px 0 28px}
.admin-card-eyebrow{font-size:10px;font-weight:800;color:#d90429;margin-bottom:14px;text-transform:uppercase;letter-spacing:.04em}
.active-plan-hero{display:flex;align-items:center;gap:12px;padding:15px;border-radius:16px;background:linear-gradient(135deg,#fff4f6,#fff);border:1px solid rgba(217,4,41,.14);margin-bottom:14px}
.active-plan-hero>span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#d90429;color:#fff;font-weight:900}
.active-plan-hero strong{display:block;font-size:15px}.active-plan-hero small{display:block;margin-top:3px;color:#71717a;font-size:10.5px}
.empty-plan-state{display:grid;place-items:center;text-align:center;padding:18px}.empty-plan-state>span{font-size:34px;color:#d4d4d8}.empty-plan-state strong{font-size:14px}.empty-plan-state p{font-size:11px;color:#71717a;margin-top:5px}

.user-plan-banner{display:flex;align-items:center;gap:12px;padding:13px 16px;margin-bottom:22px;border-radius:16px;background:linear-gradient(135deg,#09090b,#1d1d22);color:#fff;box-shadow:0 14px 32px rgba(9,9,11,.12)}
.user-plan-banner .plan-badge-icon{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#d90429;font-weight:900}
.user-plan-banner small{display:block;color:#a1a1aa;font-size:9px}.user-plan-banner strong{display:block;color:#fff;font-size:14px}.user-plan-banner>span:last-child{margin-inline-start:auto;font-size:10.5px;color:#d4d4d8}

.import-test-result pre{direction:ltr;text-align:left;white-space:pre-wrap;background:#0d0d11;color:#e8e8ec;padding:16px;border-radius:14px;max-height:420px;overflow:auto;font:12px/1.6 ui-monospace,SFMono-Regular,Consolas,monospace}
.import-test-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:18px}.import-test-head small{display:block;color:#71717a;font-size:9px}.import-test-head strong{display:block;font:800 24px/1 Inter,sans-serif}
.test-pass,.test-fail{padding:7px 10px;border-radius:999px;font-size:10px;font-weight:800}.test-pass{background:#edfdf3;color:#15803d}.test-fail{background:#fff1f2;color:#be123c}

@media(max-width:820px){.admin-user-plan-grid{grid-template-columns:1fr}.how-card{min-height:220px!important}.how-card-top{margin-bottom:28px}}

/* === V11 AI PROGRESS EVERYWHERE + LOGO === */
.assistant-brand{
  display:flex;align-items:center;gap:10px;margin-bottom:14px
}
.assistant-logo-shell{
  width:48px;height:48px;border-radius:50%;overflow:hidden;display:grid;place-items:center;
  background:#fff;border:1.5px solid #d90429;box-shadow:0 8px 18px rgba(217,4,41,.15)
}
.assistant-logo-shell img{width:100%;height:100%;object-fit:cover}
.assistant-brand strong{display:block;color:#fff;font-size:15px;font-weight:800}
.assistant-brand small{display:block;color:#a1a1aa;font-size:9.5px;margin-top:3px}

.global-ai-progress{
  margin:12px 0 14px;padding:12px 13px;border-radius:14px;
  background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.09)
}
.global-ai-progress[hidden]{display:none!important}
.global-ai-progress-head{
  display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px
}
.global-ai-progress-head span{font-size:10.5px;color:#d4d4d8}
.global-ai-progress-head b{font:800 12px/1 Inter,sans-serif;color:#ff5b73;font-variant-numeric:tabular-nums}
.global-ai-progress-track{
  height:7px;border-radius:999px;background:rgba(255,255,255,.10);overflow:hidden
}
.global-ai-progress-track span{
  display:block;width:0;height:100%;border-radius:inherit;
  background:linear-gradient(90deg,#d90429,#ff3651);
  transition:width .35s ease
}

.ai-assistant-brand-logo{
  position:absolute;top:22px;inset-inline-start:22px;display:flex;align-items:center;gap:10px;z-index:6
}
.ai-assistant-brand-logo>span{
  width:54px;height:54px;border-radius:50%;overflow:hidden;display:grid;place-items:center;
  background:#fff;border:1.5px solid #d90429;box-shadow:0 10px 24px rgba(0,0,0,.18)
}
.ai-assistant-brand-logo img{width:100%;height:100%;object-fit:cover}
.ai-assistant-brand-logo strong{display:block;color:#fff;font:800 16px/1.1 Inter,sans-serif}
.ai-assistant-brand-logo small{display:block;color:#b4b4bc;font-size:9px;margin-top:3px}
.ai-dark-card{position:relative!important;padding-top:88px!important}

@media(max-width:720px){
  .assistant-logo-shell{width:42px;height:42px}
  .ai-assistant-brand-logo{top:16px;inset-inline-start:16px}
  .ai-assistant-brand-logo>span{width:46px;height:46px}
  .ai-dark-card{padding-top:78px!important}
}

/* === V12 Stripe IQD display / USD processing === */
.plan-price b{font-family:"Alexandria","Inter",sans-serif!important}
.stripe-charge-note{
  margin-top:8px;padding:9px 11px;border-radius:12px;
  background:#fafafa;border:1px solid #e7e7ea;color:#71717a;
  font-size:10.5px;line-height:1.6
}
.stripe-map-card{display:grid;gap:7px;margin-bottom:18px}
.stripe-map-card code{direction:ltr;text-align:left;padding:9px 11px;border-radius:10px;background:#0d0d11;color:#f4f4f5;font-size:11px;overflow:auto}
.stripe-map-card span{font-size:11px;color:#71717a}

/* === V13 critical fixes: AI, payment help, protected preview === */
.ai-busy-screen{position:fixed;z-index:9998;top:16px;left:50%;transform:translateX(-50%);width:min(620px,calc(100% - 28px));pointer-events:none}
.ai-busy-screen[hidden]{display:none!important}
.ai-busy-card{display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:11px;background:#09090b;color:#fff;border:1px solid rgba(255,255,255,.10);border-radius:18px;padding:12px 14px;box-shadow:0 18px 50px rgba(0,0,0,.28)}
.ai-busy-copy strong{display:block;font-size:12px;color:#fff}.ai-busy-copy small{display:block;font-size:10px;color:#a1a1aa;margin-top:2px}
.ai-busy-card>b{font:800 12px Inter,sans-serif;color:#ff5a73}
.ai-busy-track{grid-column:2/4;height:6px;background:rgba(255,255,255,.10);border-radius:999px;overflow:hidden}
.ai-busy-track span{display:block;width:0;height:100%;background:linear-gradient(90deg,#d90429,#ff3d58);transition:width .3s ease}

.secure-charge-note{margin-top:8px;padding:9px 11px;border-radius:12px;background:#fafafa;border:1px solid #e7e7ea;color:#71717a;font-size:10.5px;line-height:1.65}
.payment-help-box{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:12px;margin-top:16px;padding:14px;border:1px solid rgba(217,4,41,.15);border-radius:16px;background:#fff7f8}
.payment-help-icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:#d90429;color:#fff;font-size:18px}
.payment-help-box strong{font-size:12.5px}.payment-help-box p{font-size:10.5px!important;margin:3px 0 0!important;color:#71717a}.payment-help-box>a{font:800 12px Inter,sans-serif;color:#d90429;white-space:nowrap}
.payment-error-page{max-width:760px;margin:8vh auto;padding:0 20px}.payment-error-card{text-align:center;padding:38px!important}.payment-error-icon{width:52px;height:52px;margin:0 auto 14px;border-radius:50%;display:grid;place-items:center;background:#fff0f2;color:#d90429;font:900 22px Inter,sans-serif}.payment-error-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin:22px 0 14px}

.preview-protection-wrap{position:relative;overflow:hidden;border-radius:14px}
.protected-resume,.protected-resume *{-webkit-user-select:none!important;user-select:none!important;-webkit-touch-callout:none!important}
.protected-resume{cursor:default!important}
.preview-watermark{position:absolute;inset:0;z-index:7;pointer-events:none;display:grid;grid-template-columns:repeat(2,1fr);align-content:space-around;opacity:.11;transform:rotate(-18deg) scale(1.15)}
.preview-watermark span{font:800 19px/1 Inter,sans-serif;color:#d90429;text-align:center;white-space:nowrap}
.protected-preview-badge{font-size:10px;font-weight:800;padding:7px 10px;border-radius:999px;background:#fff0f2;color:#be123c}
.screen-capture-deterrent .preview-protection-wrap{filter:blur(18px)!important;opacity:.08!important}
@media print{.preview-protection-wrap{display:none!important}.delivery-page:after{content:"Protected CV AI preview — printing disabled";display:block;text-align:center;padding:80px 20px;font-size:24px;font-weight:800}}
.protected-print .preview-protection-wrap{visibility:hidden!important}

.stripe-diagnostic-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:16px 0}.stripe-diagnostic-grid>div{padding:12px;border:1px solid #e6e6e9;border-radius:12px;background:#fafafa}.stripe-diagnostic-grid span{display:block;font-size:10px;color:#71717a}.stripe-diagnostic-grid strong,.stripe-diagnostic-grid code{display:block;margin-top:5px;font-size:12px}
.stripe-admin-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}
@media(max-width:720px){.payment-help-box{grid-template-columns:42px 1fr}.payment-help-box>a{grid-column:1/-1;text-align:center;padding-top:8px}.stripe-diagnostic-grid{grid-template-columns:1fr}}

/* === FINAL LAUNCH: protected user resume previews === */
.protected-user-preview,
.protected-user-preview *,
.protected-resume,
.protected-resume *,
.builder-preview,
.builder-preview *,
.preview-card .resume-paper,
.preview-card .resume-paper *{
  -webkit-user-select:none!important;
  user-select:none!important;
  -webkit-touch-callout:none!important;
  cursor:default!important;
}
.protected-user-preview img,
.protected-resume img,
.preview-card .resume-paper img{
  -webkit-user-drag:none!important;
  user-drag:none!important;
  pointer-events:none!important;
}
.protected-user-preview::selection,
.protected-user-preview *::selection,
.protected-resume::selection,
.protected-resume *::selection,
.preview-card .resume-paper::selection,
.preview-card .resume-paper *::selection{
  background:transparent!important;
}
@media print{
  .protected-user-preview,.protected-resume,.preview-card .resume-paper{
    visibility:hidden!important;
  }
}


/* === FINAL DEVICE RESPONSIVE SYSTEM V15 === */
/*
   Final mobile-first override.
   Targets: small phones 320+, phones 390/430, tablets 768/1024,
   laptops and wide desktops.
*/
html,body{max-width:100%;overflow-x:hidden}
*{min-width:0}
img,svg,video,canvas{max-width:100%;height:auto}
input,select,textarea,button{max-width:100%}
button,a,input,select,textarea{touch-action:manipulation}
main,section,article,aside,header,footer,div{box-sizing:border-box}

/* Common containers */
.landing-header,
.landing-hero,
.landing-section,
.landing-ai-section,
.landing-advice,
.landing-faq,
.landing-final-cta,
.landing-footer,
.builder-main,
.pay-content,
.delivery-page,
.admin-main{
  width:100%!important;
}
.landing-header>*,
.landing-hero>*,
.landing-section>*,
.landing-ai-section>*,
.landing-advice>*,
.landing-faq>*,
.landing-final-cta>*,
.landing-footer>*{
  min-width:0!important;
}

/* Prevent text overflow from URLs, emails, long English words */
p,li,td,th,small,strong,span,label,a,h1,h2,h3,h4{
  overflow-wrap:anywhere;
}
code,pre{max-width:100%;overflow:auto}

/* ---------------- LANDING ---------------- */
.landing-header{
  gap:14px!important;
  padding-inline:clamp(16px,4vw,58px)!important;
}
.landing-brand{flex:0 1 auto!important;min-width:0}
.landing-wordmark{min-width:0}
.landing-actions{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:nowrap}
.landing-actions a{white-space:nowrap}
.landing-hero{
  padding-inline:clamp(18px,5vw,76px)!important;
}
.landing-hero-grid,
.landing-ai-grid,
.landing-advice-grid{
  min-width:0!important;
}
.landing-copy{min-width:0!important}
.landing-copy h1{max-width:100%!important}
.landing-copy>p{max-width:760px!important}
.landing-proof,.how-grid,.clean-template-grid,.faq-grid{min-width:0!important}
.how-card,.clean-template-card,.faq-list details{min-width:0!important}
.clean-template-preview{overflow:hidden!important}
.landing-footer-grid{min-width:0!important}

/* ---------------- BUILDER ---------------- */
.builder-shell{width:100%!important;min-height:100vh}
.builder-main{min-width:0!important}
.builder-workspace{min-width:0!important}
.builder-workspace>div,.ai-dock{min-width:0!important}
.smart-card,.builder-card{max-width:100%!important}
.form-grid{min-width:0!important}
.field{min-width:0!important}
.field input,.field textarea,.field select{width:100%!important;min-width:0!important}
.editor-toolbar,.smart-tools,.card-actions,.nav-actions{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
}
.editor-toolbar button,.smart-tools button{min-height:40px}
.preview-card{max-width:100%!important;overflow:hidden!important}
.resume-paper{max-width:100%!important}
.real-template-grid{min-width:0!important}
.real-template-card{min-width:0!important}
.real-template-thumb{overflow:hidden!important}
.color-row{flex-wrap:wrap!important}
.ai-dock{max-width:100%!important}
.ai-assistant{max-width:100%!important}
.ai-review-modal{max-width:calc(100vw - 24px)!important}
.ai-busy-screen{max-width:100vw}

/* ---------------- FINISH / DELIVERY ---------------- */
.delivery-page{padding-inline:clamp(14px,4vw,50px)!important}
.delivery-grid{min-width:0!important}
.format-grid{min-width:0!important}
.format-card{min-width:0!important}
.review-resume-wrap{min-width:0!important}
.preview-protection-wrap{max-width:100%!important}
.protected-resume{max-width:100%!important}

/* ---------------- PAYMENT ---------------- */
.pay-shell{overflow-x:hidden}
.pay-header{width:100%!important;padding-inline:clamp(14px,4vw,46px)!important}
.pay-content{min-width:0!important}
.pay-hero,.pay-panel{min-width:0!important}
.plan-card{min-width:0!important}
.payment-selection-box{min-width:0!important}

/* ---------------- ADMIN ---------------- */
.admin-wrap{width:100%!important;min-width:0!important}
.admin-main{min-width:0!important}
.admin-main section,.smart-card{min-width:0!important}
.admin-main .table{width:100%!important}
.admin-main table{min-width:700px}
.admin-main section:has(> .table),
.admin-main .smart-card:has(> .table){
  overflow-x:auto!important;
  -webkit-overflow-scrolling:touch;
}
.admin-resume-grid,.stat-grid,.admin-settings-grid,.admin-two{min-width:0!important}

/* ---------------- AUTH / DASHBOARD ---------------- */
.auth-shell,.workspace-shell{width:100%!important;min-width:0!important}
.auth-panel,.auth-brand{min-width:0!important}

/* Tablet / small laptop */
@media(max-width:1100px){
  .landing-header{padding-inline:24px!important}
  .landing-nav{display:none!important}
  .landing-hero-grid{grid-template-columns:1fr!important}
  .landing-stage{max-width:720px!important;margin-inline:auto!important;width:100%!important}
  .landing-copy{text-align:center!important;margin-inline:auto!important}
  .landing-copy>p{margin-inline:auto!important}
  .landing-hero-actions,.landing-chip-row{justify-content:center!important}
  .landing-ai-grid,.landing-advice-grid{grid-template-columns:1fr!important}
  .landing-ai-grid>*{max-width:820px;margin-inline:auto;width:100%}
  .clean-template-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .how-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}

  .builder-shell{grid-template-columns:1fr!important;display:block!important}
  .side{
    position:relative!important;
    inset:auto!important;
    width:100%!important;
    height:auto!important;
    min-height:auto!important;
    padding:12px 18px!important;
    display:grid!important;
    grid-template-columns:auto auto!important;
    align-items:center!important;
    gap:10px 14px!important;
  }
  .builder-brand-row{margin:0!important}
  .builder-logo-shell{width:52px!important;height:52px!important;min-width:52px!important}
  .builder-brand-copy{display:flex!important}
  .builder-brand-copy b{font-size:16px!important}
  .builder-brand-copy small{font-size:8px!important}
  .builder-language{justify-self:end!important}
  .steps{
    grid-column:1/-1!important;
    display:flex!important;
    gap:8px!important;
    overflow-x:auto!important;
    padding:2px 0 8px!important;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
  }
  .steps::-webkit-scrollbar{display:none}
  .steps li{
    flex:0 0 auto!important;
    margin:0!important;
    padding:8px 11px!important;
    min-height:40px!important;
    background:#18181b!important;
    border-radius:999px!important;
  }
  .steps .dot{width:23px!important;height:23px!important;min-width:23px!important}
  .builder-side-exit{
    grid-column:1/-1!important;
    display:flex!important;
    gap:8px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
  }
  .builder-side-exit a{flex:1!important;min-height:38px!important}
  .builder-main{padding:28px 24px!important}
  .builder-workspace{grid-template-columns:1fr!important;gap:24px!important}
  .ai-dock{position:relative!important;top:auto!important;width:100%!important}
  .preview-card{width:min(100%,760px)!important;margin-inline:auto!important}

  .admin-wrap{display:block!important}
  .admin-side{
    min-height:auto!important;
    width:100%!important;
    position:relative!important;
    padding:12px 16px!important;
  }
  .admin-brand-mini{margin:0!important}
  .admin-nav-links{
    display:flex!important;
    overflow-x:auto!important;
    gap:6px!important;
    padding:8px 0!important;
    scrollbar-width:none;
  }
  .admin-nav-links::-webkit-scrollbar{display:none}
  .admin-nav-links a{flex:0 0 auto!important;white-space:nowrap!important}
  .admin-exit-box{display:flex!important;gap:8px!important;margin:6px 0 0!important;padding:6px 0 0!important}
  .admin-exit-box a{flex:1!important}
  .admin-main{padding:28px 24px!important}
}

/* Phones and portrait tablets */
@media(max-width:768px){
  html{font-size:15px}
  body{font-size:14px!important}

  /* Header */
  .landing-header{
    min-height:68px!important;
    padding:9px 12px!important;
    gap:8px!important;
  }
  .landing-brand{gap:7px!important}
  .landing-brand img{width:42px!important;height:42px!important;max-width:42px!important;max-height:42px!important}
  .landing-wordmark b{font-size:15px!important}
  .landing-wordmark small{display:none!important}
  .landing-actions{margin-inline-start:auto!important;gap:5px!important}
  .landing-login{display:none!important}
  .landing-lang{
    min-width:38px!important;
    min-height:38px!important;
    padding:7px 8px!important;
    font-size:10px!important;
  }
  .landing-cta{
    min-height:38px!important;
    padding:7px 11px!important;
    font-size:10.5px!important;
  }
  .landing-consult{display:none!important}

  /* Hero */
  .landing-hero{padding:42px 16px 34px!important}
  .landing-copy{text-align:start!important}
  .landing-kicker{font-size:9.5px!important}
  .landing-copy h1{
    font-size:clamp(30px,9.2vw,42px)!important;
    line-height:1.28!important;
    margin-top:14px!important;
  }
  .landing-copy>p{
    font-size:13.5px!important;
    line-height:1.8!important;
    margin-top:17px!important;
  }
  .landing-hero-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:9px!important;
    margin-top:22px!important;
  }
  .landing-main-btn,.landing-secondary-btn{
    width:100%!important;
    min-height:48px!important;
    justify-content:center!important;
  }
  .landing-chip-row{
    justify-content:flex-start!important;
    gap:6px!important;
    margin-top:16px!important;
  }
  .landing-chip-row span{font-size:9.5px!important;padding:6px 8px!important}
  .landing-stage{margin-top:20px!important}
  .landing-stage .resume-paper{transform:none!important;width:100%!important;min-height:0!important}
  .floating-card,.landing-float-card{display:none!important}

  /* Section spacing */
  .landing-section,.landing-ai-section,.landing-advice,.landing-faq{padding:56px 16px!important}
  .landing-section h2,.landing-ai-section h2,.landing-advice h2,.landing-faq h2{
    font-size:clamp(25px,7.5vw,32px)!important;
    line-height:1.42!important;
  }
  .landing-section-head>p,.ai-copy>p,.advice-dark-copy p{font-size:13px!important}
  .landing-proof{grid-template-columns:1fr 1fr!important;gap:8px!important}
  .how-grid,.clean-template-grid,.faq-grid{grid-template-columns:1fr!important;gap:13px!important}
  .how-card{min-height:auto!important;padding:18px!important}
  .how-card-top{margin-bottom:20px!important}
  .how-card h3{font-size:17px!important}
  .how-card p{font-size:12.5px!important;max-width:100%!important}
  .ai-visual-panel{min-height:360px!important}
  .ai-float-chip{display:none!important}
  .landing-final-cta{padding:44px 16px!important}
  .landing-final-cta>*{width:100%!important}
  .landing-footer{padding:42px 16px 20px!important}
  .landing-footer-grid{grid-template-columns:1fr!important;gap:24px!important}
  .footer-col{min-width:0!important}

  /* Builder */
  .side{padding:10px 12px!important}
  .builder-logo-shell{width:46px!important;height:46px!important;min-width:46px!important}
  .builder-brand-copy b{font-size:14px!important}
  .builder-brand-copy small{display:none!important}
  .builder-language a{padding:6px 9px!important;font-size:10px!important}
  .steps{gap:6px!important}
  .steps li{font-size:10.5px!important;padding:7px 9px!important}
  .builder-side-exit a{font-size:10px!important}
  .builder-main{padding:20px 12px 26px!important}
  .workspace-head{
    display:flex!important;
    align-items:flex-start!important;
    gap:10px!important;
    margin-bottom:16px!important;
  }
  .workspace-head>div:first-child{flex:1!important}
  .page-title{font-size:27px!important;line-height:1.35!important}
  .workspace-actions{flex:0 0 auto!important}
  .builder-exit-top{width:34px!important;height:34px!important}
  .smart-card,.builder-card{padding:15px!important;border-radius:15px!important}
  .form-grid{grid-template-columns:1fr!important;gap:12px!important}
  .field input,.field textarea,.field select{
    min-height:46px!important;
    font-size:16px!important; /* prevents iOS zoom */
    padding:11px 12px!important;
  }
  .field textarea{min-height:130px!important}
  .smart-head{
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    gap:8px!important;
  }
  .smart-head h3,.smart-head strong{flex:1!important}
  .editor-toolbar,.smart-tools{
    width:100%!important;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .editor-toolbar button,.smart-tools button{
    width:100%!important;
    justify-content:center!important;
    padding-inline:8px!important;
    font-size:10.5px!important;
  }
  .nav-actions{
    position:sticky!important;
    bottom:0!important;
    z-index:30!important;
    background:rgba(251,251,252,.94)!important;
    backdrop-filter:blur(12px);
    margin:22px -12px -26px!important;
    padding:12px!important;
    border-top:1px solid #e8e8eb!important;
    display:grid!important;
    grid-template-columns:1fr 1.4fr!important;
  }
  .nav-actions .btn{width:100%!important;min-height:48px!important}
  .ai-dock{margin-top:6px!important}
  .preview-card{border-radius:12px!important}
  .ai-assistant{padding:16px!important}
  .assistant-brand{margin-bottom:10px!important}
  .assistant-logo-shell{width:40px!important;height:40px!important}
  .global-ai-progress{padding:10px!important}
  .real-template-grid{grid-template-columns:1fr!important}
  .real-template-card{width:100%!important}
  .real-template-thumb{max-height:360px!important}
  .color-row{gap:8px!important}
  .color-dot{width:34px!important;height:34px!important}

  /* AI progress */
  .ai-busy-screen{top:8px!important;width:calc(100% - 16px)!important}
  .ai-busy-card{
    grid-template-columns:38px 1fr auto!important;
    padding:9px 10px!important;
    border-radius:14px!important;
  }
  .ai-busy-card .assistant-logo-shell{width:38px!important;height:38px!important}
  .ai-busy-copy strong{font-size:10.5px!important}
  .ai-busy-copy small{font-size:9px!important}
  .ai-review-overlay{padding:8px!important}
  .ai-review-modal{
    width:100%!important;
    max-width:100%!important;
    max-height:94dvh!important;
    padding:18px 14px!important;
    border-radius:18px!important;
  }
  .ai-review-head{padding-inline-end:38px!important}
  .ai-review-head strong{font-size:14px!important}
  .ai-review-content{grid-template-columns:1fr!important}
  .ai-diff-arrow{height:20px!important;transform:rotate(90deg)}
  .ai-review-actions{display:grid!important;grid-template-columns:1fr!important}
  .ai-review-actions .btn{width:100%!important}

  /* Finish */
  .delivery-page{padding:20px 12px 34px!important}
  .delivery-head h1{font-size:28px!important}
  .delivery-grid{grid-template-columns:1fr!important;gap:18px!important}
  .format-grid{grid-template-columns:1fr 1fr!important;gap:8px!important}
  .format-card{padding:13px!important}
  .selection-summary{align-items:flex-start!important;flex-direction:column!important;gap:5px!important}
  .review-toolbar{align-items:flex-start!important;flex-direction:column!important}
  .preview-protection-wrap{overflow:auto!important}

  /* Payment */
  .pay-header{
    padding:9px 10px!important;
    display:grid!important;
    grid-template-columns:auto 1fr auto!important;
    gap:7px!important;
  }
  .pay-back{padding:7px 9px!important;min-height:38px!important;font-size:10px!important}
  .pay-brand-link{justify-self:center!important}
  .pay-brand-link .pay-logo{width:38px!important;height:38px!important}
  .pay-brand-link span{display:none!important}
  .pay-header>a:last-child{font-size:9px!important;max-width:78px;text-align:center}
  .pay-content{padding:22px 12px 34px!important;grid-template-columns:1fr!important}
  .pay-hero h1{font-size:29px!important;line-height:1.4!important}
  .pay-hero p{font-size:12.5px!important}
  .pay-panel{padding:16px!important}
  .payment-selection-box{grid-template-columns:1fr!important}
  .payment-selection-box>div{border-inline-end:0!important;border-bottom:1px solid #ececef!important}
  .payment-selection-box>div:last-child{border-bottom:0!important}
  .plan-card{padding:15px!important}
  .plan-top{gap:10px!important;align-items:flex-start!important}
  .plan-price{text-align:end!important;white-space:nowrap!important}
  .plan-price b{font-size:22px!important}
  .payment-actions{display:grid!important;grid-template-columns:1fr!important}
  .payment-actions .btn{width:100%!important}
  .payment-help-box{grid-template-columns:38px 1fr!important;padding:12px!important}
  .payment-help-box>a{grid-column:1/-1!important;text-align:center!important}

  /* Auth / dashboard */
  .auth-shell{grid-template-columns:1fr!important}
  .auth-brand{padding:30px 18px!important}
  .auth-panel{padding:24px 16px!important}
  .workspace-head h1{font-size:28px!important}
  .stat-grid{grid-template-columns:1fr 1fr!important}

  /* Admin */
  .admin-main{padding:20px 12px 34px!important}
  .admin-main h1{font-size:25px!important}
  .admin-nav-links a{font-size:10px!important;padding:8px 10px!important}
  .admin-exit-box a{font-size:10px!important}
  .stat-grid{gap:8px!important}
  .stat{padding:12px!important}
  .admin-two,.admin-settings-grid,.admin-user-plan-grid{grid-template-columns:1fr!important}
  .admin-resume-grid{grid-template-columns:1fr!important}
  .admin-main table{min-width:660px!important}
}

/* Small phones: 320–430 */
@media(max-width:480px){
  .landing-header{padding-inline:9px!important}
  .landing-brand img{width:38px!important;height:38px!important;max-width:38px!important;max-height:38px!important}
  .landing-wordmark b{font-size:13px!important}
  .landing-lang{display:none!important}
  .landing-cta{padding-inline:10px!important;font-size:9.5px!important}
  .landing-copy h1{font-size:30px!important}
  .landing-proof{grid-template-columns:1fr!important}
  .landing-chip-row span:nth-child(n+4){display:none!important}

  .side{grid-template-columns:1fr auto!important}
  .builder-brand-copy{display:none!important}
  .builder-side-exit{display:grid!important;grid-template-columns:1fr 1fr!important}
  .builder-main{padding-inline:9px!important}
  .page-title{font-size:24px!important}
  .section-kicker{font-size:9px!important}
  .smart-card,.builder-card{padding:13px!important}
  .editor-toolbar,.smart-tools{grid-template-columns:1fr!important}
  .nav-actions{margin-inline:-9px!important;padding-inline:9px!important}
  .nav-actions .btn{font-size:11px!important}
  .format-grid{grid-template-columns:1fr!important}
  .stat-grid{grid-template-columns:1fr!important}

  .payment-selection-box strong{font-size:12px!important}
  .plan-top{display:block!important}
  .plan-price{text-align:start!important;margin-top:8px!important}
  .pay-header>a:last-child{display:none!important}
  .pay-header{grid-template-columns:auto 1fr!important}
  .pay-brand-link{justify-self:end!important}

  .admin-brand-mini b{font-size:15px!important}
  .admin-logo-shell{width:44px!important;height:44px!important}
  .admin-exit-box{display:grid!important;grid-template-columns:1fr 1fr!important}
}

/* Very small devices */
@media(max-width:360px){
  .landing-cta{font-size:9px!important;padding-inline:8px!important}
  .landing-copy h1{font-size:28px!important}
  .landing-copy>p{font-size:12.5px!important}
  .builder-logo-shell{width:42px!important;height:42px!important;min-width:42px!important}
  .steps li{font-size:9.5px!important}
  .page-title{font-size:22px!important}
  .nav-actions{grid-template-columns:1fr!important}
  .pay-hero h1{font-size:26px!important}
  .ai-review-modal{padding:16px 11px!important}
}

/* Landscape phone: keep UI short enough to use */
@media(max-height:520px) and (orientation:landscape){
  .side{padding-block:7px!important}
  .steps{padding-bottom:3px!important}
  .builder-main{padding-top:14px!important}
  .ai-review-modal{max-height:96vh!important}
  .landing-hero{padding-top:28px!important}
}

/* Touch-first accessibility */
@media(pointer:coarse){
  .btn,.ghost-action,.mini-btn,.landing-nav a,.landing-actions a,.admin-side a{
    min-height:42px;
  }
  .color-dot{min-width:34px;min-height:34px}
}
