/* ============================================
   AI RESUME BUILDER — Template Styles
   All templates are scoped logically to not conflict
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');

/* ============ SHARED ============ */
.resume-template {
    font-family: 'Inter', sans-serif;
    color: #1a1a1a;
    line-height: 1.5;
    font-size: 11px;
    width: 210mm;
    min-height: 297mm;
    background: white;
    padding: 0;
    margin: 0 auto;
}

.resume-template h1 {
    font-family: 'Outfit', sans-serif;
}

.resume-template h2,
.resume-template h3 {
    font-family: 'Inter', sans-serif;
}

.resume-template a {
    color: #6C3AED;
}

.resume-template .section-title {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding-bottom: 6px;
    margin-bottom: 12px;
}

.resume-template .entry-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 4px;
}

.resume-template .entry-title {
    font-size: 12px;
    font-weight: 700;
}

.resume-template .entry-subtitle {
    font-size: 11px;
    color: #6b7280;
}

.resume-template .entry-date {
    font-size: 10px;
    color: #9ca3af;
    white-space: nowrap;
}

.resume-template .bullet-list {
    padding-left: 16px;
    margin: 6px 0;
}

.resume-template .bullet-list li {
    margin-bottom: 3px;
    font-size: 10.5px;
    color: #374151;
}

.resume-template .skills-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.resume-template .photo-container {
    overflow: hidden;
}

.resume-template .photo-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ============ 1. MINIMAL PROFESSIONAL ============ */
.tpl-minimal {
    padding: 40px;
}

.tpl-minimal .header {
    text-align: center;
    margin-bottom: 28px;
    border-bottom: 2px solid #1a1a1a;
    padding-bottom: 20px;
}

