{"id":72,"date":"2023-05-03T12:04:46","date_gmt":"2023-05-03T12:04:46","guid":{"rendered":"https:\/\/gptguides.co\/?page_id=72"},"modified":"2026-03-13T13:48:13","modified_gmt":"2026-03-13T13:48:13","slug":"about-me","status":"publish","type":"page","link":"https:\/\/www.gptguides.co\/hr\/about-me\/","title":{"rendered":"About me"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><div class=\"vc_row wpb_row vc_row-fluid\"><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">\n\t<div class=\"wpb_raw_code wpb_raw_html wpb_content_element\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n  <title>About Nika | GPTGuides<\/title>\n  <meta name=\"description\" content=\"Meet Nika, the creator behind GPTGuides. Learn about her experience, approach and mission to help people use AI in practical, natural and genuinely useful ways.\" \/>\n\n  <style>\n    :root {\n      --bg: #F7F4F2;\n      --surface: #FFFFFF;\n      --surface-soft: #FDFCFB;\n      --text: #12302E;\n      --muted: #4B6361;\n      --line: #D9ECEA;\n      --mint: #CCF5F3;\n      --teal: #00BFB3;\n      --deep-teal: #007F78;\n      --accent: #FF6F61;\n      --shadow: 0 16px 40px rgba(18, 48, 46, 0.08);\n      --shadow-soft: 0 10px 24px rgba(18, 48, 46, 0.06);\n      --radius-xl: 28px;\n      --radius-lg: 22px;\n      --radius-md: 16px;\n      --max: 1180px;\n    }\n\n    * {\n      box-sizing: border-box;\n    }\n\n    html {\n      scroll-behavior: smooth;\n    }\n\n    body {\n      margin: 0;\n      font-family: Arial, sans-serif;\n      background:\n        radial-gradient(circle at top left, rgba(204, 245, 243, 0.7), transparent 32%),\n        radial-gradient(circle at bottom right, rgba(255, 111, 97, 0.08), transparent 28%),\n        var(--bg);\n      color: var(--text);\n      line-height: 1.6;\n    }\n\n    img {\n      max-width: 100%;\n      display: block;\n    }\n\n    a {\n      color: inherit;\n      text-decoration: none;\n    }\n\n    .about-page {\n      overflow: hidden;\n    }\n\n    .container {\n      width: min(var(--max), calc(100% - 40px));\n      margin: 0 auto;\n    }\n\n    .section {\n      padding: 34px 0;\n    }\n\n    .eyebrow {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      padding: 8px 14px;\n      border-radius: 999px;\n      background: rgba(0, 191, 179, 0.12);\n      color: var(--deep-teal);\n      font-size: 12px;\n      font-weight: 700;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n    }\n\n    .eyebrow::before {\n      content: \"\";\n      width: 8px;\n      height: 8px;\n      border-radius: 50%;\n      background: var(--accent);\n      flex: 0 0 auto;\n    }\n\n   \n\n    .btn {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      min-height: 52px;\n      padding: 0 22px;\n      border-radius: 999px;\n      font-size: 15px;\n      font-weight: 700;\n      transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;\n    }\n\n    .btn:hover {\n      transform: translateY(-2px);\n    }\n\n    .btn-primary {\n      background: var(--deep-teal);\n      color: #fff;\n      box-shadow: var(--shadow-soft);\n    }\n\n    .btn-primary:hover {\n      background: #066e68;\n    }\n\n    .btn-secondary {\n      background: #fff;\n      color: var(--text);\n      border: 1px solid var(--line);\n    }\n\n    \n\n    .photo-card {\n      height: 100%;\n      display: flex;\n      flex-direction: column;\n      justify-content: space-between;\n      overflow: hidden;\n    }\n\n    .photo-placeholder {\n      min-height: 420px;\n      border-radius: 22px;\n      border: 2px dashed rgba(0, 127, 120, 0.22);\n      background:\n        linear-gradient(135deg, rgba(204, 245, 243, 0.9), rgba(255,255,255,0.7)),\n        repeating-linear-gradient(\n          45deg,\n          rgba(0, 127, 120, 0.05),\n          rgba(0, 127, 120, 0.05) 12px,\n          rgba(255,255,255,0.35) 12px,\n          rgba(255,255,255,0.35) 24px\n        );\n      display: grid;\n      place-items: center;\n      text-align: center;\n      padding: 26px;\n      color: var(--deep-teal);\n    }\n\n    .photo-placeholder strong {\n      display: block;\n      font-size: 24px;\n      margin-bottom: 8px;\n      color: var(--text);\n    }\n\n    .photo-placeholder span {\n      display: block;\n      font-size: 14px;\n      color: var(--muted);\n      max-width: 260px;\n      margin: 0 auto;\n    }\n\n    .signature-strip {\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      gap: 14px;\n      padding: 16px 6px 4px;\n    }\n\n    .signature-strip strong {\n      font-size: 17px;\n    }\n\n    .signature-strip span {\n      display: block;\n      font-size: 14px;\n      color: var(--muted);\n    }\n\n    .floating-note,\n    .floating-badge {\n      position: absolute;\n      border-radius: 18px;\n      box-shadow: var(--shadow-soft);\n      z-index: 3;\n    }\n\n    .floating-note {\n      left: -18px;\n      bottom: 38px;\n      max-width: 250px;\n      padding: 16px 18px;\n      background: #fff;\n      border: 1px solid rgba(18,48,46,0.06);\n    }\n\n    .floating-note strong {\n      display: block;\n      margin-bottom: 6px;\n      font-size: 14px;\n      color: var(--deep-teal);\n      text-transform: uppercase;\n      letter-spacing: 0.08em;\n    }\n\n    .floating-note p {\n      margin: 0;\n      font-size: 14px;\n      color: var(--muted);\n      line-height: 1.5;\n    }\n\n    .floating-badge {\n      right: -8px;\n      top: 22px;\n      background: var(--accent);\n      color: #fff;\n      padding: 14px 16px;\n      font-size: 14px;\n      font-weight: 700;\n    }\n\n    .proof-grid {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 16px;\n      margin-top: 14px;\n    }\n\n    .proof-card {\n      background: rgba(255,255,255,0.75);\n      border: 1px solid rgba(18,48,46,0.08);\n      border-radius: 20px;\n      padding: 24px 20px;\n      box-shadow: var(--shadow-soft);\n    }\n\n    .proof-card h3 {\n      margin: 0 0 6px;\n      font-size: 16px;\n    }\n\n    .proof-card p {\n      margin: 0;\n      color: var(--muted);\n      font-size: 15px;\n    }\n\n    .split-section {\n      display: grid;\n      grid-template-columns: 1.05fr 0.95fr;\n      gap: 26px;\n      align-items: start;\n    }\n\n    .panel {\n      background: var(--surface);\n      border: 1px solid rgba(18,48,46,0.08);\n      border-radius: var(--radius-xl);\n      box-shadow: var(--shadow-soft);\n      padding: 30px;\n    }\n\n    .panel h2 {\n      margin: 14px 0 14px;\n      font-size: clamp(30px, 4vw, 42px);\n      line-height: 1.08;\n      letter-spacing: -0.02em;\n    }\n\n    .panel p {\n      margin: 0 0 16px;\n      color: var(--muted);\n      font-size: 17px;\n    }\n\n    .story-card {\n      background: linear-gradient(180deg, rgba(204,245,243,0.36), rgba(255,255,255,0.9));\n    }\n\n    .principles {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n      margin-top: 22px;\n    }\n\n    .principle {\n      background: #fff;\n      border: 1px solid rgba(18,48,46,0.08);\n      border-radius: 18px;\n      padding: 18px;\n    }\n\n    .principle strong {\n      display: block;\n      margin-bottom: 8px;\n      font-size: 15px;\n      color: var(--text);\n    }\n\n    .principle span {\n      display: block;\n      font-size: 14px;\n      color: var(--muted);\n    }\n\n    .timeline {\n      display: grid;\n      gap: 16px;\n    }\n\n    .timeline-item {\n      display: grid;\n      grid-template-columns: 90px 1fr;\n      gap: 18px;\n      align-items: start;\n      padding: 20px;\n      border-radius: 20px;\n      background: #ffffff;\n      border: 1px solid rgba(18,48,46,0.08);\n      box-shadow: 0 6px 18px rgba(18,48,46,0.04);\n      transition: transform 0.2s ease, box-shadow 0.2s ease;\n    }\n\n    .timeline-item:hover {\n      transform: translateY(-2px);\n      box-shadow: 0 10px 24px rgba(18,48,46,0.08);\n    }\n\n    .timeline-badge {\n      width: 78px;\n      min-width: 78px;\n      height: 78px;\n      border-radius: 22px;\n      background: linear-gradient(135deg, #CCF5F3 0%, #EAFBFA 100%);\n      color: var(--deep-teal);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      text-align: center;\n      line-height: 1.15;\n      padding: 10px;\n      border: 1px solid rgba(0,127,120,0.10);\n      box-shadow: 0 8px 18px rgba(18,48,46,0.07), inset 0 1px 0 rgba(255,255,255,0.65);\n      position: relative;\n      overflow: hidden;\n    }\n\n    .timeline-badge::before {\n      content: \"\";\n      position: absolute;\n      top: 10px;\n      left: 50%;\n      transform: translateX(-50%);\n      width: 22px;\n      height: 4px;\n      border-radius: 999px;\n      background: rgba(255,111,97,0.9);\n    }\n\n    .timeline-badge {\n      padding-top: 18px;\n    }\n\n    .timeline-item h3 {\n      margin: 2px 0 6px;\n      font-size: 20px;\n      line-height: 1.25;\n      color: var(--deep-teal);\n      font-weight: 700;\n    } {\n      margin: 0 0 6px;\n      font-size: 18px;\n      line-height: 1.25;\n    }\n\n    .timeline-item p {\n      margin: 0;\n      font-size: 15px;\n      color: var(--muted);\n    }\n\n    \n    .feature-band {\n      background: linear-gradient(180deg, rgba(255,255,255,0.72), rgba(255,255,255,0.95));\n      border: 1px solid rgba(18,48,46,0.08);\n      border-radius: 32px;\n      box-shadow: var(--shadow);\n      padding: 36px;\n    }\n\n    .feature-band h2 {\n      margin: 14px 0 12px;\n      font-size: clamp(30px, 4vw, 42px);\n      letter-spacing: -0.02em;\n      line-height: 1.08;\n    }\n\n    .feature-band > p {\n      margin: 0;\n      max-width: 760px;\n      color: var(--muted);\n      font-size: 17px;\n    }\n\n    .feature-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 18px;\n      margin-top: 26px;\n    }\n\n    .feature-card {\n      background: #fff;\n      border: 1px solid rgba(18,48,46,0.08);\n      border-radius: 22px;\n      padding: 22px;\n      transition: transform 0.22s ease, box-shadow 0.22s ease;\n    }\n\n    .feature-card:hover {\n      transform: translateY(-4px);\n      box-shadow: var(--shadow-soft);\n    }\n\n    .feature-card .icon {\n      width: 48px;\n      height: 48px;\n      border-radius: 14px;\n      display: grid;\n      place-items: center;\n      font-size: 22px;\n      background: rgba(0,191,179,0.12);\n      margin-bottom: 16px;\n    }\n\n    .feature-card h3 {\n      margin: 0 0 8px;\n      font-size: 18px;\n    }\n\n    .feature-card p {\n      margin: 0;\n      color: var(--muted);\n      font-size: 15px;\n    }\n\n    .what-i-do-band {\n      position: relative;\n      background: linear-gradient(180deg, rgba(255,255,255,0.78), rgba(255,255,255,0.96));\n    }\n\n    .what-i-do-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 18px;\n      margin-top: 26px;\n    }\n\n    .what-i-do-card {\n      background: #fff;\n      border: 1px solid rgba(18,48,46,0.08);\n      border-radius: 22px;\n      padding: 22px;\n      box-shadow: var(--shadow-soft);\n    }\n\n    .what-i-do-icon {\n      width: 48px;\n      height: 48px;\n      border-radius: 14px;\n      display: grid;\n      place-items: center;\n      font-size: 22px;\n      background: rgba(0,191,179,0.12);\n      color: var(--deep-teal);\n      margin-bottom: 16px;\n    }\n\n    .what-i-do-card h3 {\n      margin: 0 0 8px;\n      font-size: 18px;\n      color: var(--deep-teal);\n    }\n\n    .what-i-do-card p {\n      margin: 0;\n      color: var(--muted);\n      font-size: 15px;\n      line-height: 1.55;\n    }\n\n    .quote-section {\n      display: grid;\n      grid-template-columns: 0.95fr 1.05fr;\n      gap: 24px;\n      align-items: stretch;\n    }\n\n    .quote-card,\n    .facts-card {\n      min-height: 100%;\n    }\n\n    .quote-card {\n      background: linear-gradient(145deg, var(--deep-teal), #0f6b66);\n      color: #fff;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .quote-card::after {\n      content: \"\";\n      position: absolute;\n      inset: auto -40px -40px auto;\n      width: 170px;\n      height: 170px;\n      border-radius: 50%;\n      background: rgba(255,255,255,0.08);\n    }\n\n    .quote-mark {\n      font-size: 64px;\n      line-height: 1;\n      opacity: 0.22;\n      margin-bottom: 10px;\n      color: rgba(255,255,255,0.55);\n    }\n\n    .quote-card blockquote {\n      margin: 0;\n      padding-left: 24px;\n      border-left: 4px solid rgba(255,255,255,0.16);\n      font-size: clamp(24px, 4vw, 34px);\n      line-height: 1.22;\n      letter-spacing: -0.02em;\n      font-style: italic;\n      color: #ffffff;\n    }\n\n    .quote-card p {\n      margin: 22px 0 0;\n      color: rgba(255,255,255,0.88);\n      font-size: 16px;\n      max-width: 520px;\n    }\n\n    .facts-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 14px;\n      margin-top: 18px;\n    }\n\n    .fact {\n      padding: 18px;\n      border-radius: 18px;\n      background: #fff;\n      border: 1px solid rgba(18,48,46,0.08);\n    }\n\n    .fact strong {\n      display: block;\n      margin-bottom: 6px;\n      font-size: 15px;\n      color: var(--deep-teal);\n    }\n\n    .fact span {\n      display: block;\n      font-size: 15px;\n      color: var(--muted);\n    }\n\n    .cta-card {\n      position: relative;\n      overflow: hidden;\n      background: linear-gradient(135deg, rgba(204,245,243,0.9), rgba(255,255,255,0.96));\n      border: 1px solid rgba(18,48,46,0.08);\n      border-radius: 32px;\n      box-shadow: var(--shadow);\n      padding: 38px;\n      text-align: center;\n    }\n\n    .cta-card::before,\n    .cta-card::after {\n      content: \"\";\n      position: absolute;\n      border-radius: 50%;\n      z-index: 0;\n    }\n\n    .cta-card::before {\n      width: 180px;\n      height: 180px;\n      left: -40px;\n      top: -70px;\n      background: rgba(0,191,179,0.12);\n    }\n\n    .cta-card::after {\n      width: 180px;\n      height: 180px;\n      right: -50px;\n      bottom: -80px;\n      background: rgba(255,111,97,0.10);\n    }\n\n    .cta-card > * {\n      position: relative;\n      z-index: 1;\n    }\n\n    .cta-card h2 {\n      margin: 14px 0 12px;\n      font-size: clamp(30px, 4vw, 44px);\n      line-height: 1.08;\n      letter-spacing: -0.02em;\n    }\n\n    .cta-card p {\n      max-width: 760px;\n      margin: 0 auto;\n      color: var(--muted);\n      font-size: 17px;\n    }\n\n    .cta-card .hero-actions {\n      justify-content: center;\n      margin-top: 26px;\n    }\n\n    .micro-note {\n      margin-top: 16px;\n      font-size: 14px;\n      color: var(--muted);\n    }\n\n    @media (max-width: 1080px) {\n      .hero-grid,\n      .split-section,\n      .quote-section,\n      .feature-grid,\n      .proof-grid,\n      .eeat-wrap {\n        grid-template-columns: 1fr 1fr;\n      }\n\n      .feature-grid {\n        grid-template-columns: 1fr 1fr;\n      }\n\n      .proof-grid {\n        grid-template-columns: repeat(2, 1fr);\n      }\n    }\n\n    @media (max-width: 820px) {\n.hero {\n        padding-top: 34px;\n      }\n\n      .hero-grid,\n      .split-section,\n      .quote-section,\n      .feature-grid,\n      .proof-grid,\n      .eeat-wrap,\n      .principles,\n      .facts-grid {\n        grid-template-columns: 1fr;\n      }\n\n      .hero-visual {\n        min-height: auto;\n      }\n\n      .photo-placeholder {\n        min-height: 320px;\n      }\n\n      .floating-note,\n      .floating-badge {\n        position: static;\n        margin-top: 16px;\n      }\n\n      .timeline-item {\n        grid-template-columns: 1fr;\n      }\n\n      .timeline-badge {\n        width: 100%;\n        min-height: auto;\n        border-radius: 16px;\n        padding: 12px 14px;\n        justify-content: flex-start;\n        text-align: left;\n      }\n\n      .panel,\n      .feature-band,\n      .cta-card {\n        padding: 24px;\n      }\n    }\n\n      .hero-grid,\n      .split-section,\n      .quote-section,\n      .feature-grid,\n      .proof-grid,\n      .eeat-wrap,\n      .principles,\n      .facts-grid {\n        grid-template-columns: 1fr;\n      }\n\n      .hero-visual {\n        min-height: auto;\n      }\n\n      .photo-placeholder {\n        min-height: 320px;\n      }\n\n      .floating-note,\n      .floating-badge {\n        position: static;\n        margin-top: 16px;\n      }\n\n      .timeline-item {\n        grid-template-columns: 1fr;\n      }\n\n      .timeline-badge {\n        width: fit-content;\n        min-width: 64px;\n        height: auto;\n        padding: 10px 12px;\n      }\n\n      .panel,\n      .feature-band,\n      .cta-card {\n        padding: 24px;\n      }\n    }\n\n    @media (max-width: 560px) {\n      .container {\n        width: min(var(--max), calc(100% - 24px));\n      }\n\n      .section {\n        padding: 22px 0;\n      }\n\n      .hero-copy p,\n      .story-main-card p,\n      .section-heading p,\n      .pillar-card p,\n      .service-card p,\n      .quote-panel p,\n      .fact-row span,\n      .cta-card p {\n        font-size: 16px;\n      }\n\n      .btn {\n        width: 100%;\n      }\n\n      .hero-actions {\n        flex-direction: column;\n      }\n    }\n\n    .section-soft {\n      position: relative;\n    }\n\n    .section-heading {\n      max-width: 820px;\n      margin-bottom: 28px;\n    }\n\n    .section-heading h2 {\n      margin: 14px 0 12px;\n      font-size: clamp(32px, 4.4vw, 48px);\n      line-height: 1.06;\n      letter-spacing: -0.03em;\n    }\n\n    .section-heading p {\n      margin: 0;\n      color: var(--muted);\n      font-size: 17px;\n      line-height: 1.7;\n    }\n\n    .mini-proof-strip {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 16px;\n    }\n\n    .mini-proof-card {\n      background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,255,255,0.82));\n      border: 1px solid rgba(18,48,46,0.08);\n      border-radius: 24px;\n      padding: 22px;\n      box-shadow: var(--shadow-soft);\n    }\n\n    .mini-proof-card strong {\n      display: block;\n      margin-bottom: 8px;\n      font-size: 16px;\n      color: var(--deep-teal);\n    }\n\n    .mini-proof-card span {\n      color: var(--muted);\n      font-size: 15px;\n      line-height: 1.55;\n    }\n\n    .about-story-shell,\n    .what-i-do-shell,\n    .redesigned-cta {\n      position: relative;\n      background: linear-gradient(180deg, rgba(255,255,255,0.74), rgba(255,255,255,0.97));\n      border: 1px solid rgba(18,48,46,0.08);\n      border-radius: 34px;\n      box-shadow: var(--shadow);\n      padding: 36px;\n      overflow: hidden;\n    }\n\n    .about-story-shell::after,\n    .what-i-do-shell::after,\n    .redesigned-cta::after {\n      content: \"\";\n      position: absolute;\n      width: 180px;\n      height: 180px;\n      border-radius: 50%;\n      background: rgba(204,245,243,0.45);\n      right: -70px;\n      top: -80px;\n      pointer-events: none;\n    }\n\n    .story-layout {\n      display: grid;\n      grid-template-columns: 1.1fr 0.9fr;\n      gap: 22px;\n      align-items: start;\n    }\n\n    .story-main-card,\n    .story-note-card,\n    .pillar-card,\n    .service-card,\n    .facts-panel {\n      background: #fff;\n      border: 1px solid rgba(18,48,46,0.08);\n      border-radius: 24px;\n      box-shadow: var(--shadow-soft);\n    }\n\n    .story-main-card {\n      padding: 28px;\n    }\n\n    .story-main-card p {\n      margin: 0;\n      color: var(--muted);\n      font-size: 17px;\n      line-height: 1.75;\n    }\n\n    .story-main-card p + p {\n      margin-top: 16px;\n    }\n\n    .story-side-stack {\n      display: grid;\n      gap: 16px;\n    }\n\n    .story-note-card {\n      padding: 24px;\n    }\n\n    .story-note-card strong {\n      display: block;\n      margin-bottom: 12px;\n      font-size: 18px;\n      color: var(--deep-teal);\n    }\n\n    .story-note-card ul {\n      margin: 0;\n      padding-left: 18px;\n      color: var(--muted);\n    }\n\n    .story-note-card li + li {\n      margin-top: 8px;\n    }\n\n    .story-note-card p {\n      margin: 0;\n      color: var(--muted);\n      line-height: 1.65;\n    }\n\n    .accent-card {\n      background: linear-gradient(135deg, rgba(204,245,243,0.55), rgba(255,255,255,0.98));\n    }\n\n    .split-heading {\n      display: grid;\n      grid-template-columns: 0.95fr 1.05fr;\n      gap: 20px;\n      align-items: end;\n      max-width: none;\n    }\n\n    .pillar-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 18px;\n    }\n\n    .pillar-card {\n      padding: 24px;\n    }\n\n    .pillar-top {\n      margin-bottom: 14px;\n    }\n\n    .pillar-tag {\n      display: inline-flex;\n      align-items: center;\n      min-height: 30px;\n      padding: 0 12px;\n      border-radius: 999px;\n      background: rgba(0,191,179,0.12);\n      color: var(--deep-teal);\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      margin-bottom: 14px;\n    }\n\n    .pillar-card h3,\n    .service-card h3 {\n      margin: 0;\n      font-size: 28px;\n      line-height: 1.05;\n      letter-spacing: -0.03em;\n    }\n\n    .pillar-card p,\n    .service-card p {\n      margin: 0;\n      color: var(--muted);\n      font-size: 16px;\n      line-height: 1.7;\n    }\n\n    .service-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 18px;\n    }\n\n    .service-card {\n      padding: 24px;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .service-card::before {\n      content: \"\";\n      position: absolute;\n      inset: 0 auto auto 0;\n      width: 100%;\n      height: 4px;\n      background: linear-gradient(90deg, var(--teal), var(--accent));\n    }\n\n    .service-icon {\n      width: 54px;\n      height: 54px;\n      border-radius: 16px;\n      display: grid;\n      place-items: center;\n      margin-bottom: 18px;\n      background: linear-gradient(135deg, rgba(204,245,243,0.95), rgba(255,255,255,1));\n      color: var(--deep-teal);\n      font-size: 22px;\n      box-shadow: inset 0 0 0 1px rgba(0,127,120,0.08);\n    }\n\n    .quote-layout {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 22px;\n      align-items: stretch;\n    }\n\n    .quote-panel {\n      background: linear-gradient(140deg, var(--deep-teal), #0f6f69);\n      color: #fff;\n      border-radius: 32px;\n      padding: 34px;\n      box-shadow: var(--shadow);\n      position: relative;\n      overflow: hidden;\n    }\n\n    .quote-panel::after {\n      content: \"\";\n      position: absolute;\n      right: -60px;\n      bottom: -60px;\n      width: 180px;\n      height: 180px;\n      border-radius: 50%;\n      background: rgba(255,255,255,0.08);\n    }\n\n    .quote-mark {\n      display: inline-block;\n      font-size: 72px;\n      line-height: 1;\n      color: rgba(255,255,255,0.24);\n      margin-bottom: 6px;\n    }\n\n    .quote-panel blockquote {\n      margin: 0;\n      font-size: clamp(28px, 4vw, 38px);\n      line-height: 1.16;\n      letter-spacing: -0.03em;\n      color: #fff;\n      max-width: 580px;\n    }\n\n    .quote-panel p {\n      margin: 20px 0 0;\n      color: rgba(255,255,255,0.86);\n      font-size: 16px;\n      line-height: 1.7;\n      max-width: 560px;\n    }\n\n    .facts-panel {\n      padding: 30px;\n    }\n\n    .facts-panel h2 {\n      margin: 14px 0 16px;\n      font-size: clamp(28px, 4vw, 40px);\n      line-height: 1.08;\n      letter-spacing: -0.03em;\n    }\n\n    .facts-list {\n      display: grid;\n      gap: 14px;\n    }\n\n    .fact-row {\n      display: grid;\n      gap: 6px;\n      padding: 16px 18px;\n      border-radius: 18px;\n      background: rgba(204,245,243,0.18);\n      border: 1px solid rgba(18,48,46,0.06);\n    }\n\n    .fact-row strong {\n      font-size: 15px;\n      color: var(--deep-teal);\n    }\n\n    .fact-row span {\n      font-size: 15px;\n      color: var(--muted);\n      line-height: 1.55;\n    }\n\n    .redesigned-cta {\n      text-align: center;\n    }\n\n    .redesigned-cta .hero-actions {\n      justify-content: center;\n    }\n\n    @media (max-width: 1080px) {\n      .mini-proof-strip,\n      .service-grid {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      .story-layout,\n      .quote-layout,\n      .split-heading {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    @media (max-width: 820px) {\n      .mini-proof-strip,\n      .pillar-grid,\n      .service-grid,\n      .quote-layout {\n        grid-template-columns: 1fr;\n      }\n\n      .about-story-shell,\n      .what-i-do-shell,\n      .redesigned-cta,\n      .quote-panel,\n      .facts-panel {\n        padding: 24px;\n      }\n    }\n    \n      .section {\n        padding: 22px 0;\n      }\n\n      .hero-copy p,\n      .panel p,\n      .feature-band > p,\n      .cta-card p {\n        font-size: 16px;\n      }\n\n      .proof-card,\n      .feature-card,\n      .fact,\n      .principle,\n      .timeline-item {\n        padding: 18px;\n      }\n\n      .eeat-head {\n        padding: 18px;\n      }\n\n      .eeat-head strong {\n        font-size: 18px;\n      }\n\n      .eeat-head span {\n        width: 36px;\n        height: 36px;\n        min-width: 36px;\n        font-size: 22px;\n      }\n\n      .quote-card blockquote {\n        padding-left: 18px;\n        font-size: 20px;\n      }\n\n      .btn {\n        width: 100%;\n      }\n\n\n    }\n\n      .section {\n        padding: 22px 0;\n      }\n\n\n\n      .proof-card,\n      .feature-card,\n      .fact,\n      .principle,\n      .timeline-item {\n        padding: 18px;\n      }\n\n      .btn {\n        width: 100%;\n      }\n\n\n    }\n      @media (max-width: 820px) {\n      .what-i-do-grid {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    @media (max-width: 560px) {\n      .what-i-do-card {\n        padding: 20px;\n      }\n    }\n\t\n\t  .about-hero-v2{\n    position: relative;\n    padding: 72px 0 42px;\n    overflow: hidden;\n  }\n\n  .about-hero-v2::before{\n    content: \"\";\n    position: absolute;\n    top: -120px;\n    right: -100px;\n    width: 320px;\n    height: 320px;\n    border-radius: 50%;\n    background: rgba(204,245,243,0.65);\n    filter: blur(10px);\n    pointer-events: none;\n  }\n\n  .about-hero-v2::after{\n    content: \"\";\n    position: absolute;\n    bottom: -120px;\n    left: -100px;\n    width: 240px;\n    height: 240px;\n    border-radius: 50%;\n    background: rgba(255,111,97,0.10);\n    pointer-events: none;\n  }\n\n  .about-hero-v2 .hero-shell{\n    position: relative;\n    z-index: 1;\n    display: grid;\n    grid-template-columns: 1.05fr 0.95fr;\n    gap: 30px;\n    align-items: center;\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 0 20px;\n  }\n\n  .about-hero-v2 .hero-copy-wrap{\n    background: linear-gradient(180deg, rgba(255,255,255,0.74), rgba(255,255,255,0.96));\n    border: 1px solid rgba(18,48,46,0.08);\n    border-radius: 34px;\n    box-shadow: 0 16px 40px rgba(18,48,46,0.08);\n    padding: 40px;\n  }\n\n  .about-hero-v2 .eyebrow{\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    padding: 8px 14px;\n    border-radius: 999px;\n    background: rgba(0,191,179,0.12);\n    color: #007F78;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n\n  .about-hero-v2 .eyebrow::before{\n    content: \"\";\n    width: 8px;\n    height: 8px;\n    border-radius: 50%;\n    background: #FF6F61;\n  }\n\n  .about-hero-v2 h1{\n    margin: 18px 0 16px;\n    font-size: clamp(40px, 6vw, 68px);\n    line-height: 0.98;\n    letter-spacing: -0.04em;\n    color: #12302E;\n  }\n\n  .about-hero-v2 h1 span{\n    color: #007F78;\n  }\n\n  .about-hero-v2 .hero-lead{\n    margin: 0;\n    max-width: 640px;\n    font-size: clamp(18px, 2.2vw, 21px);\n    line-height: 1.7;\n    color: #4B6361;\n  }\n\n  .about-hero-v2 .hero-points{\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin: 24px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .about-hero-v2 .hero-points li{\n    display: inline-flex;\n    align-items: center;\n    min-height: 38px;\n    padding: 0 14px;\n    border-radius: 999px;\n    background: #fff;\n    border: 1px solid rgba(18,48,46,0.08);\n    color: #12302E;\n    font-size: 14px;\n    font-weight: 600;\n  }\n\n  .about-hero-v2 .hero-actions{\n    display: flex;\n    flex-wrap: wrap;\n    gap: 14px;\n    margin-top: 28px;\n  }\n\n  .about-hero-v2 .btn{\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 52px;\n    padding: 0 22px;\n    border-radius: 999px;\n    font-size: 15px;\n    font-weight: 700;\n    text-decoration: none;\n    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;\n  }\n\n  .about-hero-v2 .btn:hover{\n    transform: translateY(-2px);\n  }\n\n  .about-hero-v2 .btn-primary{\n    background: #007F78;\n    color: #fff;\n    box-shadow: 0 10px 24px rgba(18,48,46,0.10);\n  }\n\n  .about-hero-v2 .btn-primary:hover{\n    background: #066e68;\n  }\n\n  .about-hero-v2 .btn-secondary{\n    background: #fff;\n    color: #12302E;\n    border: 1px solid rgba(18,48,46,0.08);\n  }\n\n  .about-hero-v2 .hero-visual{\n    position: relative;\n  }\n\n  .about-hero-v2 .photo-card{\n    position: relative;\n    background: linear-gradient(180deg, rgba(255,255,255,0.88), rgba(255,255,255,0.98));\n    border: 1px solid rgba(18,48,46,0.08);\n    border-radius: 34px;\n    box-shadow: 0 16px 40px rgba(18,48,46,0.08);\n    padding: 18px;\n  }\n\n  .about-hero-v2 .photo-placeholder{\n    min-height: 470px;\n    border-radius: 24px;\n    background:\n      linear-gradient(135deg, rgba(204,245,243,0.92), rgba(255,255,255,0.80)),\n      repeating-linear-gradient(\n        45deg,\n        rgba(0,127,120,0.05),\n        rgba(0,127,120,0.05) 12px,\n        rgba(255,255,255,0.35) 12px,\n        rgba(255,255,255,0.35) 24px\n      );\n    border: 2px dashed rgba(0,127,120,0.18);\n    display: grid;\n    place-items: center;\n    text-align: center;\n    padding: 28px;\n  }\n\n  .about-hero-v2 .photo-placeholder strong{\n    display: block;\n    margin-bottom: 8px;\n    font-size: 24px;\n    color: #12302E;\n  }\n\n  .about-hero-v2 .photo-placeholder span{\n    display: block;\n    max-width: 280px;\n    margin: 0 auto;\n    font-size: 14px;\n    line-height: 1.6;\n    color: #4B6361;\n  }\n\n  .about-hero-v2 .photo-meta{\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 14px;\n    padding: 16px 6px 4px;\n  }\n\n  .about-hero-v2 .photo-meta strong{\n    display: block;\n    font-size: 17px;\n    color: #12302E;\n  }\n\n  .about-hero-v2 .photo-meta span{\n    display: block;\n    font-size: 14px;\n    color: #4B6361;\n  }\n\n  .about-hero-v2 .meta-badge{\n    display: inline-flex;\n    align-items: center;\n    min-height: 36px;\n    padding: 0 12px;\n    border-radius: 999px;\n    background: rgba(0,191,179,0.12);\n    color: #007F78;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    white-space: nowrap;\n  }\n\n  .about-hero-v2 .floating-card{\n    position: absolute;\n    z-index: 2;\n    background: #fff;\n    border: 1px solid rgba(18,48,46,0.08);\n    border-radius: 22px;\n    box-shadow: 0 14px 30px rgba(18,48,46,0.08);\n  }\n\n  .about-hero-v2 .floating-card.note{\n    left: -18px;\n    bottom: 28px;\n    max-width: 250px;\n    padding: 16px 18px;\n  }\n\n  .about-hero-v2 .floating-card.note strong{\n    display: block;\n    margin-bottom: 6px;\n    font-size: 13px;\n    color: #007F78;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n\n  .about-hero-v2 .floating-card.note p{\n    margin: 0;\n    font-size: 14px;\n    line-height: 1.55;\n    color: #4B6361;\n  }\n\n  .about-hero-v2 .floating-card.badge{\n    top: 24px;\n    right: -10px;\n    padding: 14px 16px;\n    background: #FF6F61;\n    color: #fff;\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  @media (max-width: 980px){\n    .about-hero-v2 .hero-shell{\n      grid-template-columns: 1fr;\n    }\n\n    .about-hero-v2 .hero-copy-wrap,\n    .about-hero-v2 .photo-card{\n      padding: 28px;\n    }\n\n    .about-hero-v2 .photo-placeholder{\n      min-height: 360px;\n    }\n\n    .about-hero-v2 .floating-card.note,\n    .about-hero-v2 .floating-card.badge{\n      position: static;\n      margin-top: 14px;\n    }\n  }\n\n  @media (max-width: 560px){\n    .about-hero-v2{\n      padding: 42px 0 24px;\n    }\n\n    .about-hero-v2 .hero-shell{\n      padding: 0 12px;\n    }\n\n    .about-hero-v2 .hero-copy-wrap,\n    .about-hero-v2 .photo-card{\n      padding: 22px;\n      border-radius: 26px;\n    }\n\n    .about-hero-v2 .photo-placeholder{\n      min-height: 300px;\n      border-radius: 18px;\n    }\n\n    .about-hero-v2 .hero-actions{\n      flex-direction: column;\n    }\n\n    .about-hero-v2 .btn{\n      width: 100%;\n    }\n\n    .about-hero-v2 .photo-meta{\n      flex-direction: column;\n      align-items: flex-start;\n    }\n  }\n  .about-extra-sections{\n    --bg: #F7F4F2;\n    --card: #ffffff;\n    --text: #12302E;\n    --muted: #4B6361;\n    --line: rgba(18,48,46,0.08);\n    --mint: #CCF5F3;\n    --teal: #00BFB3;\n    --deep-teal: #007F78;\n    --accent: #FF6F61;\n    --shadow: 0 14px 34px rgba(18,48,46,0.08);\n    --shadow-soft: 0 10px 24px rgba(18,48,46,0.06);\n  }\n\n  .about-extra-sections .section-block{\n    margin: 34px 0;\n  }\n\n  .about-extra-sections .section-shell{\n    position: relative;\n    background: linear-gradient(180deg, rgba(255,255,255,0.78), rgba(255,255,255,0.97));\n    border: 1px solid var(--line);\n    border-radius: 32px;\n    box-shadow: var(--shadow);\n    padding: 36px;\n    overflow: hidden;\n  }\n\n  .about-extra-sections .section-shell::after{\n    content: \"\";\n    position: absolute;\n    width: 180px;\n    height: 180px;\n    border-radius: 50%;\n    background: rgba(204,245,243,0.42);\n    right: -70px;\n    top: -80px;\n    pointer-events: none;\n  }\n\n  .about-extra-sections .section-head{\n    position: relative;\n    z-index: 1;\n    max-width: 820px;\n    margin-bottom: 24px;\n  }\n\n  .about-extra-sections .eyebrow{\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    padding: 8px 14px;\n    border-radius: 999px;\n    background: rgba(0,191,179,0.12);\n    color: var(--deep-teal);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n\n  .about-extra-sections .eyebrow::before{\n    content: \"\";\n    width: 8px;\n    height: 8px;\n    border-radius: 50%;\n    background: var(--accent);\n  }\n\n  .about-extra-sections h2{\n    margin: 14px 0 12px;\n    font-size: clamp(30px, 4vw, 44px);\n    line-height: 1.06;\n    letter-spacing: -0.03em;\n    color: var(--text);\n  }\n\n  .about-extra-sections .section-head p{\n    margin: 0;\n    font-size: 17px;\n    line-height: 1.7;\n    color: var(--muted);\n  }\n  \n  .about-extra-sections{\n  max-width: var(--max);\n  margin: 0 auto;\n  padding: 0 20px;\n}\n\n  .credibility-grid{\n    position: relative;\n    z-index: 1;\n    display: grid;\n    grid-template-columns: repeat(5, 1fr);\n    gap: 16px;\n  }\n\n  .credibility-card{\n    background: var(--card);\n    border: 1px solid var(--line);\n    border-radius: 22px;\n    padding: 22px 18px;\n    box-shadow: var(--shadow-soft);\n    text-align: center;\n  }\n\n  .credibility-icon{\n    width: 48px;\n    height: 48px;\n    margin: 0 auto 14px;\n    border-radius: 16px;\n    display: grid;\n    place-items: center;\n    background: linear-gradient(135deg, rgba(204,245,243,0.95), rgba(255,255,255,1));\n    color: var(--deep-teal);\n    font-size: 20px;\n    box-shadow: inset 0 0 0 1px rgba(0,127,120,0.08);\n  }\n\n  .credibility-card h3{\n    margin: 0 0 8px;\n    font-size: 17px;\n    line-height: 1.2;\n    color: var(--text);\n  }\n\n  .credibility-card p{\n    margin: 0;\n    font-size: 14px;\n    line-height: 1.55;\n    color: var(--muted);\n  }\n\n  .numbers-grid{\n    position: relative;\n    z-index: 1;\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 18px;\n  }\n\n  .stat-card{\n    background: linear-gradient(180deg, rgba(255,255,255,1), rgba(248,251,251,1));\n    border: 1px solid var(--line);\n    border-radius: 24px;\n    padding: 24px;\n    box-shadow: var(--shadow-soft);\n  }\n\n  .stat-number{\n    display: block;\n    margin-bottom: 10px;\n    font-size: clamp(34px, 5vw, 52px);\n    line-height: 1;\n    letter-spacing: -0.04em;\n    color: var(--deep-teal);\n    font-weight: 800;\n  }\n\n  .stat-title{\n    display: block;\n    margin-bottom: 8px;\n    font-size: 16px;\n    font-weight: 700;\n    color: var(--text);\n  }\n\n  .stat-card p{\n    margin: 0;\n    font-size: 14px;\n    line-height: 1.6;\n    color: var(--muted);\n  }\n\n  .ai-think-grid{\n    position: relative;\n    z-index: 1;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 20px;\n  }\n\n  .ai-think-card{\n    border-radius: 26px;\n    padding: 26px;\n    box-shadow: var(--shadow-soft);\n  }\n\n  .ai-think-card.good{\n    background: linear-gradient(180deg, rgba(204,245,243,0.42), rgba(255,255,255,0.98));\n    border: 1px solid rgba(0,127,120,0.10);\n  }\n\n  .ai-think-card.bad{\n    background: linear-gradient(180deg, rgba(255,111,97,0.10), rgba(255,255,255,0.98));\n    border: 1px solid rgba(255,111,97,0.14);\n  }\n\n  .ai-think-card h3{\n    margin: 0 0 14px;\n    font-size: 24px;\n    line-height: 1.1;\n    letter-spacing: -0.02em;\n    color: var(--text);\n  }\n\n  .ai-think-list{\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .ai-think-list li{\n    position: relative;\n    padding-left: 30px;\n    font-size: 16px;\n    line-height: 1.6;\n    color: var(--muted);\n  }\n\n  .ai-think-list li + li{\n    margin-top: 12px;\n  }\n\n  .ai-think-card.good .ai-think-list li::before,\n  .ai-think-card.bad .ai-think-list li::before{\n    position: absolute;\n    left: 0;\n    top: 1px;\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    display: grid;\n    place-items: center;\n    font-size: 12px;\n    font-weight: 700;\n  }\n\n  .ai-think-card.good .ai-think-list li::before{\n    content: \"\u2713\";\n    background: rgba(0,191,179,0.14);\n    color: var(--deep-teal);\n  }\n\n  .ai-think-card.bad .ai-think-list li::before{\n    content: \"\u00d7\";\n    background: rgba(255,111,97,0.14);\n    color: #c54d42;\n  }\n\n  .personal-grid{\n    position: relative;\n    z-index: 1;\n    display: grid;\n    grid-template-columns: 1.05fr 0.95fr;\n    gap: 20px;\n    align-items: stretch;\n  }\n\n  .personal-main,\n  .personal-side{\n    background: var(--card);\n    border: 1px solid var(--line);\n    border-radius: 26px;\n    box-shadow: var(--shadow-soft);\n  }\n\n  .personal-main{\n    padding: 28px;\n  }\n\n  .personal-main p{\n    margin: 0;\n    font-size: 17px;\n    line-height: 1.75;\n    color: var(--muted);\n  }\n\n  .personal-main p + p{\n    margin-top: 14px;\n  }\n\n  .personal-side{\n    padding: 24px;\n    background: linear-gradient(135deg, rgba(204,245,243,0.38), rgba(255,255,255,1));\n  }\n\n  .personal-side h3{\n    margin: 0 0 14px;\n    font-size: 22px;\n    line-height: 1.1;\n    color: var(--text);\n  }\n\n  .personal-tags{\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n  }\n\n  .personal-tags span{\n    display: inline-flex;\n    align-items: center;\n    min-height: 38px;\n    padding: 0 14px;\n    border-radius: 999px;\n    background: #fff;\n    border: 1px solid var(--line);\n    font-size: 14px;\n    font-weight: 600;\n    color: var(--text);\n  }\n\n  .faq-list{\n    position: relative;\n    z-index: 1;\n    display: grid;\n    gap: 14px;\n  }\n\n  .faq-item{\n    background: var(--card);\n    border: 1px solid var(--line);\n    border-radius: 22px;\n    box-shadow: var(--shadow-soft);\n    overflow: hidden;\n  }\n\n  .faq-question{\n    width: 100%;\n    border: 0;\n    background: #fff;\n    padding: 20px 22px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 16px;\n    cursor: pointer;\n    text-align: left;\n  }\n\n  .faq-question strong{\n    font-size: 18px;\n    line-height: 1.3;\n    color: var(--text);\n  }\n\n  .faq-icon{\n    width: 34px;\n    height: 34px;\n    min-width: 34px;\n    border-radius: 50%;\n    display: grid;\n    place-items: center;\n    background: rgba(0,191,179,0.12);\n    color: var(--deep-teal);\n    font-size: 20px;\n    font-weight: 700;\n    transition: transform 0.22s ease;\n  }\n\n  .faq-item.active .faq-icon{\n    transform: rotate(45deg);\n  }\n\n  .faq-answer{\n    display: none;\n    padding: 0 22px 22px;\n  }\n\n  .faq-item.active .faq-answer{\n    display: block;\n  }\n\n  .faq-answer p{\n    margin: 0;\n    font-size: 16px;\n    line-height: 1.7;\n    color: var(--muted);\n    max-width: 820px;\n  }\n\n  @media (max-width: 1080px){\n    .credibility-grid{\n      grid-template-columns: repeat(3, 1fr);\n    }\n\n    .numbers-grid{\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .personal-grid{\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 820px){\n    .about-extra-sections .section-shell{\n      padding: 24px;\n      border-radius: 26px;\n    }\n\n    .credibility-grid,\n    .numbers-grid,\n    .ai-think-grid{\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 560px){\n    .about-extra-sections .section-block{\n      margin: 22px 0;\n    }\n\n    .credibility-card,\n    .stat-card,\n    .ai-think-card,\n    .personal-main,\n    .personal-side{\n      padding: 20px;\n    }\n\n    .faq-question{\n      padding: 18px;\n    }\n\n    .faq-answer{\n      padding: 0 18px 18px;\n    }\n\n    .faq-question strong{\n      font-size: 16px;\n    }\n  }\n  <\/style>\n\n<\/head>\n<body>\n  <main class=\"about-page\">\n    <section class=\"about-hero-v2\">\n  <div class=\"hero-shell\">\n    <div class=\"hero-copy-wrap\">\n      <span class=\"eyebrow\">About GPTGuides<\/span>\n\n      <h1>Hi, I\u2019m <span>Nika<\/span>.<\/h1>\n\n      <p class=\"hero-lead\">\n        I help people use AI in ways that feel practical, natural and actually useful. No robotic prompts or overcomplicated systems. Just smarter ways to save time and money, think more clearly, and get better results from AI in everyday life and business.\n      <\/p>\n\n      <ul class=\"hero-points\">\n        <li>Practical AI use<\/li>\n        <li>Clear prompting<\/li>\n        <li>Human-first systems<\/li>\n      <\/ul>\n\n      <div class=\"hero-actions\">\n        <a href=\"\/hr\/contact-me\/\" class=\"btn btn-primary\">Work With Me<\/a>\n        <a href=\"#my-approach\" class=\"btn btn-secondary\">See My Approach<\/a>\n      <\/div>\n    <\/div>\n\n    <div class=\"hero-visual\">\n      <div class=\"photo-card\">\n        <div class=\"photo-placeholder\">\n          <div>\n            <img decoding=\"async\" src=\"https:\/\/www.gptguides.co\/wp-content\/uploads\/2023\/05\/profile-photo.png\">\n          <\/div>\n        <\/div>\n\n        <div class=\"photo-meta\">\n          <div>\n            <strong>Nika<\/strong>\n            <span>Founder of GPTGuides<\/span>\n          <\/div>\n          <div class=\"meta-badge\">AI educator<\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"floating-card note\">\n        <strong>What I care about<\/strong>\n        <p>Useful AI. Clear thinking. Better prompts. Less BS. More real-life results.<\/p>\n      <\/div>\n\n      <div class=\"floating-card badge\">Built for real people<\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n    <section class=\"section section-soft\">\n      <div class=\"container\">\n        <div class=\"mini-proof-strip\">\n          <article class=\"mini-proof-card\">\n            <strong>Practical first<\/strong>\n            <span>Everything I teach is meant to be used in real life, not just admired in theory.<\/span>\n          <\/article>\n          <article class=\"mini-proof-card\">\n            <strong>Clear over clever<\/strong>\n            <span>Better prompting starts with better thinking, without complicated wording.<\/span>\n          <\/article>\n          <article class=\"mini-proof-card\">\n            <strong>Built through testing<\/strong>\n            <span>My work is shaped by hands-on use, constant experimentation and refinement.<\/span>\n          <\/article>\n          <article class=\"mini-proof-card\">\n            <strong>Human-centered<\/strong>\n            <span>I care about realistic guidance, useful tools and results people can actually benefit from.<\/span>\n          <\/article>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section class=\"section\">\n      <div class=\"container about-story-shell\">\n        <div class=\"section-heading\">\n          <span class=\"eyebrow\">My story<\/span>\n          <h2>I built GPTGuides to make AI feel useful, not intimidating.<\/h2>\n          <p>\n            What interested me was never just the tool itself. It was what happened when someone had the right prompt, the right structure or the right way to think through a problem.\n          <\/p>\n        <\/div>\n\n        <div class=\"story-layout\">\n          <article class=\"story-main-card\">\n            <p>\n              I started testing, refining, writing, teaching and turning what I learned into practical systems people could actually use. Over time, GPTGuides became a space for AI that feels less overwhelming and much more usable in daily life and work.\n            <\/p>\n            <p>\n              I care about helping people get stronger outputs without sounding robotic, getting unstuck faster and using AI in ways that save time and money, improve thinking and reduce friction.\n            <\/p>\n          <\/article>\n\n          <aside class=\"story-side-stack\">\n            <div class=\"story-note-card\">\n              <strong>What matters to me<\/strong>\n              <ul>\n                <li>Natural, usable prompting<\/li>\n                <li>Clear thinking before clever wording<\/li>\n                <li>AI that saves time or improves decisions<\/li>\n              <\/ul>\n            <\/div>\n            <div class=\"story-note-card accent-card\">\n              <strong>The goal<\/strong>\n              <p>Make AI feel lighter, clearer and more genuinely helpful for real people.<\/p>\n            <\/div>\n          <\/aside>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section class=\"section section-soft\" id=\"my-approach\">\n      <div class=\"container\">\n        <div class=\"section-heading split-heading\">\n          <div>\n            <span class=\"eyebrow\">Experience<\/span>\n            <h2>What my work is built on<\/h2>\n          <\/div>\n          <p>\n            My work comes from using AI in real situations, teaching clearly and refining ideas until they become useful systems instead of one-off tricks.\n          <\/p>\n        <\/div>\n\n        <div class=\"pillar-grid\">\n          <article class=\"pillar-card\">\n            <div class=\"pillar-top\">\n              <span class=\"pillar-tag\">Use<\/span>\n              <h3>Everyday application<\/h3>\n            <\/div>\n            <p>I use AI tools as my thinking partner, writing assistant, planning tool and creative support system across real projects and daily life.<\/p>\n          <\/article>\n\n          <article class=\"pillar-card\">\n            <div class=\"pillar-top\">\n              <span class=\"pillar-tag\">Education<\/span>\n              <h3>Explaining complex things simply<\/h3>\n            <\/div>\n            <p>My background in education shaped how I communicate: clearly, practically and without making people feel behind.<\/p>\n          <\/article>\n\n          <article class=\"pillar-card\">\n            <div class=\"pillar-top\">\n              <span class=\"pillar-tag\">Publishing<\/span>\n              <h3>Building a trusted AI brand<\/h3>\n            <\/div>\n            <p>Through GPTGuides, I create content, podcast episodes, newsletters, guides, workshops and digital products centered on better use of AI.<\/p>\n          <\/article>\n\n          <article class=\"pillar-card\">\n            <div class=\"pillar-top\">\n              <span class=\"pillar-tag\">Research<\/span>\n              <h3>Constant refinement<\/h3>\n            <\/div>\n            <p>I do not rely on one-off tricks. I test prompts, improve frameworks and adapt my recommendations based on what produces better results.<\/p>\n          <\/article>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section class=\"section\">\n      <div class=\"container\">\n        <div class=\"what-i-do-shell\">\n          <div class=\"section-heading\">\n            <span class=\"eyebrow\">What I do<\/span>\n            <h2>I create practical AI education for real people.<\/h2>\n            <p>\n              My goal is to help people stop feeling awkward, stuck or underwhelmed when they open any AI tool. I create resources that make AI easier to use and much more effective in daily life, work, creativity, planning, and decision-making.\n            <\/p>\n          <\/div>\n\n          <div class=\"service-grid\">\n            <article class=\"service-card\">\n              <div class=\"service-icon\">\u2726<\/div>\n              <h3>Prompt resources<\/h3>\n              <p>Frameworks, prompt packs and practical examples designed to help people get stronger outputs with less trial and error.<\/p>\n            <\/article>\n\n            <article class=\"service-card\">\n              <div class=\"service-icon\">\u25cc<\/div>\n              <h3>Educational content<\/h3>\n              <p>Clear content that shows how AI tools can support productivity, creative thinking, planning, writing and everyday problem solving.<\/p>\n            <\/article>\n\n            <article class=\"service-card\">\n              <div class=\"service-icon\">\u2713<\/div>\n              <h3>Workshops and teaching<\/h3>\n              <p>Practical guidance for people who want to use AI more confidently, efficiently and with better judgment.<\/p>\n            <\/article>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section class=\"section section-soft\">\n      <div class=\"container quote-layout\">\n        <article class=\"quote-panel\">\n          <span class=\"quote-mark\">\u201c<\/span>\n          <blockquote>\n            I want people to use AI in a way that feels smarter, lighter and more human.\n          <\/blockquote>\n          <p>\n            GPTGuides exists to make AI feel less overwhelming and a lot more usable, whether someone is trying to save time, think through a problem, write better or simply stop staring at a blank prompt box.\n          <\/p>\n        <\/article>\n\n        <article class=\"facts-panel\">\n          <span class=\"eyebrow\">More about me<\/span>\n          <h2>What shapes the way I work<\/h2>\n          <div class=\"facts-list\">\n            <div class=\"fact-row\">\n              <strong>Based in Croatia<\/strong>\n              <span>Grounded, real-life perspective on digital work and AI education.<\/span>\n            <\/div>\n            <div class=\"fact-row\">\n              <strong>Teacher mindset<\/strong>\n              <span>I naturally explain things step by step and make them feel approachable.<\/span>\n            <\/div>\n            <div class=\"fact-row\">\n              <strong>Builder by nature<\/strong>\n              <span>I enjoy creating systems, resources, websites and tools people can actually use.<\/span>\n            <\/div>\n            <div class=\"fact-row\">\n              <strong>Focused on utility<\/strong>\n              <span>I care most about AI that saves time, reduces friction or improves thinking.<\/span>\n            <\/div>\n          <\/div>\n        <\/article>\n      <\/div>\n    <\/section>\n\t<section class=\"about-extra-sections\">\n\n  <section class=\"section-block\">\n    <div class=\"section-shell\">\n      <div class=\"section-head\">\n        <span class=\"eyebrow\">Where you might know me from<\/span>\n        <h2>Practical AI education across content, resources, and teaching.<\/h2>\n        <p>\n          I create content and tools designed to help people use AI tools in ways that feel clearer, more useful, and easier to apply in real life.\n        <\/p>\n      <\/div>\n\n      <div class=\"credibility-grid\">\n        <article class=\"credibility-card\">\n          <div class=\"credibility-icon\">\u25ce<\/div>\n          <h3>GPTGuides content<\/h3>\n          <p>Educational content focused on practical AI use for everyday life and work.<\/p>\n        <\/article>\n\n        <article class=\"credibility-card\">\n          <div class=\"credibility-icon\">\u266b<\/div>\n          <h3>The podcast<\/h3>\n          <p>Short, practical conversations around AI, prompting, thinking, and getting better results.<\/p>\n        <\/article>\n\n        <article class=\"credibility-card\">\n          <div class=\"credibility-icon\">\u2726<\/div>\n          <h3>Prompt resources<\/h3>\n          <p>Original prompts, frameworks, and tools built to reduce trial and error.<\/p>\n        <\/article>\n\n        <article class=\"credibility-card\">\n          <div class=\"credibility-icon\">\u25cc<\/div>\n          <h3>Workshops and teaching<\/h3>\n          <p>Clear, usable guidance for people who want to use AI with more confidence.<\/p>\n        <\/article>\n\n        <article class=\"credibility-card\">\n          <div class=\"credibility-icon\">\u2713<\/div>\n          <h3>Ongoing testing<\/h3>\n          <p>Ideas shaped through repeated use, experimentation, and refinement.<\/p>\n        <\/article>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- 2. Numbers section -->\n  <section class=\"section-block\">\n    <div class=\"section-shell\">\n      <div class=\"section-head\">\n        <span class=\"eyebrow\">A few things behind the work<\/span>\n        <h2>Built through consistency, experimentation, and real-world use.<\/h2>\n        <p>\n          You can keep these written like this, or swap in exact numbers whenever you want to make the section more specific.\n        <\/p>\n      <\/div>\n\n      <div class=\"numbers-grid\">\n        <article class=\"stat-card\">\n          <span class=\"stat-number\">40K+<\/span>\n          <span class=\"stat-title\">AI-focused community<\/span>\n          <p>Built around practical, everyday uses of AI.<\/p>\n        <\/article>\n\n        <article class=\"stat-card\">\n          <span class=\"stat-number\">Weekly<\/span>\n          <span class=\"stat-title\">Educational output<\/span>\n          <p>Across podcast episodes, content, guides, and digital resources.<\/p>\n        <\/article>\n\n        <article class=\"stat-card\">\n          <span class=\"stat-number\">100+<\/span>\n          <span class=\"stat-title\">Prompt ideas tested<\/span>\n          <p>Shaped through repeated use, refinement, and experimentation.<\/p>\n        <\/article>\n\n        <article class=\"stat-card\">\n          <span class=\"stat-number\">Practical<\/span>\n          <span class=\"stat-title\">Approach first<\/span>\n          <p>Focused on saving time, improving thinking, and reducing friction.<\/p>\n        <\/article>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- 3. How I Think About AI -->\n  <section class=\"section-block\">\n    <div class=\"section-shell\">\n      <div class=\"section-head\">\n        <span class=\"eyebrow\">How I think about AI<\/span>\n        <h2>AI should make things clearer, lighter, and more useful.<\/h2>\n        <p>\n          I am interested in AI that supports people well, not AI that turns everything into robotic, overcomplicated output.\n        <\/p>\n      <\/div>\n\n      <div class=\"ai-think-grid\">\n        <article class=\"ai-think-card good\">\n          <h3>What AI should do<\/h3>\n          <ul class=\"ai-think-list\">\n            <li>Save time on repetitive or mentally heavy tasks<\/li>\n            <li>Improve thinking by helping people structure ideas more clearly<\/li>\n            <li>Reduce friction when starting, planning, or writing<\/li>\n            <li>Support creativity without making everything sound the same<\/li>\n          <\/ul>\n        <\/article>\n\n        <article class=\"ai-think-card bad\">\n          <h3>What AI should not do<\/h3>\n          <ul class=\"ai-think-list\">\n            <li>Replace human judgment, taste, or critical thinking<\/li>\n            <li>Make writing sound stiff, vague, or overly polished<\/li>\n            <li>Complicate simple tasks with unnecessary systems<\/li>\n            <li>Create dependence on AI for every tiny decision<\/li>\n          <\/ul>\n        <\/article>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- 4. Short personal touch -->\n  <section class=\"section-block\">\n    <div class=\"section-shell\">\n      <div class=\"section-head\">\n        <span class=\"eyebrow\">Outside of AI<\/span>\n        <h2>I care about useful systems, but I am still very human.<\/h2>\n      <\/div>\n\n      <div class=\"personal-grid\">\n        <article class=\"personal-main\">\n          <p>\n            When I\u2019m not testing prompts or building new GPTGuides resources, I\u2019m usually drawn to things that still involve curiosity, creativity, and making life feel a little better organized.\n          <\/p>\n          <p>\n            I love learning new skills, traveling, cooking, and building things that are both practical and enjoyable to use. That same mindset shapes how I approach AI too. I want it to be helpful, not heavy.\n          <\/p>\n        <\/article>\n\n        <aside class=\"personal-side\">\n          <h3>A few things I love<\/h3>\n          <div class=\"personal-tags\">\n            <span>Learning new skills<\/span>\n            <span>Travel<\/span>\n            <span>Cooking<\/span>\n            <span>Clear systems<\/span>\n            <span>Creative projects<\/span>\n            <span>Useful tools<\/span>\n          <\/div>\n        <\/aside>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- 5. FAQ -->\n  <section class=\"section-block\">\n    <div class=\"section-shell\">\n      <div class=\"section-head\">\n        <span class=\"eyebrow\">FAQ<\/span>\n        <h2>A few questions people might have before working with me or following along.<\/h2>\n      <\/div>\n\n      <div class=\"faq-list\">\n        <article class=\"faq-item active\">\n          <button class=\"faq-question\" type=\"button\">\n            <strong>Do I need technical knowledge to use AI tools well?<\/strong>\n            <span class=\"faq-icon\">+<\/span>\n          <\/button>\n          <div class=\"faq-answer\">\n            <p>\n              No. Most of my work is designed for everyday people, business owners, and curious users who want practical results without needing a technical background.\n            <\/p>\n          <\/div>\n        <\/article>\n\n        <article class=\"faq-item\">\n          <button class=\"faq-question\" type=\"button\">\n            <strong>Is GPTGuides only for business use?<\/strong>\n            <span class=\"faq-icon\">+<\/span>\n          <\/button>\n          <div class=\"faq-answer\">\n            <p>\n              No. While a lot of my work helps people with productivity, content, planning, and business tasks, I also care deeply about everyday uses of AI tools that make life easier and clearer.\n            <\/p>\n          <\/div>\n        <\/article>\n\n        <article class=\"faq-item\">\n          <button class=\"faq-question\" type=\"button\">\n            <strong>What makes your approach different?<\/strong>\n            <span class=\"faq-icon\">+<\/span>\n          <\/button>\n          <div class=\"faq-answer\">\n            <p>\n              I focus on practical systems, clear thinking, and natural prompting. I\u2019m less interested in AI hype and more interested in what actually helps people get better outcomes.\n            <\/p>\n          <\/div>\n        <\/article>\n\n        <article class=\"faq-item\">\n          <button class=\"faq-question\" type=\"button\">\n            <strong>Do you believe AI replaces human creativity?<\/strong>\n            <span class=\"faq-icon\">+<\/span>\n          <\/button>\n          <div class=\"faq-answer\">\n            <p>\n              No. I see AI as a support tool, not a replacement for taste, judgment, experience, or original thought. The goal is better support, not less humanity.\n            <\/p>\n          <\/div>\n        <\/article>\n      <\/div>\n    <\/div>\n  <\/section>\n\n<\/section>\n\n<script>\n  (function () {\n    const faqItems = document.querySelectorAll('.faq-item');\n\n    faqItems.forEach((item) => {\n      const button = item.querySelector('.faq-question');\n\n      button.addEventListener('click', () => {\n        const isActive = item.classList.contains('active');\n\n        faqItems.forEach((faq) => faq.classList.remove('active'));\n\n        if (!isActive) {\n          item.classList.add('active');\n        }\n      });\n    });\n  })();\n<\/script>\n\n    <section class=\"section\" style=\"padding-bottom: 54px;\">\n      <div class=\"container\">\n        <div class=\"cta-card redesigned-cta\">\n          <span class=\"eyebrow\">Let\u2019s connect<\/span>\n          <h2>Want to explore AI in a way that actually works for real life?<\/h2>\n          <p>\n            Whether you want to learn from my content, explore a workshop, ask a question or start a conversation, you\u2019re in the right place.\n          <\/p>\n\n          <div class=\"hero-actions\">\n            <a href=\"\/hr\/contact-me\/\" class=\"btn btn-primary\">Contact Me<\/a>\n            <a href=\"\/hr\/gptguides-the-podcast\/\" class=\"btn btn-secondary\">Listen to the Podcast<\/a>\n\t\t\t<a href=\"https:\/\/preview.mailerlite.io\/forms\/309386\/176760412667118685\/share\" class=\"btn btn-secondary\">Sign up to my newsletter<\/a>\n          <\/div>\n          <\/div>\n      <\/div>\n    <\/section>\n  <\/main>\n\n  \n<\/body>\n<\/html>\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"About Nika | GPTGuides About GPTGuides Hi, I\u2019m Nika. I help people use AI in ways that feel practical, natural [...]","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"plain-container","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-72","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>About me - GPTGuides<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.gptguides.co\/hr\/about-me\/\" \/>\n<meta property=\"og:locale\" content=\"hr_HR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"About me - GPTGuides\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.gptguides.co\/hr\/about-me\/\" \/>\n<meta property=\"og:site_name\" content=\"GPTGuides\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-13T13:48:13+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.gptguides.co\\\/about-me\\\/\",\"url\":\"https:\\\/\\\/www.gptguides.co\\\/about-me\\\/\",\"name\":\"About me - GPTGuides\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.gptguides.co\\\/#website\"},\"datePublished\":\"2023-05-03T12:04:46+00:00\",\"dateModified\":\"2026-03-13T13:48:13+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.gptguides.co\\\/about-me\\\/#breadcrumb\"},\"inLanguage\":\"hr\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.gptguides.co\\\/about-me\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.gptguides.co\\\/about-me\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.gptguides.co\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"About me\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.gptguides.co\\\/#website\",\"url\":\"https:\\\/\\\/www.gptguides.co\\\/\",\"name\":\"GPTGuides\",\"description\":\"AI made easy\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.gptguides.co\\\/#\\\/schema\\\/person\\\/7a73d64f9b255b4a42a7e4c3e54639b4\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.gptguides.co\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"hr\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/www.gptguides.co\\\/#\\\/schema\\\/person\\\/7a73d64f9b255b4a42a7e4c3e54639b4\",\"name\":\"Nika\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"hr\",\"@id\":\"https:\\\/\\\/gptguides.co\\\/wp-content\\\/uploads\\\/2023\\\/05\\\/profile-photo.png\",\"url\":\"https:\\\/\\\/gptguides.co\\\/wp-content\\\/uploads\\\/2023\\\/05\\\/profile-photo.png\",\"contentUrl\":\"https:\\\/\\\/gptguides.co\\\/wp-content\\\/uploads\\\/2023\\\/05\\\/profile-photo.png\",\"width\":320,\"height\":320,\"caption\":\"Nika\"},\"logo\":{\"@id\":\"https:\\\/\\\/gptguides.co\\\/wp-content\\\/uploads\\\/2023\\\/05\\\/profile-photo.png\"},\"sameAs\":[\"https:\\\/\\\/www.instagram.com\\\/gptguides\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"About me - GPTGuides","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.gptguides.co\/hr\/about-me\/","og_locale":"hr_HR","og_type":"article","og_title":"About me - GPTGuides","og_url":"https:\/\/www.gptguides.co\/hr\/about-me\/","og_site_name":"GPTGuides","article_modified_time":"2026-03-13T13:48:13+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.gptguides.co\/about-me\/","url":"https:\/\/www.gptguides.co\/about-me\/","name":"About me - GPTGuides","isPartOf":{"@id":"https:\/\/www.gptguides.co\/#website"},"datePublished":"2023-05-03T12:04:46+00:00","dateModified":"2026-03-13T13:48:13+00:00","breadcrumb":{"@id":"https:\/\/www.gptguides.co\/about-me\/#breadcrumb"},"inLanguage":"hr","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.gptguides.co\/about-me\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.gptguides.co\/about-me\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.gptguides.co\/"},{"@type":"ListItem","position":2,"name":"About me"}]},{"@type":"WebSite","@id":"https:\/\/www.gptguides.co\/#website","url":"https:\/\/www.gptguides.co\/","name":"GPT vodi\u010di","description":"AI made easy","publisher":{"@id":"https:\/\/www.gptguides.co\/#\/schema\/person\/7a73d64f9b255b4a42a7e4c3e54639b4"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.gptguides.co\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"hr"},{"@type":["Person","Organization"],"@id":"https:\/\/www.gptguides.co\/#\/schema\/person\/7a73d64f9b255b4a42a7e4c3e54639b4","name":"Nika","image":{"@type":"ImageObject","inLanguage":"hr","@id":"https:\/\/gptguides.co\/wp-content\/uploads\/2023\/05\/profile-photo.png","url":"https:\/\/gptguides.co\/wp-content\/uploads\/2023\/05\/profile-photo.png","contentUrl":"https:\/\/gptguides.co\/wp-content\/uploads\/2023\/05\/profile-photo.png","width":320,"height":320,"caption":"Nika"},"logo":{"@id":"https:\/\/gptguides.co\/wp-content\/uploads\/2023\/05\/profile-photo.png"},"sameAs":["https:\/\/www.instagram.com\/gptguides\/"]}]}},"_links":{"self":[{"href":"https:\/\/www.gptguides.co\/hr\/wp-json\/wp\/v2\/pages\/72","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.gptguides.co\/hr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.gptguides.co\/hr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.gptguides.co\/hr\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.gptguides.co\/hr\/wp-json\/wp\/v2\/comments?post=72"}],"version-history":[{"count":4,"href":"https:\/\/www.gptguides.co\/hr\/wp-json\/wp\/v2\/pages\/72\/revisions"}],"predecessor-version":[{"id":620,"href":"https:\/\/www.gptguides.co\/hr\/wp-json\/wp\/v2\/pages\/72\/revisions\/620"}],"wp:attachment":[{"href":"https:\/\/www.gptguides.co\/hr\/wp-json\/wp\/v2\/media?parent=72"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}