*{box-sizing:border-box}
:root{
  --bg:#eef2f7;--card:#ffffff;--text:#0f172a;--muted:#64748b;--line:#e2e8f0;
  --primary:#2563eb;--primary-dark:#1d4ed8;--premium:#111827;--gold:#f59e0b;
  --success:#16a34a;--danger:#dc2626;--shadow:0 24px 80px rgba(15,23,42,.12);--radius:22px;
}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:linear-gradient(180deg,#0f172a 0,#111827 320px,var(--bg) 321px);color:var(--text)}
button,input,textarea{font:inherit}.bg-blur{position:fixed;border-radius:999px;filter:blur(50px);opacity:.35;pointer-events:none}.bg-blur-1{width:280px;height:280px;background:#3b82f6;top:80px;left:5%}.bg-blur-2{width:240px;height:240px;background:#f59e0b;top:220px;right:8%}
.hero{max-width:1240px;margin:auto;padding:22px 18px 10px;color:#fff}.nav{display:flex;align-items:center;justify-content:space-between;gap:16px}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:#fff;font-weight:900}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,#60a5fa,#2563eb);box-shadow:0 10px 30px rgba(37,99,235,.4)}.nav-actions{display:flex;align-items:center;gap:12px}.nav-link{color:rgba(255,255,255,.78);text-decoration:none;font-weight:700}.hero-content{position:relative;z-index:10;display:grid;grid-template-columns:1.15fr .85fr;gap:28px;align-items:center;padding:60px 0 36px}.eyebrow{display:inline-flex;padding:8px 12px;border:1px solid rgba(255,255,255,.18);border-radius:999px;color:#bfdbfe;background:rgba(255,255,255,.06);font-size:13px;font-weight:800}.hero h1{font-size:clamp(38px,5vw,66px);line-height:1.02;margin:18px 0 16px;letter-spacing:0}.hero-copy p{max-width:670px;color:rgba(255,255,255,.76);font-size:18px;line-height:1.7}.hero-buttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.trust-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.trust-row span{padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.82);font-weight:700;font-size:13px}.hero-card{display:grid;gap:14px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.14);border-radius:26px;padding:18px;backdrop-filter:blur(14px)}.hero-cv-sample{background:#fff;color:var(--text);border-radius:22px;padding:24px;box-shadow:var(--shadow)}.sample-top{display:flex;align-items:center;gap:14px;padding-bottom:18px;border-bottom:1px solid var(--line)}.sample-photo{display:grid;place-items:center;width:70px;height:70px;border-radius:18px;background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1d4ed8;font-weight:900;font-size:20px}.sample-top strong{display:block;font-size:22px}.sample-top span,.sample-section span{display:block;color:var(--muted);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.sample-section{margin-top:16px}.sample-section p{margin:6px 0 0;color:#334155;line-height:1.55}.sample-skills{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.sample-skills span{padding:7px 10px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:12px;font-weight:900}.score-card{background:#fff;color:var(--text);border-radius:22px;padding:22px;box-shadow:var(--shadow)}.score-label{color:var(--muted);font-weight:800;font-size:13px}.score-card strong{display:block;font-size:42px;line-height:1;margin:8px 0}.progress{height:10px;background:#e5e7eb;border-radius:999px;overflow:hidden}.progress span{display:block;height:100%;width:0;background:linear-gradient(90deg,#2563eb,#16a34a);transition:width .25s}.score-card p{color:var(--muted);line-height:1.5;margin:12px 0 0}
.testimonials-section{position:relative;z-index:1;max-width:1240px;margin:0 auto;padding:0 18px 14px}.testimonials-inner{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px}.testimonial-proof,.testimonial-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:0 18px 50px rgba(15,23,42,.08)}.stars{color:var(--gold);font-size:20px;letter-spacing:1px}.testimonial-proof strong{display:block;margin-top:8px;font-size:18px}.testimonial-card p{margin:0 0 10px;color:#1e293b;font-weight:800;line-height:1.45}.testimonial-card span{color:var(--muted);font-weight:800}.container{position:relative;z-index:1;max-width:1240px;margin:0 auto;padding:18px;display:grid;grid-template-columns:1.04fr .96fr;gap:20px;align-items:start}.card{background:rgba(255,255,255,.96);border:1px solid rgba(226,232,240,.95);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.section-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;padding:22px 22px 0}.section-kicker{display:block;color:var(--primary);font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:900}.section-head h2{margin:4px 0 6px;font-size:22px}.section-head p{margin:0;color:var(--muted);line-height:1.55;font-size:14px}.form-body{padding:22px}.template-picker{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-bottom:18px}.template-option{display:block;margin:0;padding:12px 10px;border:1px solid var(--line);border-radius:14px;text-align:center;cursor:pointer;background:#fff;color:#475569}.template-option input{position:absolute;opacity:0;pointer-events:none}.template-option span{font-size:12px;font-weight:900}.template-option.active{border-color:#2563eb;background:#eff6ff;color:#1d4ed8}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{margin-bottom:14px}.label-row{display:flex;align-items:center;justify-content:space-between;gap:12px}label{display:block;font-size:13px;color:#475569;font-weight:800;margin-bottom:7px}label span{color:var(--danger)}input,textarea{width:100%;border:1px solid var(--line);border-radius:14px;padding:13px 14px;background:#fff;color:var(--text);outline:none;transition:.18s;border-bottom-width:2px}input[type=file]{padding:10px;background:#f8fafc}textarea{min-height:102px;resize:vertical;line-height:1.5}input:focus,textarea:focus{border-color:#60a5fa;box-shadow:0 0 0 4px rgba(37,99,235,.12)}.btn-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:8px}.btn{border:0;border-radius:14px;padding:14px 16px;font-weight:900;cursor:pointer;text-decoration:none;display:inline-flex;justify-content:center;align-items:center;gap:8px;transition:transform .05s ease,filter .18s ease,background .18s ease}.btn:active{transform:translateY(1px)}.btn-primary{background:linear-gradient(135deg,var(--primary),#4f46e5);color:#fff}.btn-primary:hover{filter:brightness(.95)}.btn-secondary{background:#fff;color:#111827}.btn-premium{background:linear-gradient(135deg,#111827,#020617);color:#fff}.btn-ghost{background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.16)}.btn-light{background:#f1f5f9;color:#0f172a}.btn-small{padding:10px 12px;background:#f1f5f9;color:#0f172a;font-size:13px}.btn-mini{padding:8px 10px;border-radius:12px;font-size:12px;white-space:nowrap}.btn-ai{background:#eef2ff;color:#3730a3}.hint{margin:12px 0 0;color:var(--muted);font-size:13px;line-height:1.5}.preview-wrap{padding:22px}.preview-section{position:sticky;top:16px}.preview-sheet{border:1px solid var(--line);border-radius:18px;background:linear-gradient(180deg,#fff,#fbfdff);padding:24px;min-height:760px}.preview-photo{display:grid;place-items:center;flex:0 0 78px;width:78px;height:78px;border-radius:18px;background:#dbeafe;color:#1d4ed8;font-weight:900;font-size:22px;overflow:hidden}.preview-photo img{width:100%;height:100%;object-fit:cover}.pv-top{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.p-name{font-size:30px;line-height:1.05;margin:0;letter-spacing:0}.p-title{margin-top:7px;color:var(--primary);font-weight:800}.pv-contact{text-align:right;color:var(--muted);font-size:12.5px;line-height:1.55;max-width:38%;word-break:break-word}.p-divider{height:3px;border-radius:999px;background:linear-gradient(90deg,#2563eb,#93c5fd,#e2e8f0);margin:18px 0}.block{margin-top:16px}.block h4{margin:0 0 8px;color:#111827;font-size:12px;letter-spacing:.13em;text-transform:uppercase}.block p{margin:0;color:#1e293b;white-space:pre-wrap;line-height:1.65;font-size:13.5px}.grid-2-preview{display:grid;grid-template-columns:1fr 1fr;gap:16px}.skill-preview{display:flex;flex-wrap:wrap;gap:8px;color:#1e293b}.skill-preview span{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:800}.template-modern .p-title{color:#0284c7}.template-modern .p-divider{background:linear-gradient(90deg,#0284c7,#67e8f9,#e2e8f0)}.template-modern .skill-preview span{background:#ecfeff;color:#0e7490;border-color:#a5f3fc}.template-executive .p-title{color:#92400e}.template-executive .p-divider{background:linear-gradient(90deg,#92400e,#fbbf24,#e5e7eb)}.template-executive .skill-preview span{background:#fffbeb;color:#92400e;border-color:#fde68a}.template-tech .p-title{color:#0f766e}.template-tech .p-divider{background:linear-gradient(90deg,#0f766e,#2dd4bf,#e2e8f0)}.template-tech .skill-preview span{background:#f0fdfa;color:#0f766e;border-color:#99f6e4}.template-creative .p-title{color:#be185d}.template-creative .p-divider{background:linear-gradient(90deg,#be185d,#f0abfc,#e2e8f0)}.template-creative .skill-preview span{background:#fdf2f8;color:#be185d;border-color:#fbcfe8}.online-card{max-width:1204px;margin:6px auto 22px;padding:24px;border-radius:var(--radius);background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}.online-card h2{margin:0 0 8px}.online-card p{margin:0;color:var(--muted);line-height:1.65}.online-card code{background:#f1f5f9;color:#0f172a;padding:2px 6px;border-radius:7px}.modal-overlay{position:fixed;inset:0;background:rgba(2,6,23,.68);display:none;align-items:center;justify-content:center;padding:18px;z-index:1000}.modal{position:relative;width:100%;max-width:460px;background:#fff;border-radius:22px;padding:24px;box-shadow:0 30px 100px rgba(0,0,0,.38)}.modal h3{margin:0 0 8px;font-size:24px}.modal p{color:var(--muted);line-height:1.55}.modal .btn{width:100%;margin-top:10px}.modal-close{position:absolute;right:14px;top:12px;border:0;background:#f1f5f9;width:34px;height:34px;border-radius:999px;cursor:pointer;font-size:24px;line-height:1}footer{text-align:center;color:#64748b;padding:18px 10px 34px;font-size:13px}
.premium-price-card{display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px;margin:6px 0 12px;background:linear-gradient(135deg,#fef3c7,#fff);border:1px solid rgba(245,158,11,.4);border-radius:16px;padding:16px;color:#111827}.premium-price-card span{display:block;color:#92400e;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.premium-price-card strong{grid-row:1 / span 2;grid-column:2;font-size:34px;line-height:1}.premium-price-card p{margin:0;color:#475569;line-height:1.45;font-size:14px}.profession-examples{margin:0 0 18px;padding:16px;border:1px solid var(--line);border-radius:16px;background:#f8fafc}.mini-heading{display:block;margin-bottom:10px;color:#334155;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.profession-buttons{display:flex;flex-wrap:wrap;gap:9px}.profession-buttons button{border:1px solid #cbd5e1;border-radius:999px;background:#fff;color:#0f172a;padding:9px 12px;font-size:13px;font-weight:900;cursor:pointer}.profession-buttons button:hover{border-color:#2563eb;color:#1d4ed8;background:#eff6ff}.pricing-compare{margin-top:16px;border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff}.pricing-compare table{width:100%;border-collapse:collapse}.pricing-compare th,.pricing-compare td{padding:12px 14px;border-bottom:1px solid var(--line);text-align:center;font-size:14px}.pricing-compare th:first-child,.pricing-compare td:first-child{text-align:left}.pricing-compare th{background:#f8fafc;color:#334155;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.pricing-compare tr:last-child td{border-bottom:0}.pricing-compare td:first-child{font-weight:800;color:#1e293b}
.language-switch{display:flex;align-items:center;gap:4px;padding:4px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(255,255,255,.08)}.lang-btn{border:0;border-radius:999px;background:transparent;color:rgba(255,255,255,.76);padding:7px 10px;font-size:12px;font-weight:900;cursor:pointer}.lang-btn.active{background:#fff;color:#0f172a}
.success-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(180deg,#0f172a 0,#111827 42%,#eef2f7 42%)}.success-card{width:min(100%,460px);padding:34px;border-radius:22px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);text-align:center}.success-card .brand-mark{margin:0 auto 18px}.success-card h1{margin:0 0 10px;font-size:32px}.success-card p{margin:0 0 22px;color:var(--muted)}.success-card .btn{width:100%}
.legal-page{background:#eef2f7;color:#0f172a}.legal-header{background:#0f172a;color:#fff;padding:22px 18px}.legal-nav{max-width:920px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px}.legal-nav a{color:#fff;text-decoration:none;font-weight:900}.legal-links{display:flex;gap:14px;flex-wrap:wrap}.legal-links a{color:rgba(255,255,255,.78);font-size:14px}.legal-main{max-width:920px;margin:28px auto;padding:0 18px}.legal-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px;box-shadow:var(--shadow)}.legal-card h1{margin:0 0 8px;font-size:34px}.legal-card h2{margin:26px 0 8px;font-size:20px}.legal-card p,.legal-card li{color:#334155;line-height:1.7}.legal-card ul{padding-left:20px}.legal-card a{color:#1d4ed8;font-weight:800}.legal-footer{max-width:920px;margin:0 auto 34px;padding:0 18px;color:#64748b;font-size:13px}.footer-links{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin-top:8px}.footer-links a{color:#64748b;text-decoration:none;font-weight:800}
.landing-offer{background:#fff;color:#0f172a}.offer-kicker{color:#92400e;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.landing-offer strong{font-size:64px;line-height:1}.landing-offer p{margin:0;color:#475569;line-height:1.55}.offer-list{display:grid;gap:8px;color:#334155;font-weight:800;font-size:14px}.landing-examples{position:relative;z-index:1;max-width:1240px;margin:0 auto;padding:18px}.landing-head{max-width:760px;margin-bottom:18px}.landing-head h2{margin:6px 0 8px;font-size:32px}.landing-head p{margin:0;color:#64748b;line-height:1.6}.example-cv-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.example-cv{min-height:260px;display:grid;grid-template-columns:34% 66%;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 18px 50px rgba(15,23,42,.1)}.example-side{background:#082e62}.example-body{padding:24px}.example-avatar{display:grid;place-items:center;width:64px;height:64px;border-radius:999px;background:#eff6ff;color:#0f5ebd;font-weight:900;margin-bottom:14px}.example-body h3{margin:0;color:#082a59;font-size:24px;text-transform:uppercase}.example-body p{margin:6px 0 20px;color:#0f5ebd;font-weight:900}.example-body div{height:10px;background:#e2e8f0;border-radius:999px;margin-top:10px}.example-body div:nth-of-type(1){width:90%}.example-body div:nth-of-type(2){width:72%}.example-body div:nth-of-type(3){width:82%}.example-gold .example-side{background:#92400e}.example-gold .example-avatar{background:#fffbeb;color:#92400e}.example-gold .example-body p{color:#92400e}.example-green .example-side{background:#0f766e}.example-green .example-avatar{background:#f0fdfa;color:#0f766e}.example-green .example-body p{color:#0f766e}.landing-cta{margin-top:18px}.form-section .hint{display:none}
.landing-page{background:#eef2f7}.landing-hero{position:relative;z-index:1;max-width:1240px;margin:0 auto;padding:22px 18px 34px;color:#fff}.landing-nav,.builder-top .nav{display:flex;align-items:center;justify-content:space-between;gap:16px}.landing-intro{max-width:860px;padding:72px 0 34px}.landing-intro h1{font-size:clamp(42px,6vw,74px);line-height:1.02;margin:18px 0 16px}.landing-intro p{max-width:720px;color:rgba(255,255,255,.78);font-size:19px;line-height:1.7}.landing-showcase{position:relative;z-index:1;max-width:1240px;margin:0 auto;padding:26px 18px}.image-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.image-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 24px 70px rgba(15,23,42,.14)}.image-card img{display:block;width:100%;height:430px;object-fit:cover;object-position:top center;background:#f8fafc}.image-card div{padding:18px}.image-card h3{margin:0 0 6px;font-size:22px;color:#082a59}.image-card p{margin:0;color:#64748b;line-height:1.55}.landing-price{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:22px;padding:22px;border-radius:18px;background:#fff;border:1px solid var(--line);box-shadow:0 18px 50px rgba(15,23,42,.08)}.landing-price strong{display:block;font-size:44px;line-height:1;color:#0f172a}.landing-price p{margin:4px 0 0;color:#64748b}.builder-top{max-width:1240px;margin:0 auto;padding:22px 18px;color:#fff}
.landing-bottom-cta{margin-top:22px}
.builder-home-link{color:rgba(255,255,255,.78);text-decoration:none;font-weight:700}
.conversion-box{display:grid;grid-template-columns:1fr 1.2fr auto;align-items:center;gap:16px;margin-top:22px;padding:20px;border-radius:18px;background:#fff;border:1px solid var(--line);box-shadow:0 18px 50px rgba(15,23,42,.08)}.conversion-plan{padding:18px;border:1px solid var(--line);border-radius:14px;background:#f8fafc}.conversion-plan h3{margin:0 0 10px;color:#0f172a}.conversion-plan p{margin:6px 0;color:#334155;font-weight:800}.conversion-premium{background:#fff7ed;border-color:#fed7aa}.conversion-premium strong{display:block;margin-top:10px;font-size:34px;line-height:1;color:#111827}.conversion-box .btn{white-space:nowrap}
.faq-section{margin-top:22px;padding:24px;border-radius:18px;background:#fff;border:1px solid var(--line);box-shadow:0 18px 50px rgba(15,23,42,.08)}.faq-section h2{margin:0 0 16px;font-size:26px}.faq-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.faq-grid article{padding:16px;border-radius:14px;background:#f8fafc;border:1px solid var(--line)}.faq-grid h3{margin:0 0 8px;font-size:15px;color:#0f172a}.faq-grid p{margin:0;color:#1d4ed8;font-weight:900}
.seo-hero{min-height:520px}.seo-card{max-width:880px;margin:0 auto 36px;padding:30px;border-radius:18px;background:#fff;border:1px solid var(--line);box-shadow:0 18px 50px rgba(15,23,42,.08)}.seo-card h2{margin:0 0 12px;color:#082a59;font-size:30px}.seo-card p{margin:0 0 16px;color:#475569;line-height:1.7}.seo-card ul{display:grid;gap:10px;margin:0 0 22px;padding-left:22px;color:#0f172a;font-weight:800}.seo-card li::marker{color:#1d4ed8}
.preview-sheet{position:relative;display:grid;grid-template-columns:34% 66%;gap:0;padding:0;overflow:hidden;background:#fff;border-radius:8px;box-shadow:0 18px 60px rgba(15,23,42,.16);min-height:860px}.preview-sheet::before{content:"";position:absolute;inset:0 auto 0 0;width:34%;background:linear-gradient(160deg,#082e62,#021b3b);z-index:0}.preview-sheet>*{position:relative;z-index:1}.pv-top{grid-column:1/-1;display:grid;grid-template-columns:34% 66%;gap:0;padding:42px 38px 24px}.preview-photo{grid-column:1;align-self:start;justify-self:center;width:150px;height:150px;border:4px solid #fff;border-radius:999px;background:#dbeafe;color:#0b2f63;box-shadow:0 8px 24px rgba(0,0,0,.22);font-size:36px}.pv-top>div:nth-child(2){grid-column:2;align-self:start;padding-left:34px}.p-name{font-size:56px;line-height:.95;color:#082a59;text-transform:uppercase;font-weight:950}.p-title{margin-top:12px;color:#0f5ebd;font-size:21px;font-weight:900}.pv-contact{grid-column:2;display:grid;grid-template-columns:1fr 1fr;gap:12px 28px;max-width:none;text-align:left;padding:26px 0 0 34px;color:#111827;font-size:14px}.pv-contact div::before{content:"";display:inline-block;width:22px;height:22px;margin-right:10px;border-radius:999px;background:#082e62;vertical-align:middle}.p-divider{grid-column:2;height:4px;width:76px;margin:-10px 0 12px 72px;background:#0f5ebd}.block,.grid-2-preview{position:relative;z-index:1}.block:has(#p-summary),.grid-2-preview{grid-column:1;padding:24px 28px 0;color:#fff}.block:has(#p-summary){padding-top:18px}.grid-2-preview{display:block;padding-bottom:24px}.block:has(#p-experience),.block:has(#p-education),.block:has(#p-projects),.block:has(#p-skills){grid-column:2;padding:16px 38px 0 42px}.block h4{display:flex;align-items:center;gap:12px;margin:0 0 12px;color:#082a59;font-size:20px;letter-spacing:0;text-transform:uppercase}.block h4::before{content:"";width:34px;height:34px;border-radius:999px;background:#0f5ebd;box-shadow:inset 0 0 0 9px rgba(255,255,255,.18)}.block h4::after{content:"";height:1px;background:#082a59;flex:1;margin-left:4px}.block p{font-size:15.5px;line-height:1.62;color:#111827}.block:has(#p-summary) h4,.grid-2-preview h4{color:#fff;font-size:18px}.block:has(#p-summary) h4::before,.grid-2-preview h4::before{background:#fff;box-shadow:inset 0 0 0 9px #dbeafe}.block:has(#p-summary) h4::after,.grid-2-preview h4::after{background:rgba(255,255,255,.72)}.block:has(#p-summary) p,.grid-2-preview p{color:#fff;font-size:15px}.block:has(#p-skills){padding-bottom:44px}.skill-preview{gap:10px}.skill-preview span{border-radius:8px;background:#fff;color:#0f5ebd;border:1px solid #0f5ebd;min-width:92px;text-align:center;padding:10px 14px;font-size:13px}.block:has(#p-summary)+.block{margin-top:0}.preview-section .preview-wrap{background:#f8fafc}
@media(max-width:980px){.hero-content,.container,.testimonials-inner{grid-template-columns:1fr}.preview-section{position:static}.grid-2,.template-picker{grid-template-columns:1fr}.nav{align-items:flex-start}.nav-actions{flex-wrap:wrap;justify-content:flex-end}.pv-top{flex-direction:column}.pv-contact{text-align:left;max-width:100%}.grid-2-preview,.btn-row{grid-template-columns:1fr}.preview-sheet{min-height:auto}.hero{padding-top:16px}.hero-content{padding-top:34px}.online-card{margin-left:18px;margin-right:18px}.label-row{align-items:flex-start;flex-direction:column}.btn-mini{width:100%}.profession-buttons{display:grid;grid-template-columns:1fr 1fr}.profession-buttons button{width:100%;padding-left:8px;padding-right:8px}.pricing-compare th,.pricing-compare td{padding:10px 8px;font-size:13px}.language-switch{order:-1}}
@media(max-width:980px){.example-cv-grid{grid-template-columns:1fr}.landing-head h2{font-size:26px}.landing-offer strong{font-size:48px}}
@media(max-width:980px){.image-card-grid{grid-template-columns:1fr}.image-card img{height:520px}.landing-price{display:grid}.landing-nav{align-items:flex-start;flex-wrap:wrap}.landing-intro{padding-top:44px}}
@media(max-width:980px){.conversion-box{grid-template-columns:1fr}.conversion-box .btn{width:100%}}
@media(max-width:980px){.faq-grid{grid-template-columns:1fr}.faq-section h2{font-size:22px}}
@media(max-width:980px){.preview-sheet{display:block;padding:22px}.preview-sheet::before{display:none}.pv-top{display:flex;padding:0;gap:16px}.preview-photo{width:96px;height:96px;border-color:#dbeafe}.pv-top>div:nth-child(2){padding-left:0}.p-name{font-size:32px}.p-title{font-size:16px}.pv-contact{display:block;padding:0;color:var(--muted);font-size:13px}.pv-contact div{margin-top:4px}.p-divider{width:100%;margin:18px 0;background:linear-gradient(90deg,#2563eb,#93c5fd,#e2e8f0)}.block:has(#p-summary),.grid-2-preview,.block:has(#p-experience),.block:has(#p-education),.block:has(#p-projects),.block:has(#p-skills){padding:16px 0 0;color:var(--text)}.block h4,.block:has(#p-summary) h4,.grid-2-preview h4{color:#111827;font-size:13px;letter-spacing:.13em}.block h4::before,.block h4::after{display:none}.block p,.block:has(#p-summary) p,.grid-2-preview p{color:#1e293b}.skill-preview span{min-width:auto}}
.container{grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr)}
.preview-sheet{grid-template-columns:30% 70%;min-height:820px}
.preview-sheet::before{width:30%}
.pv-top{grid-template-columns:30% 70%;padding:34px 28px 20px}
.preview-photo{width:118px;height:118px}
.pv-top>div:nth-child(2){padding-left:26px;min-width:0}
.p-name{font-size:clamp(30px,3.2vw,44px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.p-title{font-size:18px}
.pv-contact{padding-left:26px;gap:10px 18px;font-size:12px}
.p-divider{margin:-8px 0 10px calc(30% + 28px)}
.block:has(#p-summary),.grid-2-preview{padding-left:22px;padding-right:16px}
.block:has(#p-experience),.block:has(#p-education),.block:has(#p-projects),.block:has(#p-skills){padding-left:30px;padding-right:26px}
.block h4{font-size:16px}
.block p{font-size:13px;line-height:1.55}
.block:has(#p-summary) p,.grid-2-preview p{font-size:12.4px;line-height:1.55;font-weight:500}
.skill-preview span{min-width:auto;padding:8px 10px;font-size:11px}
html[lang="en"] .profession-buttons button{font-size:12px;padding:8px 10px;line-height:1.15;white-space:normal}
html[lang="en"] .block:has(#p-summary),html[lang="en"] .grid-2-preview{padding-left:20px;padding-right:18px}
html[lang="en"] .block:has(#p-summary) h4,html[lang="en"] .grid-2-preview h4{font-size:15px}
html[lang="en"] .block:has(#p-summary) p,html[lang="en"] .grid-2-preview p{font-size:11.8px;line-height:1.48;overflow-wrap:anywhere}
html[lang="en"] .skill-preview span{font-size:10.8px;padding:8px 9px;max-width:100%;white-space:normal;line-height:1.15}
.image-card img{height:540px;object-fit:contain}
.template-option{position:relative;overflow:hidden}.template-option::before{content:"";display:block;height:8px;border-radius:999px;margin-bottom:8px;background:#1d4ed8}.template-option:has(input[value="modern"])::before{background:linear-gradient(90deg,#0f766e,#38bdf8)}.template-option:has(input[value="executive"])::before{background:linear-gradient(90deg,#111827,#b45309)}.template-option:has(input[value="tech"])::before{background:linear-gradient(90deg,#0a66c2,#020617)}.template-option:has(input[value="creative"])::before{background:linear-gradient(90deg,#db2777,#f59e0b,#7c3aed)}
.template-professional{background:#fff}.template-professional::before{background:linear-gradient(160deg,#082e62,#021b3b)}.template-professional .p-name{font-family:Arial,Helvetica,sans-serif}.template-professional .p-title{color:#0f5ebd}
.template-modern{grid-template-columns:38% 62%;background:#fbfeff}.template-modern::before{width:38%;background:linear-gradient(180deg,#0f766e,#155e75)}.template-modern .pv-top{grid-template-columns:38% 62%;padding-top:30px}.template-modern .preview-photo{border-radius:22px;width:108px;height:108px}.template-modern .p-name{color:#0f172a;font-weight:850}.template-modern .p-title{color:#0f766e}.template-modern .pv-contact div::before{background:#0f766e}.template-modern .block h4{color:#0f766e}.template-modern .block h4::before{border-radius:8px;background:#14b8a6}.template-modern .block h4::after{background:#0f766e}.template-modern .skill-preview span{border-color:#14b8a6;color:#0f766e;background:#ecfeff;border-radius:999px}
.template-executive{background:#fffdf7;box-shadow:0 18px 60px rgba(24,24,27,.2)}.template-executive::before{background:#111;width:32%}.template-executive .pv-top{grid-template-columns:32% 68%;padding-top:38px}.template-executive .preview-photo{border-color:#b48330;border-radius:999px}.template-executive .p-name{color:#111;font-family:Georgia,"Times New Roman",serif;font-weight:900}.template-executive .p-title{color:#b48330}.template-executive .p-divider{background:#b48330}.template-executive .pv-contact div::before{background:#111}.template-executive .block h4{color:#111;font-family:Georgia,"Times New Roman",serif}.template-executive .block h4::before{background:#b48330;box-shadow:none}.template-executive .block h4::after{background:#b48330}.template-executive .skill-preview span{background:#111;color:#f8e3b0;border-color:#b48330;border-radius:4px}
.template-tech{background:#f8fbff}.template-tech::before{background:linear-gradient(180deg,#020617,#0a66c2);width:30%}.template-tech .pv-top{grid-template-columns:30% 70%}.template-tech .preview-photo{border-color:#dbeafe;box-shadow:0 0 0 8px rgba(10,102,194,.12)}.template-tech .p-name{color:#0a2540}.template-tech .p-title{color:#0a66c2}.template-tech .pv-contact div::before{background:#0a66c2}.template-tech .block h4{color:#0a66c2}.template-tech .block h4::before{background:#0a66c2;box-shadow:inset 0 0 0 9px rgba(255,255,255,.2)}.template-tech .block h4::after{background:#0a66c2}.template-tech .skill-preview span{background:#e8f3ff;color:#0a66c2;border-color:#93c5fd;border-radius:6px}
.template-creative{background:linear-gradient(135deg,#fff 0,#fff 58%,#fff7ed 100%)}.template-creative::before{width:32%;background:linear-gradient(180deg,#7c3aed,#db2777 70%,#f59e0b)}.template-creative .pv-top{grid-template-columns:32% 68%;padding-top:36px}.template-creative .preview-photo{border-color:#fff;border-radius:26px;transform:rotate(-2deg)}.template-creative .p-name{color:#4c1d95}.template-creative .p-title{color:#db2777}.template-creative .p-divider{background:linear-gradient(90deg,#db2777,#f59e0b);height:6px;border-radius:999px}.template-creative .pv-contact div::before{background:#db2777}.template-creative .block h4{color:#7c3aed}.template-creative .block h4::before{background:#f59e0b;box-shadow:none}.template-creative .block h4::after{background:linear-gradient(90deg,#db2777,#f59e0b)}.template-creative .skill-preview span{background:#fdf2f8;color:#be185d;border-color:#f9a8d4;border-radius:999px;box-shadow:0 4px 12px rgba(219,39,119,.12)}
.template-executive{grid-template-columns:24% 76%}.template-executive::before{width:24%;background:#111}.template-executive .pv-top{grid-template-columns:1fr;padding:40px 46px 18px}.template-executive .preview-photo{display:none}.template-executive .pv-top>div:nth-child(2){grid-column:1;padding-left:0}.template-executive .pv-contact{grid-column:1;padding:18px 0 0;grid-template-columns:repeat(4,1fr);font-size:11px}.template-executive .p-divider{grid-column:1;margin:4px 0 14px;width:120px;background:#b48330}.template-executive .block:has(#p-summary),.template-executive .grid-2-preview{grid-column:1;padding:22px 18px 0;color:#f8e3b0}.template-executive .block:has(#p-summary) p,.template-executive .grid-2-preview p{color:#f8e3b0}.template-executive .block:has(#p-experience),.template-executive .block:has(#p-education),.template-executive .block:has(#p-projects),.template-executive .block:has(#p-skills){grid-column:2;padding-left:34px}
.template-tech .pv-contact div:nth-child(1)::before{content:"@";color:#fff;text-align:center;line-height:22px;font-size:10px;font-weight:900}.template-tech .pv-contact div:nth-child(2)::before{content:"☎";color:#fff;text-align:center;line-height:22px;font-size:10px}.template-tech .pv-contact div:nth-child(3)::before{content:"⌖";color:#fff;text-align:center;line-height:22px;font-size:11px}.template-tech .pv-contact div:nth-child(4)::before{content:"in";color:#fff;text-align:center;line-height:22px;font-size:9px;font-weight:900}.template-tech .pv-contact{background:#eef6ff;border-radius:10px;padding:18px 18px 0 26px;margin-left:26px}.template-tech .block:has(#p-experience),.template-tech .block:has(#p-education),.template-tech .block:has(#p-projects),.template-tech .block:has(#p-skills){background:#fff;border-left:3px solid #0a66c2;margin:12px 26px 0 30px;padding:14px 18px}
.template-creative{grid-template-columns:36% 64%}.template-creative .pv-top{grid-template-columns:36% 64%;padding-top:26px}.template-creative::before{width:36%}.template-creative .preview-photo{width:168px;height:168px;border-radius:30px;box-shadow:0 18px 44px rgba(124,58,237,.35)}.template-creative .block:has(#p-summary),.template-creative .grid-2-preview{grid-column:1;padding:18px 24px 0}.template-creative .block:has(#p-experience),.template-creative .block:has(#p-education),.template-creative .block:has(#p-projects),.template-creative .block:has(#p-skills){background:rgba(255,255,255,.88);border:1px solid #fbcfe8;border-radius:14px;margin:12px 24px 0 30px;padding:14px 16px}
@media(max-width:1100px){.container{grid-template-columns:1fr}.preview-section{position:static}.preview-sheet{max-width:680px;margin:0 auto}}

/* Real template layout differences */
.template-professional{display:grid;grid-template-columns:30% 70%}
.template-professional::before{display:block;width:30%}
.template-professional .pv-top{grid-template-columns:30% 70%}

.template-modern{display:grid;grid-template-columns:36% 64%;background:#f8fffe}
.template-modern::before{display:block;width:36%;background:linear-gradient(180deg,#0f766e 0,#155e75 100%)}
.template-modern .pv-top{grid-template-columns:36% 64%;padding:22px 28px 8px}
.template-modern .preview-photo{grid-column:1;width:96px;height:96px;border-radius:18px}
.template-modern .pv-contact{grid-column:2;display:grid;grid-template-columns:1fr;gap:6px;background:#ecfeff;border:1px solid #99f6e4;border-radius:12px;margin:18px 26px 0;padding:14px;color:#0f172a}
.template-modern .p-divider{grid-column:2;margin:8px 26px 4px;width:auto;background:#14b8a6}
.template-modern .block:has(#p-summary),.template-modern .grid-2-preview{grid-column:1;color:#fff;padding:10px 20px 0}
.template-modern .block:has(#p-skills){grid-column:2;background:#fff;border:1px solid #ccfbf1;border-radius:12px;margin:12px 26px 0;padding:16px 18px 24px;color:#0f172a}
.template-modern .block:has(#p-summary) p,.template-modern .grid-2-preview p{color:#fff}
.template-modern .block:has(#p-experience),.template-modern .block:has(#p-education),.template-modern .block:has(#p-projects){grid-column:2;background:#fff;border:1px solid #ccfbf1;border-radius:12px;margin:12px 26px 0;padding:16px 18px}
.template-modern .skill-preview{display:grid;gap:8px}.template-modern .skill-preview span{width:100%;text-align:left}
.template-modern .block:has(#p-skills) h4{color:#0f766e;font-size:16px}
.template-modern .block:has(#p-skills) h4::before{background:#14b8a6}
.template-modern .block:has(#p-skills) h4::after{background:#0f766e}
.template-modern .block:has(#p-skills) .skill-preview{display:flex;flex-wrap:wrap;gap:8px}
.template-modern .block:has(#p-skills) .skill-preview span{width:auto;max-width:none;min-width:auto;flex:0 1 auto;padding:8px 10px;font-size:11px;line-height:1.15;text-align:center;white-space:normal;background:#ecfeff;color:#0f766e;border-color:#14b8a6}
.template-modern .block:has(#p-summary) h4,.template-modern .grid-2-preview h4{font-size:15px;margin-bottom:8px}
.template-modern .block:has(#p-summary) p,.template-modern .grid-2-preview p{font-size:12.2px;line-height:1.42}
.template-modern .grid-2-preview{padding-bottom:14px}
.template-modern .grid-2-preview .block{margin-top:12px}

.template-executive{display:block;background:#fffdf7;padding:0}
.template-executive::before{display:none}
.template-executive .pv-top{display:block;padding:42px 52px 20px;background:#111;color:#fff}
.template-executive .preview-photo{display:none}
.template-executive .pv-top>div:nth-child(2){padding:0}
.template-executive .p-name{color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:42px}
.template-executive .p-title{color:#d6ad60;font-family:Georgia,"Times New Roman",serif}
.template-executive .pv-contact{display:grid;grid-template-columns:repeat(2,1fr);gap:8px 18px;max-width:none;margin-top:18px;padding:0;color:#e5e7eb;text-align:left}
.template-executive .pv-contact div::before{background:#d6ad60}
.template-executive .p-divider{width:100%;height:2px;margin:0;background:#d6ad60}
.template-executive .block,.template-executive .grid-2-preview{padding:18px 52px 0!important;margin:0!important;color:#111!important}
.template-executive .block h4{font-family:Georgia,"Times New Roman",serif;color:#111;border-bottom:2px solid #d6ad60;padding-bottom:8px}
.template-executive .block h4::before,.template-executive .block h4::after{display:none}
.template-executive .block p,.template-executive .grid-2-preview p{color:#27272a!important}
.template-executive .skill-preview span{background:#111;color:#f8e3b0;border-color:#d6ad60}

.template-tech{display:block;background:#eef6ff;padding:0}
.template-tech::before{display:none}
.template-tech .pv-top{display:grid;grid-template-columns:82px 1fr;gap:18px;padding:20px 26px 16px;background:linear-gradient(135deg,#020617,#0a66c2);color:#fff}
.template-tech .preview-photo{grid-column:1;width:82px;height:82px;border-radius:999px;border-color:#93c5fd;box-shadow:0 0 0 5px rgba(147,197,253,.18)}
.template-tech .pv-top>div:nth-child(2){grid-column:2;padding:0}.template-tech .p-name{color:#fff}.template-tech .p-title{color:#bfdbfe}
.template-tech .pv-contact{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,1fr);gap:6px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);border-radius:10px;margin:10px 0 0;padding:8px;color:#fff;font-size:10px;line-height:1.25}
.template-tech .pv-contact div::before{background:#60a5fa}
.template-tech .p-divider{display:none}
.template-tech .block,.template-tech .grid-2-preview{margin:8px 24px 0!important;padding:10px 14px!important;background:#fff;border:1px solid #bfdbfe;border-left:4px solid #0a66c2;border-radius:10px;color:#0f172a!important}
.template-tech .block h4{color:#0a66c2}.template-tech .block h4::before,.template-tech .block h4::after{display:none}
.template-tech .block p,.template-tech .grid-2-preview p{color:#1e293b!important}
.template-tech .block h4{font-size:14px;margin-bottom:6px}
.template-tech .block p,.template-tech .grid-2-preview p{font-size:11.6px;line-height:1.34}
.template-tech .grid-2-preview{display:grid!important;grid-template-columns:1fr 1fr;gap:10px}
.template-tech .grid-2-preview .block{margin:0!important;padding:8px 10px!important;border:0;border-left:0;background:transparent}
.template-tech .skill-preview{gap:6px}
.template-tech .skill-preview span{font-size:9.8px;padding:5px 7px;min-width:auto;line-height:1.08}

.template-creative{display:grid;grid-template-columns:40% 60%;background:linear-gradient(135deg,#fff,#fff7ed)}
.template-creative::before{display:block;width:40%;background:linear-gradient(180deg,#7c3aed,#db2777 68%,#f59e0b)}
.template-creative .pv-top{grid-template-columns:40% 60%;padding:26px 26px 10px}
.template-creative .preview-photo{grid-column:1;width:178px;height:178px;border-radius:30px;box-shadow:0 20px 50px rgba(124,58,237,.35)}
.template-creative .pv-top>div:nth-child(2){grid-column:2;padding-left:26px}
.template-creative .pv-contact{grid-column:2;background:#fff;border:1px solid #fbcfe8;border-radius:16px;margin:18px 20px 0 26px;padding:14px;box-shadow:0 8px 24px rgba(219,39,119,.08)}
.template-creative .p-divider{grid-column:2;margin:8px 20px 0 52px;width:auto;background:linear-gradient(90deg,#db2777,#f59e0b)}
.template-creative .block:has(#p-summary),.template-creative .grid-2-preview{grid-column:1;color:#fff;padding:18px 24px 0}
.template-creative .block:has(#p-summary) p,.template-creative .grid-2-preview p{color:#fff}
.template-creative .block:has(#p-experience),.template-creative .block:has(#p-education),.template-creative .block:has(#p-projects),.template-creative .block:has(#p-skills){grid-column:2;background:#fff;border:1px solid #fbcfe8;border-radius:18px;margin:14px 20px 0 26px;padding:16px 18px;box-shadow:0 12px 30px rgba(124,58,237,.08)}
.template-professional .p-name,.template-modern .p-name,.template-creative .p-name{white-space:normal;overflow:visible;text-overflow:clip;overflow-wrap:anywhere;line-height:1.02}
.pdf-capture.preview-sheet{overflow:visible!important;height:auto!important;min-height:auto!important;transform:none!important}
.pdf-capture.preview-sheet *{overflow:visible!important}
@media(max-width:980px){
  .preview-wrap{overflow:hidden;padding:14px}
  .preview-sheet{position:relative;left:50%;width:680px;max-width:none;margin:0;transform:translateX(-50%) scale(.88);transform-origin:top center;display:grid;padding:0;min-height:820px;border-radius:8px}
  .preview-sheet::before{display:block}
  .preview-sheet .pv-top{display:grid;gap:0}
  .preview-sheet .preview-photo{border-style:solid}
  .preview-sheet .pv-top>div:nth-child(2){min-width:0}
  .preview-sheet .pv-contact{max-width:none}
  .preview-sheet .grid-2-preview{display:block}
  .preview-sheet .block h4::before,.preview-sheet .block h4::after{display:block}
  .preview-sheet .block p,.preview-sheet .grid-2-preview p{white-space:pre-wrap}
  .template-professional{grid-template-columns:30% 70%}
  .template-professional::before{width:30%}
  .template-professional .pv-top{grid-template-columns:30% 70%;padding:34px 28px 20px}
  .template-professional .preview-photo{width:118px;height:118px;border-radius:999px;border-color:#fff}
  .template-professional .pv-top>div:nth-child(2){padding-left:26px}
  .template-professional .pv-contact{grid-column:2;display:grid;grid-template-columns:1fr 1fr;gap:10px 18px;padding:26px 0 0 26px;text-align:left;color:#111827;font-size:12px}
  .template-professional .p-divider{grid-column:2;width:76px;margin:-10px 0 12px 72px}
  .template-professional .block:has(#p-summary),.template-professional .grid-2-preview{grid-column:1;padding:24px 28px 0;color:#fff}
  .template-professional .block:has(#p-experience),.template-professional .block:has(#p-education),.template-professional .block:has(#p-projects),.template-professional .block:has(#p-skills){grid-column:2;padding:16px 38px 0 42px}
  .template-professional .block h4{color:#082a59;font-size:20px;letter-spacing:0}
  .template-professional .block:has(#p-summary) h4,.template-professional .grid-2-preview h4{color:#fff;font-size:18px}
  .template-professional .block p{color:#111827;font-size:15.5px}
  .template-professional .block:has(#p-summary) p,.template-professional .grid-2-preview p{color:#fff;font-size:15px}
  .template-modern{grid-template-columns:36% 64%}
  .template-modern::before{width:36%;display:block}
  .template-modern .pv-top{grid-template-columns:36% 64%;padding:22px 28px 8px}
  .template-modern .preview-photo{grid-column:1;width:96px;height:96px;border-radius:18px}
  .template-modern .pv-contact{grid-column:2;display:grid;grid-template-columns:1fr;gap:6px;margin:18px 26px 0;padding:14px;text-align:left;font-size:12px}
  .template-modern .block:has(#p-summary),.template-modern .grid-2-preview{grid-column:1;color:#fff;padding:10px 20px 0}
  .template-modern .block:has(#p-experience),.template-modern .block:has(#p-education),.template-modern .block:has(#p-projects),.template-modern .block:has(#p-skills){grid-column:2;margin:12px 26px 0;padding:16px 18px}
  .template-modern .block:has(#p-skills){background:#fff;border:1px solid #ccfbf1;border-radius:12px;color:#0f172a}
  .template-modern .block:has(#p-skills) h4{color:#0f766e;font-size:16px}
  .template-modern .block:has(#p-skills) h4::before{background:#14b8a6}
  .template-modern .block:has(#p-skills) h4::after{background:#0f766e}
  .template-modern .block:has(#p-skills) .skill-preview{display:flex;flex-wrap:wrap;gap:8px}
  .template-modern .block:has(#p-skills) .skill-preview span{width:auto;max-width:none;min-width:auto;flex:0 1 auto;padding:8px 10px;font-size:11px;line-height:1.15;text-align:center;background:#ecfeff;color:#0f766e;border-color:#14b8a6}
  .template-modern .block:has(#p-summary) h4,.template-modern .grid-2-preview h4{font-size:15px;margin-bottom:8px}
  .template-modern .block:has(#p-summary) p,.template-modern .grid-2-preview p{font-size:12.2px;line-height:1.42}
  .template-modern .grid-2-preview{padding-bottom:14px}
  .template-modern .grid-2-preview .block{margin-top:12px}
  .template-executive,.template-tech{display:block}
  .template-executive .pv-top{display:block;padding:42px 52px 20px}
  .template-executive .pv-contact{display:grid;grid-template-columns:repeat(2,1fr)}
  .template-tech .pv-top{display:grid;grid-template-columns:82px 1fr;gap:18px;padding:20px 26px 16px}
  .template-tech .preview-photo{width:82px;height:82px}
  .template-tech .pv-contact{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin-top:10px;padding:8px;font-size:10px;line-height:1.25}
  .template-tech .block,.template-tech .grid-2-preview{margin:8px 24px 0!important;padding:10px 14px!important}
  .template-tech .block h4{font-size:14px;margin-bottom:6px}
  .template-tech .block p,.template-tech .grid-2-preview p{font-size:11.6px;line-height:1.34}
  .template-tech .grid-2-preview{display:grid!important;grid-template-columns:1fr 1fr;gap:10px}
  .template-tech .grid-2-preview .block{margin:0!important;padding:8px 10px!important;border:0;border-left:0;background:transparent}
  .template-tech .skill-preview{gap:6px}
  .template-tech .skill-preview span{font-size:9.8px;padding:5px 7px;min-width:auto;line-height:1.08}
  .template-creative{grid-template-columns:40% 60%}
  .template-creative::before{width:40%;display:block}
  .template-creative .pv-top{grid-template-columns:40% 60%;padding:26px 26px 10px}
  .template-creative .preview-photo{grid-column:1;width:178px;height:178px;border-radius:30px}
  .template-creative .pv-top>div:nth-child(2){grid-column:2;padding-left:26px}
  .template-creative .pv-contact{grid-column:2;display:grid;grid-template-columns:1fr 1fr;gap:12px 28px;margin:18px 20px 0 26px;padding:14px;text-align:left;font-size:12px}
  .template-creative .block:has(#p-summary),.template-creative .grid-2-preview{grid-column:1;color:#fff;padding:18px 24px 0}
  .template-creative .block:has(#p-experience),.template-creative .block:has(#p-education),.template-creative .block:has(#p-projects),.template-creative .block:has(#p-skills){grid-column:2;margin:14px 20px 0 26px;padding:16px 18px}
}
@media(max-width:760px){.preview-wrap{min-height:calc(820px * .72 + 28px)}.preview-sheet{transform:translateX(-50%) scale(.72)}}
@media(max-width:620px){.preview-wrap{min-height:calc(820px * .58 + 28px)}.preview-sheet{transform:translateX(-50%) scale(.58)}}
@media(max-width:500px){.preview-wrap{min-height:calc(820px * .47 + 28px)}.preview-sheet{transform:translateX(-50%) scale(.47)}}
@media(max-width:410px){.preview-wrap{min-height:calc(820px * .41 + 28px)}.preview-sheet{transform:translateX(-50%) scale(.41)}}