.tpl-minimal .header h1 {
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.tpl-minimal .header .contact-line {
    font-size: 10px;
    color: #6b7280;
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.tpl-minimal .section-title {
    border-bottom: 1px solid #e5e7eb;
    color: #1a1a1a;
}

.tpl-minimal .section {
    margin-bottom: 20px;
}

.tpl-minimal .skill-tag {
    padding: 3px 10px;
    border: 1px solid #d1d5db;
    border-radius: 3px;
    font-size: 10px;
}

.tpl-minimal .photo-container {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 12px;
}

/* ============ 2. CORPORATE EXECUTIVE ============ */
.tpl-corporate {
    display: grid;
    grid-template-columns: 240px 1fr;
    min-height: 297mm;
}

.tpl-corporate .sidebar {
    background: #0f172a;
    color: white;
    padding: 36px 24px;
}

.tpl-corporate .sidebar .photo-container {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto 20px;
    border: 3px solid rgba(255, 255, 255, 0.2);
}

.tpl-corporate .sidebar h1 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 4px;
    color: white;
}

.tpl-corporate .sidebar .role-title {
    text-align: center;
    font-size: 11px;
    color: #94a3b8;
    margin-bottom: 24px;
}

.tpl-corporate .sidebar .section-title {
    color: #fbbf24;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 11px;
}

.tpl-corporate .sidebar .contact-item {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
    font-size: 10px;
    color: #cbd5e1;
    align-items: center;
}

.tpl-corporate .sidebar .contact-icon {
    color: #fbbf24;
    width: 14px;
}

.tpl-corporate .sidebar .skill-tag {
    padding: 3px 8px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    font-size: 9px;
    color: #e2e8f0;
}

.tpl-corporate .main-content {
    padding: 36px 32px;
}

.tpl-corporate .main-content .section-title {
    color: #0f172a;
    border-bottom: 2px solid #0f172a;
}

/* ============ 3. CREATIVE DESIGNER ============ */
.tpl-creative {
    padding: 0;
    position: relative;
}

.tpl-creative .header {
    background: linear-gradient(135deg, #6C3AED, #8B5CF6);
    color: white;
    padding: 36px 40px;
    display: flex;
    gap: 24px;
    align-items: center;
}

.tpl-creative .header .photo-container {
    width: 100px;
    height: 100px;
    border-radius: 16px;
    flex-shrink: 0;
    border: 3px solid rgba(255, 255, 255, 0.3);
}

.tpl-creative .header h1 {
    font-size: 28px;
    margin-bottom: 4px;
    color: white;
}

.tpl-creative .header .role-line {
    font-size: 13px;
    opacity: 0.9;
    margin-bottom: 8px;
}

.tpl-creative .header .contact-line {
    font-size: 10px;
    opacity: 0.8;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.tpl-creative .body {
    padding: 28px 40px;
    display: grid;
    grid-template-columns: 1fr 200px;
    gap: 32px;
}

.tpl-creative .section-title {
    color: #6C3AED;
    border-bottom: 2px solid #6C3AED;
}

.tpl-creative .skill-tag {
    padding: 4px 10px;
    background: #f3e8ff;
    color: #6C3AED;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 600;
}

.tpl-creative .aside .section-title {
    font-size: 11px;
}

/* ============ 4. FRESHER MODERN ============ */
.tpl-fresher {
    padding: 36px;
}

.tpl-fresher .header {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 3px solid #10b981;
}

.tpl-fresher .photo-container {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    flex-shrink: 0;
}

.tpl-fresher h1 {
    font-size: 26px;
    color: #0f172a;
    margin-bottom: 2px;
}

.tpl-fresher .contact-line {
    font-size: 10px;
    color: #6b7280;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.tpl-fresher .section-title {
    color: #10b981;
    border-bottom: 2px solid #10b981;
}

.tpl-fresher .skill-tag {
    padding: 4px 10px;
    background: #d1fae5;
    color: #059669;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 600;
}

.tpl-fresher .section {
    margin-bottom: 18px;
}

.tpl-fresher .skill-bar {
    height: 6px;
    background: #e5e7eb;
    border-radius: 3px;
    overflow: hidden;
    margin-top: 4px;
}

.tpl-fresher .skill-fill {
    height: 100%;
    background: #10b981;
    border-radius: 3px;
}

/* ============ 5. TECH ATS CLEAN ============ */
.tpl-ats {
    padding: 40px 48px;
}

.tpl-ats .header {
    margin-bottom: 24px;
}

.tpl-ats h1 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 4px;
    font-family: 'Inter', sans-serif;
}

.tpl-ats .contact-line {
    font-size: 10px;
    color: #4b5563;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.tpl-ats .contact-line span::before {
    content: '•';
    margin-right: 8px;
    color: #9ca3af;
}

.tpl-ats .contact-line span:first-child::before {
    display: none;
}

.tpl-ats hr {
    border: none;
    border-top: 1px solid #d1d5db;
    margin: 0 0 20px;
}

.tpl-ats .section {
    margin-bottom: 16px;
}

.tpl-ats .section-title {
    color: #111827;
    border-bottom: 1px solid #111827;
    font-size: 12px;
    letter-spacing: 2px;
}

.tpl-ats .skill-tag {
    font-size: 10px;
}

.tpl-ats .skills-inline {
    font-size: 10.5px;
    color: #374151;
}

/* ============ PREVIEW SCALE ============ */
.preview-scaled {
    transform-origin: top left;
}

/* ============ 6. IVY LEAGUE (HARVARD) ============ */
.tpl-ivy {
    padding: 48px;
    font-family: 'Times New Roman', Times, serif;
    color: #000;
}

.tpl-ivy .header {
    text-align: center;
    margin-bottom: 24px;
}

.tpl-ivy h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 2px;
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;
}

.tpl-ivy .contact-line {
    font-size: 11px;
    color: #000;
}

.tpl-ivy .section-title {
    font-size: 11px;
    font-family: 'Times New Roman', Times, serif;
    border-bottom: 1px solid #000;
    margin-bottom: 8px;
    padding-bottom: 2px;
    font-weight: bold;
}

.tpl-ivy .entry-title {
    font-size: 11px;
    font-family: 'Times New Roman', Times, serif;
}

.tpl-ivy .entry-subtitle {
    font-size: 11px;
    font-style: italic;
    color: #000;
}

.tpl-ivy .entry-date {
    font-size: 11px;
    color: #000;
}

.tpl-ivy .bullet-list li {
    font-size: 11px;
    color: #000;
    margin-bottom: 2px;
    line-height: 1.3;
}

.tpl-ivy .skills-inline {
    font-size: 11px;
    color: #000;
    margin-bottom: 8px;
}

/* ============ 7. MBB CONSULTING ============ */
.tpl-mbb {
    padding: 40px 48px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
}

.tpl-mbb .header {
    text-align: center;
    margin-bottom: 16px;
}

.tpl-mbb h1 {
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 4px;
}

.tpl-mbb .contact-line {
    font-size: 10px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.tpl-mbb .contact-line span::before {
    content: '|';
    margin-right: 8px;
    color: #000;
}

.tpl-mbb .contact-line span:first-child::before {
    display: none;
}

.tpl-mbb .section-title {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    padding-bottom: 1px;
}

.tpl-mbb .entry {
    margin-bottom: 10px;
}

.tpl-mbb .entry-header {
    margin-bottom: 0px;
}

.tpl-mbb .entry-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10.5px;
}

.tpl-mbb .entry-subtitle {
    font-size: 10.5px;
    color: #000;
    margin-bottom: 2px;
}

.tpl-mbb .entry-date {
    font-size: 10.5px;
    color: #000;
}

.tpl-mbb .bullet-list li {
    font-size: 10.5px;
    color: #000;
    margin-bottom: 3px;
    line-height: 1.3;
}

.tpl-mbb .bullet-list {
    margin: 3px 0 0 0;
}

/* ============ 8. MODERN BLUE ============ */
.tpl-modern-blue {
    display: grid;
    grid-template-columns: 240px 1fr;
    font-family: Arial, sans-serif;
}

.tpl-modern-blue .sidebar {
    background: #3A5A78;
    color: white;
    padding: 40px 24px;
}

.tpl-modern-blue .sidebar .photo-container {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto 30px;
    border: 3px solid transparent;
    box-shadow: 0 0 0 4px #3A5A78, 0 0 0 6px #E1B3A9;
}

.tpl-modern-blue .sidebar .section-title {
    background: white;
    color: #3A5A78;
    display: inline-block;
    padding: 6px 40px 6px 12px;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    margin-bottom: 16px;
    font-size: 14px;
}

.tpl-modern-blue .contact-item {
    font-size: 10.5px;
    margin-bottom: 12px;
    word-break: break-all;
}

.tpl-modern-blue .skill-bar {
    margin-bottom: 12px;
}

.tpl-modern-blue .skill-name {
    font-size: 10px;
    margin-bottom: 4px;
}

.tpl-modern-blue .skill-track {
    height: 6px;
    background: transparent;
    border: 1px solid white;
}

.tpl-modern-blue .skill-fill {
    width: 80%;
    height: 100%;
    background: #E1B3A9;
}

.tpl-modern-blue .lang-list li {
    font-size: 10px;
    margin-bottom: 6px;
}

.tpl-modern-blue .main-content {
    padding: 40px 32px;
    background: white;
}

.tpl-modern-blue .header {
    margin-bottom: 30px;
}

.tpl-modern-blue h1 {
    font-size: 34px;
    color: #3A5A78;
    margin: 0;
    line-height: 1.1;
}

.tpl-modern-blue .role-title {
    background: #3A5A78;
    color: white;
    display: inline-block;
    padding: 6px 40px 6px 16px;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    font-size: 13px;
    margin-top: 8px;
    letter-spacing: 1px;
}

.tpl-modern-blue .main-content .section-title {
    background: #3A5A78;
    color: white;
    display: inline-block;
    padding: 6px 40px 6px 16px;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    font-size: 13px;
    margin-bottom: 12px;
    margin-top: 10px;
}

.tpl-modern-blue .main-content p,
.tpl-modern-blue .edu-entry,
.tpl-modern-blue .entry {
    font-size: 10.5px;
    color: #4b5563;
}

.tpl-modern-blue .edu-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.tpl-modern-blue .entry-title {
    color: #3A5A78;
}

/* ============ 9. ELEGANT EARTH ============ */
.tpl-elegant-earth {
    display: flex;
    flex-direction: column;
    font-family: 'Inter', sans-serif;
    color: #4b5563;
}

.tpl-elegant-earth .top-row {
    display: flex;
    height: 250px;
}

.tpl-elegant-earth .photo-col {
    width: 40%;
}

.tpl-elegant-earth .photo-container {
    width: 100%;
    height: 100%;
    border-radius: 0 0 30px 0;
}

.tpl-elegant-earth .title-col {
    width: 60%;
    background: #FDF9F1;
    padding: 40px;
    position: relative;
}

.tpl-elegant-earth h1 {
    font-size: 38px;
    color: #111;
    margin: 0 0 6px 0;
    line-height: 1.1;
}

.tpl-elegant-earth .role-title {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 24px;
}

.tpl-elegant-earth .icon-skills {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    width: 80%;
}

.tpl-elegant-earth .icon-skill {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 11px;
    font-weight: bold;
}

.tpl-elegant-earth .icon-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #BA9D84;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
    font-size: 16px;
}

.tpl-elegant-earth .bottom-row {
    display: flex;
    flex: 1;
}

.tpl-elegant-earth .left-col {
    width: 40%;
    background: #A6917E;
    color: white;
    padding: 40px 30px;
}

.tpl-elegant-earth .left-col .section-title {
    color: white;
    border: none;
    margin-bottom: 8px;
}

.tpl-elegant-earth .left-col p,
.tpl-elegant-earth .left-col .entry-subtitle,
.tpl-elegant-earth .left-col .bullet-list li {
    color: rgba(255, 255, 255, 0.9);
}

.tpl-elegant-earth .right-col {
    width: 60%;
    background: #FDF9F1;
    padding: 40px;
}

.tpl-elegant-earth .right-col .section-title {
    color: #111;
    border: none;
    margin-bottom: 8px;
}

.tpl-elegant-earth .contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 11px;
    margin-bottom: 8px;
}

.tpl-elegant-earth .contact-item::before {
    content: '•';
    color: #111;
    font-size: 18px;
}

/* ============ 10. NATURE GREEN ============ */
.tpl-nature-green {
    display: grid;
    grid-template-columns: 35% 65%;
    font-family: 'Inter', sans-serif;
    color: #E2E8F0;
    min-height: 297mm;
}

.tpl-nature-green .sidebar {
    background: #1B3128;
    position: relative;
    border-right: 2px solid #8CAD57;
}

.tpl-nature-green .sidebar::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: #8CAD57;
    z-index: 0;
    border-top-right-radius: 100px;
}

.tpl-nature-green .photo-container {
    width: 100%;
    height: 240px;
    border-bottom-right-radius: 120px;
    position: relative;
    z-index: 1;
}

.tpl-nature-green .sidebar-content {
    padding: 40px 24px;
    position: relative;
    z-index: 1;
}

.tpl-nature-green .section-title {
    color: #8CAD57;
    border: none;
    font-size: 16px;
    margin-bottom: 12px;
    font-family: 'Outfit', sans-serif;
}

.tpl-nature-green .main-content {
    background: #1B3128;
    padding: 40px;
}

.tpl-nature-green h1 {
    font-size: 42px;
    color: #8CAD57;
    line-height: 1.1;
    margin-bottom: 6px;
}

.tpl-nature-green .role-title {
    font-size: 16px;
    color: #E2E8F0;
    letter-spacing: 2px;
    margin-bottom: 40px;
}

.tpl-nature-green .main-content .section-title {
    display: flex;
    align-items: center;
    color: #8CAD57;
}

.tpl-nature-green .main-content .section-title::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #8CAD57;
    margin-left: 12px;
}

.tpl-nature-green .entry-title {
    color: #8CAD57;
    font-size: 13px;
}

.tpl-nature-green .entry-subtitle,
.tpl-nature-green .bullet-list li,
.tpl-nature-green .entry-date {
    color: #94a3b8;
}

/* ============ 11. DARK SLATE ============ */
.tpl-dark-slate {
    font-family: 'Inter', sans-serif;
    display: flex;
    flex-direction: column;
}

.tpl-dark-slate .header-strip {
    display: flex;
    height: 120px;
}

.tpl-dark-slate .left-pad {
    width: 35%;
    background: #E5E7EB;
}

.tpl-dark-slate .right-pad {
    width: 65%;
    background: #2D313A;
    display: flex;
    align-items: center;
    padding-left: 40px;
}

.tpl-dark-slate h1 {
    color: #E5E7EB;
    font-size: 32px;
}

.tpl-dark-slate .body-grid {
    display: flex;
    flex: 1;
}

.tpl-dark-slate .left-col {
    width: 35%;
    background: #F3F4F6;
    position: relative;
}

.tpl-dark-slate .photo-overlap {
    position: absolute;
    top: -80px;
    left: 40px;
}

.tpl-dark-slate .photo-container {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 6px solid #F3F4F6;
}

.tpl-dark-slate .left-content {
    padding: 80px 30px 40px 30px;
    color: #4b5563;
}

.tpl-dark-slate .left-content .section-title {
    color: #1f2937;
    font-size: 18px;
    border: none;
    margin-bottom: 8px;
    text-transform: capitalize;
}

.tpl-dark-slate .skill-list li {
    font-size: 11px;
    margin-bottom: 4px;
}

.tpl-dark-slate .skill-list li::before {
    content: '• ';
}

.tpl-dark-slate .contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    font-size: 11px;
}

.tpl-dark-slate .right-col {
    width: 65%;
    background: #2D313A;
    color: #E5E7EB;
    padding: 40px;
}

.tpl-dark-slate .right-col .section-title {
    color: white;
    font-size: 20px;
    border: none;
    margin-bottom: 16px;
    text-transform: capitalize;
}

.tpl-dark-slate .right-col .entry-title {
    color: white;
}

.tpl-dark-slate .right-col .entry-subtitle,
.tpl-dark-slate .right-col .bullet-list li {
    color: #9ca3af;
}

/* ============ 12. PURPLE ACADEMIC ============ */
.tpl-purple-academic {
    display: grid;
    grid-template-columns: 30% 70%;
    font-family: 'Inter', sans-serif;
}

.tpl-purple-academic .sidebar {
    background: #F1EFF4;
    padding: 0;
}

.tpl-purple-academic .photo-container {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    margin: 40px auto 20px;
    border: 4px solid white;
}

.tpl-purple-academic .sidebar-content {
    padding: 20px 30px;
    color: #111;
}

.tpl-purple-academic .sidebar .section-title {
    color: #552745;
    border-bottom: 1px solid #552745;
    font-size: 14px;
}

.tpl-purple-academic .contact-item {
    font-size: 10px;
    margin-bottom: 12px;
}

.tpl-purple-academic .skill-list li {
    font-size: 10.5px;
    margin-bottom: 6px;
}

.tpl-purple-academic .skill-list li::before {
    content: '• ';
    color: #552745;
}

.tpl-purple-academic .main-content {
    background: white;
}

.tpl-purple-academic .header {
    background: #552745;
    color: white;
    padding: 40px 40px;
}

.tpl-purple-academic .header h1 {
    font-size: 28px;
    margin-bottom: 4px;
}

.tpl-purple-academic .header .role-title {
    font-size: 13px;
    letter-spacing: 1px;
}

.tpl-purple-academic .main-body {
    padding: 40px 40px;
    color: #374151;
}

.tpl-purple-academic .main-body .section-title {
    color: #552745;
    border-bottom: 1px solid #d1d5db;
    display: flex;
    align-items: center;
    font-size: 15px;
    padding-bottom: 6px;
    margin-bottom: 16px;
}

.tpl-purple-academic .main-body .section-title::before {
    content: '■ ';
    color: #552745;
    font-size: 18px;
    margin-right: 8px;
}

.tpl-purple-academic .entry-title {
    color: #552745;
    font-size: 12px;
}

@media print {
    .resume-template {
        box-shadow: none;
    }

    body {
        background: white;
    }
}

/* ============ 13. DANI ELEGANT ============ */
.tpl-dani-elegant {
    font-family: 'Inter', sans-serif;
    color: #111;
    display: flex;
    flex-direction: column;
}

.tpl-dani-elegant .top-black-zone {
    background: #1C1C1C;
    color: white;
    padding: 50px 40px;
    position: relative;
    min-height: 250px;
}

.tpl-dani-elegant .header-content {
    display: flex;
    justify-content: space-between;
}

.tpl-dani-elegant .header-left h1 {
    font-size: 48px;
    margin: 0;
    line-height: 1;
}

.tpl-dani-elegant .header-left .role-title {
    font-size: 16px;
    letter-spacing: 2px;
    margin-top: 8px;
    color: #E0E0E0;
}

.tpl-dani-elegant .header-right {
    text-align: right;
    font-size: 11px;
}

.tpl-dani-elegant .header-right .section-title {
    margin-bottom: 8px;
    font-size: 14px;
    border: none;
    color: white;
}

.tpl-dani-elegant .header-right .contact-item {
    margin-bottom: 6px;
}

.tpl-dani-elegant .photo-container {
    position: absolute;
    bottom: -60px;
    left: 40px;
    width: 180px;
    height: 220px;
    border-radius: 0;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.3);
}

.tpl-dani-elegant .bottom-three-col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    padding: 80px 40px 40px 40px;
}

.tpl-dani-elegant .bottom-three-col.has-photo .col-left {
    padding-top: 150px;
}

.tpl-dani-elegant .section-title {
    color: #111;
    border: none;
    font-size: 14px;
    margin-bottom: 12px;
}

.tpl-dani-elegant .skill-bar {
    margin-bottom: 12px;
}

.tpl-dani-elegant .skill-track {
    height: 8px;
    background: #E0E0E0;
    border-radius: 0;
}

.tpl-dani-elegant .skill-fill {
    height: 100%;
    background: #1C1C1C;
    width: 80%;
}

.tpl-dani-elegant .bullet-list li::before {
    color: #1C1C1C;
}

/* ============ 14. MARIANA CREAM ============ */
.tpl-mariana-cream {
    font-family: 'Outfit', sans-serif;
    color: #333;
}

.tpl-mariana-cream .grid-layout {
    display: grid;
    grid-template-columns: 35% 65%;
    min-height: 297mm;
}

.tpl-mariana-cream .left-col {
    background: #EAE6DB;
    padding: 40px 30px;
}

.tpl-mariana-cream .photo-container {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin-bottom: 30px;
    border: 8px solid rgba(255, 255, 255, 0.4);
}

.tpl-mariana-cream .left-content .section-title {
    font-size: 16px;
    border: none;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.tpl-mariana-cream .right-col {
    background: white;
    padding: 40px 40px;
}

.tpl-mariana-cream .header {
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
    padding: 20px 0;
    margin-bottom: 30px;
    margin-top: 40px;
}

.tpl-mariana-cream h1 {
    font-size: 30px;
    margin: 0;
}

.tpl-mariana-cream .role-title {
    font-size: 14px;
    letter-spacing: 2px;
    margin-top: 4px;
    color: #555;
}

.tpl-mariana-cream .right-content .section-title {
    font-size: 16px;
    border: none;
    margin-bottom: 12px;
    text-transform: capitalize;
}

.tpl-mariana-cream .skill-list-bars li {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: bold;
}

.tpl-mariana-cream .skill-label {
    width: 40%;
}

.tpl-mariana-cream .skill-list-bars .skill-track {
    width: 60%;
    height: 4px;
    background: #EAE6DB;
}

.tpl-mariana-cream .skill-list-bars .skill-fill {
    height: 100%;
    background: #111;
    width: 85%;
}

.tpl-mariana-cream .contact-item {
    margin-bottom: 8px;
    font-size: 11px;
}

.tpl-mariana-cream .right-content .entry-title {
    color: #111;
    font-size: 13px;
}

.tpl-mariana-cream .right-content .entry-subtitle {
    color: #555;
}

/* ============ 15. OLIVIA PEACH ============ */
.tpl-olivia-peach {
    display: grid;
    grid-template-columns: 35% 65%;
    font-family: 'Outfit', sans-serif;
    color: #4b5563;
}

.tpl-olivia-peach .sidebar {
    background: #EAB99E;
    color: #4A3E38;
    border-radius: 40px 0 0 0;
    padding: 30px 20px;
}

.tpl-olivia-peach .sidebar-content {
    margin-top: 30px;
    text-align: center;
}

.tpl-olivia-peach .photo-container {
    width: 100%;
    height: 220px;
    border-radius: 100px 100px 0 0;
}

.tpl-olivia-peach .sidebar .section-title {
    color: #4A3E38;
    border: none;
    font-size: 14px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.tpl-olivia-peach .circular-skills {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 40px;
}

.tpl-olivia-peach .circle-skill {
    font-size: 10px;
}

.tpl-olivia-peach .circle-chart {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 6px solid #4A3E38;
    border-top-color: white;
    margin: 0 auto 8px;
    transform: rotate(45deg);
}

.tpl-olivia-peach .contact-item {
    font-size: 11px;
    margin-bottom: 12px;
}

.tpl-olivia-peach .main-content {
    background: #EAECEF;
    padding: 40px;
}

.tpl-olivia-peach h1 {
    font-size: 46px;
    color: #4A3E38;
    line-height: 1;
    margin-bottom: 6px;
}

.tpl-olivia-peach .role-title {
    font-size: 20px;
    color: #7A6960;
    margin-bottom: 40px;
}

.tpl-olivia-peach .main-body .section-title {
    background: #EAB99E;
    color: white;
    display: inline-block;
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 13px;
    border: none;
    margin-bottom: 16px;
}

.tpl-olivia-peach .entry-title {
    color: #4A3E38;
}

/* ============ 16. DAVID ARCHITECTURE ============ */
.tpl-david-arch {
    display: grid;
    grid-template-columns: 40% 60%;
    font-family: 'Inter', sans-serif;
    color: #4b5563;
}

.tpl-david-arch .sidebar {
    background: #E5E7EB;
    padding: 40px;
}

.tpl-david-arch .photo-container {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-bottom: 30px;
}

.tpl-david-arch .header h1 {
    font-size: 32px;
    color: #4A5568;
    margin-bottom: 6px;
}

.tpl-david-arch .role-title {
    font-size: 14px;
    color: #4A5568;
    font-weight: bold;
    margin-bottom: 40px;
}

.tpl-david-arch .section-title {
    font-size: 16px;
    color: #4A5568;
    border: none;
    margin-bottom: 12px;
}

.tpl-david-arch .skill-bar {
    margin-bottom: 12px;
}

.tpl-david-arch .skill-name {
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 4px;
}

.tpl-david-arch .skill-track {
    height: 6px;
    background: #D1D5DB;
}

.tpl-david-arch .skill-fill {
    background: #a9b1c2;
    width: 75%;
    height: 100%;
}

.tpl-david-arch .contact-item {
    font-size: 11px;
    margin-bottom: 8px;
}

.tpl-david-arch .main-content {
    background: white;
    padding: 40px 30px;
}

.tpl-david-arch .main-content .section {
    border-bottom: 2px solid #E5E7EB;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.tpl-david-arch .main-content .section:last-child {
    border-bottom: none;
}

.tpl-david-arch .main-content .section-title {
    margin-bottom: 16px;
}

.tpl-david-arch .circle-lang {
    display: flex;
    gap: 20px;
}

.tpl-david-arch .clang {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 4px solid #a9b1c2;
    border-top-color: #4A5568;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
}

.tpl-david-arch .entry {
    display: flex;
    justify-content: space-between;
}

.tpl-david-arch .entry-left {
    flex: 1;
}

.tpl-david-arch .entry-date {
    font-weight: bold;
    color: #4A5568;
}

/* ============ 17. KATE MINIMAL ============ */
.tpl-kate-minimal {
    font-family: 'Outfit', sans-serif;
    color: #3F3C3A;
    padding: 40px;
    background: white;
}

.tpl-kate-minimal .header-strip {
    text-align: center;
    margin-bottom: 40px;
    border-bottom: 1px solid #EFEAE5;
    padding-bottom: 30px;
    background: #FCF9F7;
    padding-top: 30px;
}

.tpl-kate-minimal .logo-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #BA9E7E;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Dancing Script', Brush Script MT, cursive;
    font-size: 40px;
    color: #111;
}

.tpl-kate-minimal h1 {
    font-size: 32px;
    letter-spacing: 4px;
    margin-bottom: 8px;
    color: #3F3C3A;
}

.tpl-kate-minimal .role-title {
    font-size: 14px;
    letter-spacing: 3px;
    color: #777;
}

.tpl-kate-minimal .body-grid {
    display: grid;
    grid-template-columns: 60% 40%;
    gap: 40px;
}

.tpl-kate-minimal .right-col {
    border-left: 1px solid #EFEAE5;
    padding-left: 40px;
}

.tpl-kate-minimal .script-font {
    font-family: 'Dancing Script', Brush Script MT, cursive;
    font-size: 24px;
    color: #BA9E7E;
    font-weight: normal;
    text-transform: capitalize;
}

.tpl-kate-minimal .serif-classic {
    font-family: 'Georgia', serif;
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: normal;
}

.tpl-kate-minimal .section-title {
    border: none;
    margin-bottom: 16px;
}

.tpl-kate-minimal .contact-item {
    font-size: 11px;
    margin-bottom: 12px;
    color: #555;
}

.tpl-kate-minimal .skill-list li {
    font-size: 11.5px;
    margin-bottom: 6px;
    color: #555;
}

.tpl-kate-minimal .skill-list li::before {
    content: '• ';
    color: #BA9E7E;
}

.tpl-kate-minimal p,
.tpl-kate-minimal .entry,
.tpl-kate-minimal .bullet-list li {
    color: #555;
    font-size: 11.5px;
}

.tpl-kate-minimal .entry-title {
    color: #333;
    font-size: 12px;
    letter-spacing: 1px;
}