{"id":2,"date":"2026-04-04T13:48:03","date_gmt":"2026-04-04T13:48:03","guid":{"rendered":"https:\/\/nextchaptercoaching.dk\/?page_id=2"},"modified":"2026-04-04T14:19:29","modified_gmt":"2026-04-04T14:19:29","slug":"sample-page","status":"publish","type":"page","link":"https:\/\/nextchaptercoaching.dk\/index.php\/sample-page\/","title":{"rendered":"The Next Chapter"},"content":{"rendered":"<p><!DOCTYPE html><br \/>\n<html lang=\"en\"><br \/>\n<head><br \/>\n<meta charset=\"UTF-8\"><br \/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><br \/>\n<title>The Next Chapter \u00b7 Suraiya Kasim Coaching<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400&#038;family=Jost:wght@300;400;500&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  :root {\n    --cream: #faf6f0;\n    --warm-white: #fdf9f4;\n    --sage: #8a9e8c;\n    --sage-light: #b5c7b7;\n    --rose: #c9a090;\n    --rose-light: #e8cfc6;\n    --gold: #b8975a;\n    --gold-light: #d4b98a;\n    --charcoal: #2c2c2c;\n    --mid: #5a5550;\n    --soft: #9a9490;\n    --border: rgba(184,151,90,0.2);\n  }<\/p>\n<p>  * { margin: 0; padding: 0; box-sizing: border-box; }<\/p>\n<p>  html { scroll-behavior: smooth; }<\/p>\n<p>  body {\n    background: var(--cream);\n    color: var(--charcoal);\n    font-family: 'Jost', sans-serif;\n    font-weight: 300;\n    overflow-x: hidden;\n  }<\/p>\n<p>  \/* \u2500\u2500 NAV \u2500\u2500 *\/\n  nav {\n    position: fixed; top: 0; left: 0; right: 0;\n    z-index: 100;\n    display: flex; align-items: center; justify-content: space-between;\n    padding: 1.2rem 3rem;\n    background: rgba(250,246,240,0.92);\n    backdrop-filter: blur(12px);\n    border-bottom: 1px solid var(--border);\n    transition: all 0.4s ease;\n  }\n  nav.scrolled { padding: 0.8rem 3rem; box-shadow: 0 2px 30px rgba(0,0,0,0.06); }<\/p>\n<p>  .nav-logo {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 1.15rem;\n    font-style: italic;\n    color: var(--charcoal);\n    letter-spacing: 0.02em;\n  }\n  .nav-logo span { color: var(--gold); }<\/p>\n<p>  .nav-links { display: flex; gap: 2.5rem; list-style: none; }\n  .nav-links a {\n    text-decoration: none;\n    font-size: 0.75rem;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: var(--mid);\n    transition: color 0.3s;\n    position: relative;\n  }\n  .nav-links a::after {\n    content: '';\n    position: absolute; bottom: -3px; left: 0; right: 0;\n    height: 1px; background: var(--gold);\n    transform: scaleX(0); transition: transform 0.3s;\n  }\n  .nav-links a:hover { color: var(--charcoal); }\n  .nav-links a:hover::after { transform: scaleX(1); }<\/p>\n<p>  .nav-cta {\n    background: transparent;\n    border: 1px solid var(--gold);\n    color: var(--gold);\n    padding: 0.5rem 1.4rem;\n    font-family: 'Jost', sans-serif;\n    font-size: 0.72rem;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    cursor: pointer;\n    transition: all 0.3s;\n  }\n  .nav-cta:hover { background: var(--gold); color: white; }<\/p>\n<p>  \/* \u2500\u2500 HAMBURGER \u2500\u2500 *\/\n  .hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; }\n  .hamburger span { display: block; width: 24px; height: 1px; background: var(--charcoal); transition: all 0.3s; }\n  .hamburger.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }\n  .hamburger.open span:nth-child(2) { opacity: 0; }\n  .hamburger.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }<\/p>\n<p>  .mobile-menu {\n    display: none;\n    position: fixed; top: 0; left: 0; right: 0; bottom: 0;\n    background: var(--cream); z-index: 99;\n    flex-direction: column; align-items: center; justify-content: center; gap: 2.5rem;\n  }\n  .mobile-menu.open { display: flex; }\n  .mobile-menu a {\n    text-decoration: none; font-size: 1.8rem;\n    font-family: 'Cormorant Garamond', serif; font-style: italic;\n    color: var(--charcoal); transition: color 0.3s;\n  }\n  .mobile-menu a:hover { color: var(--gold); }<\/p>\n<p>  \/* \u2500\u2500 HERO \u2500\u2500 *\/\n  .hero {\n    min-height: 100vh;\n    display: flex; flex-direction: column; align-items: center; justify-content: center;\n    text-align: center;\n    padding: 8rem 2rem 4rem;\n    position: relative;\n    overflow: hidden;\n  }<\/p>\n<p>  .hero-bg {\n    position: absolute; inset: 0;\n    background:\n      radial-gradient(ellipse 60% 50% at 20% 80%, rgba(197,161,144,0.12) 0%, transparent 60%),\n      radial-gradient(ellipse 50% 60% at 80% 20%, rgba(138,158,140,0.1) 0%, transparent 60%),\n      radial-gradient(ellipse 40% 40% at 50% 50%, rgba(184,151,90,0.05) 0%, transparent 70%);\n  }<\/p>\n<p>  .hero-florals {\n    position: absolute; inset: 0; pointer-events: none;\n    overflow: hidden;\n  }\n  .petal {\n    position: absolute;\n    font-size: 1.2rem;\n    opacity: 0.15;\n    animation: drift linear infinite;\n  }<\/p>\n<p>  @keyframes drift {\n    0% { transform: translateY(100vh) rotate(0deg); opacity: 0; }\n    10% { opacity: 0.15; }\n    90% { opacity: 0.15; }\n    100% { transform: translateY(-10vh) rotate(360deg); opacity: 0; }\n  }<\/p>\n<p>  .hero-eyebrow {\n    font-size: 0.7rem; letter-spacing: 0.25em; text-transform: uppercase;\n    color: var(--gold); margin-bottom: 1.5rem;\n    animation: fadeUp 1s ease both;\n  }<\/p>\n<p>  .hero-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(3.5rem, 8vw, 7rem);\n    font-weight: 300; line-height: 1.05;\n    color: var(--charcoal);\n    animation: fadeUp 1s 0.2s ease both;\n  }\n  .hero-title em { color: var(--gold); font-style: italic; }<\/p>\n<p>  .hero-sub {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(1rem, 2vw, 1.3rem);\n    font-style: italic; color: var(--mid);\n    max-width: 620px; margin: 1.8rem auto 2.8rem;\n    line-height: 1.7;\n    animation: fadeUp 1s 0.4s ease both;\n  }<\/p>\n<p>  .hero-divider {\n    color: var(--gold); letter-spacing: 0.4em; font-size: 1rem;\n    margin: 0.5rem 0 2.5rem;\n    animation: fadeUp 1s 0.5s ease both;\n  }<\/p>\n<p>  .hero-btn {\n    display: inline-block;\n    padding: 1rem 2.8rem;\n    border: 1px solid var(--gold);\n    color: var(--gold);\n    text-decoration: none;\n    font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase;\n    transition: all 0.4s;\n    animation: fadeUp 1s 0.6s ease both;\n    position: relative; overflow: hidden;\n  }\n  .hero-btn::before {\n    content: ''; position: absolute; inset: 0;\n    background: var(--gold);\n    transform: translateX(-100%); transition: transform 0.4s;\n    z-index: -1;\n  }\n  .hero-btn:hover { color: white; }\n  .hero-btn:hover::before { transform: translateX(0); }<\/p>\n<p>  .scroll-hint {\n    position: absolute; bottom: 2.5rem;\n    display: flex; flex-direction: column; align-items: center; gap: 0.5rem;\n    animation: fadeUp 1s 1s ease both;\n    cursor: pointer;\n  }\n  .scroll-hint span { font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--soft); }\n  .scroll-line {\n    width: 1px; height: 40px; background: linear-gradient(to bottom, var(--gold), transparent);\n    animation: scrollPulse 2s ease-in-out infinite;\n  }\n  @keyframes scrollPulse { 0%,100% { opacity: 0.4; } 50% { opacity: 1; } }<\/p>\n<p>  \/* \u2500\u2500 SECTIONS \u2500\u2500 *\/\n  section { padding: 6rem 2rem; }<\/p>\n<p>  .section-tag {\n    font-size: 0.65rem; letter-spacing: 0.3em; text-transform: uppercase;\n    color: var(--gold); margin-bottom: 1rem; display: block;\n  }\n  .section-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: clamp(2rem, 4vw, 3.2rem);\n    font-weight: 300; line-height: 1.2;\n  }\n  .section-title em { color: var(--gold); font-style: italic; }<\/p>\n<p>  .container { max-width: 1100px; margin: 0 auto; }<\/p>\n<p>  \/* \u2500\u2500 STORY \u2500\u2500 *\/\n  #story { background: var(--warm-white); }\n  .story-grid {\n    display: grid; grid-template-columns: 1fr 1fr; gap: 5rem;\n    align-items: center;\n  }\n  .story-text p {\n    margin-top: 1.8rem; line-height: 1.9;\n    color: var(--mid); font-size: 0.95rem;\n  }<\/p>\n<p>  .story-timeline { display: flex; flex-direction: column; gap: 0; }\n  .timeline-item {\n    display: flex; gap: 1.5rem; align-items: flex-start;\n    padding: 1.4rem 0;\n    border-bottom: 1px solid var(--border);\n    opacity: 0; transform: translateX(20px);\n    transition: all 0.6s ease;\n    cursor: default;\n  }\n  .timeline-item.visible { opacity: 1; transform: translateX(0); }\n  .timeline-item:hover .timeline-dot { background: var(--gold); transform: scale(1.3); }\n  .timeline-dot {\n    width: 10px; height: 10px; border-radius: 50%;\n    background: var(--sage); flex-shrink: 0; margin-top: 0.3rem;\n    transition: all 0.3s;\n  }\n  .timeline-label {\n    font-size: 0.65rem; letter-spacing: 0.15em; text-transform: uppercase;\n    color: var(--gold); margin-bottom: 0.3rem;\n  }\n  .timeline-desc { font-size: 0.88rem; color: var(--mid); line-height: 1.6; }<\/p>\n<p>  \/* \u2500\u2500 CYCLE \u2500\u2500 *\/\n  #cycle { background: var(--cream); }\n  .cycle-wrapper { display: flex; align-items: center; justify-content: center; gap: 0; flex-wrap: wrap; margin-top: 3rem; }\n  .cycle-item {\n    text-align: center; padding: 2rem 1.5rem;\n    background: white; border: 1px solid var(--border);\n    width: 180px;\n    transition: all 0.3s; cursor: default;\n    position: relative;\n  }\n  .cycle-item:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(0,0,0,0.08); border-color: var(--gold); }\n  .cycle-emoji { font-size: 2rem; margin-bottom: 0.8rem; }\n  .cycle-name {\n    font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-style: italic;\n    color: var(--charcoal); margin-bottom: 0.4rem;\n  }\n  .cycle-sub { font-size: 0.75rem; color: var(--soft); }\n  .cycle-arrow {\n    font-size: 1.2rem; color: var(--gold-light); padding: 0 0.5rem;\n    font-family: 'Cormorant Garamond', serif;\n  }<\/p>\n<p>  \/* \u2500\u2500 PILLARS \u2500\u2500 *\/\n  #pillars { background: var(--warm-white); }\n  .pillars-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; margin-top: 3rem; }\n  .pillar-card {\n    background: white; border: 1px solid var(--border);\n    padding: 2.5rem; cursor: pointer;\n    transition: all 0.4s; position: relative; overflow: hidden;\n  }\n  .pillar-card::before {\n    content: ''; position: absolute; bottom: 0; left: 0; right: 0;\n    height: 3px; background: linear-gradient(to right, var(--sage), var(--gold));\n    transform: scaleX(0); transition: transform 0.4s;\n  }\n  .pillar-card:hover::before, .pillar-card.active::before { transform: scaleX(1); }\n  .pillar-card:hover, .pillar-card.active { box-shadow: 0 20px 40px rgba(0,0,0,0.06); transform: translateY(-3px); }<\/p>\n<p>  .pillar-emoji { font-size: 1.8rem; margin-bottom: 1rem; }\n  .pillar-num { font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.5rem; }\n  .pillar-title { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; margin-bottom: 0.8rem; }\n  .pillar-preview { font-size: 0.85rem; color: var(--mid); line-height: 1.6; }\n  .pillar-more {\n    max-height: 0; overflow: hidden; transition: max-height 0.5s ease, padding 0.3s;\n    font-size: 0.85rem; color: var(--mid); line-height: 1.8;\n  }\n  .pillar-more.open { max-height: 300px; padding-top: 1rem; }\n  .pillar-toggle { margin-top: 1rem; font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); }<\/p>\n<p>  \/* \u2500\u2500 WHO \u2500\u2500 *\/\n  #who { background: var(--cream); }\n  .who-tags {\n    display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.5rem;\n  }\n  .who-tag {\n    padding: 0.75rem 1.5rem;\n    border: 1px solid var(--border);\n    font-size: 0.85rem; color: var(--mid);\n    background: white; cursor: default;\n    transition: all 0.3s; display: flex; align-items: center; gap: 0.5rem;\n  }\n  .who-tag:hover { border-color: var(--gold); color: var(--charcoal); background: var(--warm-white); transform: translateY(-2px); }<\/p>\n<p>  .quote-block {\n    margin-top: 4rem; padding: 3rem;\n    border-left: 3px solid var(--gold); background: white;\n    position: relative;\n  }\n  .quote-block blockquote {\n    font-family: 'Cormorant Garamond', serif; font-size: clamp(1.1rem, 2.5vw, 1.5rem);\n    font-style: italic; line-height: 1.6; color: var(--charcoal);\n  }\n  .quote-attr { margin-top: 1rem; font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); }<\/p>\n<p>  \/* \u2500\u2500 REFLECTION \u2500\u2500 *\/\n  #reflection { background: var(--warm-white); }\n  .reflection-list { margin-top: 2.5rem; display: flex; flex-direction: column; gap: 0; }\n  .reflection-item {\n    display: flex; align-items: flex-start; gap: 1.2rem;\n    padding: 1.2rem 0; border-bottom: 1px solid var(--border);\n    opacity: 0; transform: translateX(-15px);\n    transition: all 0.5s ease;\n    cursor: default;\n  }\n  .reflection-item.visible { opacity: 1; transform: translateX(0); }\n  .reflection-item:hover .check { background: var(--gold); color: white; }\n  .check {\n    width: 28px; height: 28px; border-radius: 50%;\n    border: 1px solid var(--gold); color: var(--gold);\n    display: flex; align-items: center; justify-content: center;\n    font-size: 0.8rem; flex-shrink: 0;\n    transition: all 0.3s;\n  }\n  .reflection-text { font-size: 0.9rem; color: var(--mid); line-height: 1.6; padding-top: 0.3rem; }<\/p>\n<p>  .reflection-close {\n    margin-top: 2.5rem; padding: 1.5rem 2rem;\n    background: white; border: 1px solid var(--border);\n    font-style: italic; font-family: 'Cormorant Garamond', serif;\n    font-size: 1rem; color: var(--mid); line-height: 1.7;\n  }<\/p>\n<p>  \/* \u2500\u2500 COACH \u2500\u2500 *\/\n  #coach { background: var(--cream); }\n  .coach-grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: 5rem; align-items: start; }\n  .coach-portrait {\n    aspect-ratio: 4\/5;\n    background: linear-gradient(135deg, var(--sage-light) 0%, var(--rose-light) 100%);\n    display: flex; align-items: center; justify-content: center;\n    position: relative; overflow: hidden;\n  }\n  .coach-portrait-inner {\n    font-size: 5rem; opacity: 0.4;\n  }\n  .coach-portrait-text {\n    position: absolute; bottom: 1.5rem; left: 1.5rem; right: 1.5rem;\n    background: rgba(250,246,240,0.9);\n    padding: 1rem 1.2rem;\n    font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 0.95rem;\n    color: var(--charcoal); line-height: 1.4;\n  }\n  .coach-roles {\n    display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.5rem;\n  }\n  .role-tag {\n    padding: 0.3rem 0.8rem; border: 1px solid var(--border);\n    font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase;\n    color: var(--mid); background: white;\n  }\n  .coach-bio { margin-top: 1.5rem; font-size: 0.9rem; color: var(--mid); line-height: 1.9; }<\/p>\n<p>  \/* \u2500\u2500 CONTACT \u2500\u2500 *\/\n  #contact { background: var(--charcoal); }\n  #contact .section-tag { color: var(--gold-light); }\n  #contact .section-title { color: white; }\n  .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; margin-top: 3rem; align-items: start; }\n  .contact-text { font-size: 0.9rem; color: rgba(255,255,255,0.5); line-height: 1.8; margin-top: 1rem; }\n  .contact-email {\n    display: flex; align-items: center; gap: 0.8rem;\n    margin-top: 2rem; padding: 1.2rem 1.5rem;\n    border: 1px solid rgba(184,151,90,0.3);\n    color: var(--gold-light); font-size: 0.85rem;\n    text-decoration: none; transition: all 0.3s;\n  }\n  .contact-email:hover { background: rgba(184,151,90,0.1); border-color: var(--gold); }<\/p>\n<p>  .contact-form { display: flex; flex-direction: column; gap: 1rem; }\n  .form-group { display: flex; flex-direction: column; gap: 0.4rem; }\n  .form-label { font-size: 0.65rem; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.4); }\n  .form-input, .form-textarea {\n    background: rgba(255,255,255,0.05);\n    border: 1px solid rgba(255,255,255,0.1);\n    color: white; padding: 0.9rem 1rem;\n    font-family: 'Jost', sans-serif; font-size: 0.85rem; font-weight: 300;\n    outline: none; transition: border-color 0.3s;\n    width: 100%;\n  }\n  .form-input:focus, .form-textarea:focus { border-color: var(--gold); }\n  .form-textarea { resize: vertical; min-height: 110px; }\n  .form-input::placeholder, .form-textarea::placeholder { color: rgba(255,255,255,0.2); }<\/p>\n<p>  .form-submit {\n    padding: 1rem 2.5rem;\n    background: var(--gold); border: none;\n    color: white; font-family: 'Jost', sans-serif;\n    font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase;\n    cursor: pointer; transition: all 0.3s; align-self: flex-start;\n  }\n  .form-submit:hover { background: var(--gold-light); transform: translateY(-2px); }<\/p>\n<p>  .form-success {\n    display: none; padding: 1.5rem;\n    border: 1px solid rgba(138,158,140,0.4);\n    color: var(--sage-light); font-style: italic;\n    font-family: 'Cormorant Garamond', serif; font-size: 1rem;\n  }<\/p>\n<p>  \/* \u2500\u2500 FOOTER \u2500\u2500 *\/\n  footer {\n    background: #1e1e1e; padding: 2rem;\n    text-align: center; border-top: 1px solid rgba(255,255,255,0.05);\n  }\n  footer p { font-size: 0.72rem; letter-spacing: 0.1em; color: rgba(255,255,255,0.2); }\n  footer .footer-divider { color: var(--gold); margin: 0 0.5rem; opacity: 0.5; }<\/p>\n<p>  \/* \u2500\u2500 ANIMATIONS \u2500\u2500 *\/\n  @keyframes fadeUp {\n    from { opacity: 0; transform: translateY(20px); }\n    to { opacity: 1; transform: translateY(0); }\n  }<\/p>\n<p>  .reveal {\n    opacity: 0; transform: translateY(25px);\n    transition: opacity 0.7s ease, transform 0.7s ease;\n  }\n  .reveal.visible { opacity: 1; transform: translateY(0); }<\/p>\n<p>  \/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n  @media (max-width: 768px) {\n    nav { padding: 1rem 1.5rem; }\n    .nav-links, .nav-cta { display: none; }\n    .hamburger { display: flex; }\n    .story-grid, .coach-grid, .contact-grid { grid-template-columns: 1fr; gap: 3rem; }\n    .pillars-grid { grid-template-columns: 1fr; }\n    .cycle-item { width: 140px; }\n    section { padding: 4rem 1.5rem; }\n  }\n<\/style>\n<p><\/head><br \/>\n<body><\/p>\n<p><!-- NAV --><\/p>\n<nav id=\"navbar\">\n<div class=\"nav-logo\">Suraiya Kasim <span>\u273f<\/span> Coaching<\/div>\n<ul class=\"nav-links\">\n<li><a href=\"#story\">Story<\/a><\/li>\n<li><a href=\"#pillars\">Pillars<\/a><\/li>\n<li><a href=\"#who\">Who This Is For<\/a><\/li>\n<li><a href=\"#coach\">About<\/a><\/li>\n<li><a href=\"#contact\">Contact<\/a><\/li>\n<\/ul>\n<p>  <button class=\"nav-cta\" onclick=\"document.getElementById('contact').scrollIntoView({behavior:'smooth'})\">Begin Your Chapter<\/button><br \/>\n  <button class=\"hamburger\" id=\"hamburger\" aria-label=\"Menu\"><br \/>\n    <span><\/span><span><\/span><span><\/span><br \/>\n  <\/button><br \/>\n<\/nav>\n<p><!-- MOBILE MENU --><\/p>\n<div class=\"mobile-menu\" id=\"mobileMenu\">\n  <a href=\"#story\" onclick=\"closeMobile()\">Story<\/a><br \/>\n  <a href=\"#pillars\" onclick=\"closeMobile()\">Pillars<\/a><br \/>\n  <a href=\"#who\" onclick=\"closeMobile()\">Who This Is For<\/a><br \/>\n  <a href=\"#coach\" onclick=\"closeMobile()\">About<\/a><br \/>\n  <a href=\"#contact\" onclick=\"closeMobile()\">Contact<\/a>\n<\/div>\n<p><!-- FLOATING PETALS --><\/p>\n<div class=\"hero-florals\" id=\"petals\"><\/div>\n<p><!-- HERO --><\/p>\n<section class=\"hero\" id=\"home\">\n<div class=\"hero-bg\"><\/div>\n<p class=\"hero-eyebrow\">\u273f Transformational Life Coaching \u273f<\/p>\n<h1 class=\"hero-title\">The <em>Next<\/em><br \/>Chapter<\/h1>\n<div class=\"hero-divider\">\u273f \u00b7 \u2740 \u00b7 \u273f \u00b7 \u2740 \u00b7 \u273f<\/div>\n<p class=\"hero-sub\">For anyone who feels ready to release what no longer serves them, reclaim their sense of direction, and step \u2014 with intention and clarity \u2014 into who they are truly meant to be.<\/p>\n<p>  <a href=\"#story\" class=\"hero-btn\">Discover Your Story<\/a><\/p>\n<div class=\"scroll-hint\" onclick=\"document.getElementById('story').scrollIntoView({behavior:'smooth'})\">\n    <span>Scroll<\/span><\/p>\n<div class=\"scroll-line\"><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- STORY --><\/p>\n<section id=\"story\">\n<div class=\"container\">\n<div class=\"story-grid\">\n<div class=\"story-text reveal\">\n        <span class=\"section-tag\">The Story Behind the Name<\/span><\/p>\n<h2 class=\"section-title\">Why <em>The Next Chapter?<\/em><\/h2>\n<p>Some people find their calling in a single moment. Others arrive at it through a lifetime of purpose-driven living \u2014 through every case fought, every border crossed, every person supported along the way.<\/p>\n<p>Suraiya had lived that story. She <em>was<\/em> that story. The reinvention, the uncertainty, the quiet wondering of <em>where do I go from here?<\/em> \u2014 she understood it not as an observer, but as someone who had walked that same path and found her way through.<\/p>\n<p>That recognition became a calling. Suraiya trained as a certified life coach \u2014 and Suraiya Kasim Coaching was born. Not as a pivot, but as the natural culmination of everything she has ever been: an advocate, a trailblazer, and someone who refuses to let another person feel stuck.<\/p>\n<\/p><\/div>\n<div class=\"story-timeline\">\n<div class=\"timeline-item\">\n<div class=\"timeline-dot\"><\/div>\n<div>\n<div class=\"timeline-label\">Law &#038; Advocacy \u2014 Pakistan<\/div>\n<div class=\"timeline-desc\">A career rooted in justice, championing the rights of women and children through the power of law.<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"timeline-item\">\n<div class=\"timeline-dot\"><\/div>\n<div>\n<div class=\"timeline-label\">Master&#8217;s in IP Law<\/div>\n<div class=\"timeline-desc\">Deepening expertise, broadening her world \u2014 and proving that reinvention is always possible.<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"timeline-item\">\n<div class=\"timeline-dot\"><\/div>\n<div>\n<div class=\"timeline-label\">Ten Years in Copenhagen<\/div>\n<div class=\"timeline-desc\">Working within IP law in Copenhagen \u2014 meaningful work, yet with a deeper calling waiting to be answered.<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"timeline-item\">\n<div class=\"timeline-dot\"><\/div>\n<div>\n<div class=\"timeline-label\">Leaving the Corporate World<\/div>\n<div class=\"timeline-desc\">After a decade, a deliberate turn \u2014 away from boardrooms and towards something far more personal.<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"timeline-item\">\n<div class=\"timeline-dot\"><\/div>\n<div>\n<div class=\"timeline-label\">Voluntary Work \u2014 Coming Full Circle<\/div>\n<div class=\"timeline-desc\">Working for and with women, especially immigrant women finding their footing \u2014 recognising her own story in theirs.<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"timeline-item\">\n<div class=\"timeline-dot\" style=\"background:var(--gold)\"><\/div>\n<div>\n<div class=\"timeline-label\">Certified Life Coach \u2014 The Next Chapter<\/div>\n<div class=\"timeline-desc\">Everything she has lived, learned, and overcome \u2014 now channelled into helping others move forward.<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- CYCLE --><\/p>\n<section id=\"cycle\">\n<div class=\"container\" style=\"text-align:center\">\n    <span class=\"section-tag reveal\">The Core Cycle<\/span><\/p>\n<h2 class=\"section-title reveal\">How your inner world<br \/><em>shapes your outer life<\/em><\/h2>\n<div class=\"cycle-wrapper reveal\">\n<div class=\"cycle-item\">\n<div class=\"cycle-emoji\">\ud83d\udcad<\/div>\n<div class=\"cycle-name\">Thoughts<\/div>\n<div class=\"cycle-sub\">How you interpret your world<\/div>\n<\/p><\/div>\n<div class=\"cycle-arrow\">\u2192<\/div>\n<div class=\"cycle-item\">\n<div class=\"cycle-emoji\">\ud83c\udf38<\/div>\n<div class=\"cycle-name\">Emotions<\/div>\n<div class=\"cycle-sub\">How those thoughts make you feel<\/div>\n<\/p><\/div>\n<div class=\"cycle-arrow\">\u2192<\/div>\n<div class=\"cycle-item\">\n<div class=\"cycle-emoji\">\u2728<\/div>\n<div class=\"cycle-name\">Actions<\/div>\n<div class=\"cycle-sub\">What you do \u2014 or hold back from<\/div>\n<\/p><\/div>\n<div class=\"cycle-arrow\">\u2192<\/div>\n<div class=\"cycle-item\">\n<div class=\"cycle-emoji\">\ud83c\udf3f<\/div>\n<div class=\"cycle-name\">Results<\/div>\n<div class=\"cycle-sub\">The life you create<\/div>\n<\/p><\/div>\n<div class=\"cycle-arrow\" style=\"transform:rotate(0deg)\">\u21a9<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- PILLARS --><\/p>\n<section id=\"pillars\">\n<div class=\"container\">\n    <span class=\"section-tag reveal\">The Four Pillars<\/span><\/p>\n<h2 class=\"section-title reveal\">What we work on <em>together<\/em><\/h2>\n<div class=\"pillars-grid\" style=\"margin-top:3rem\">\n<div class=\"pillar-card reveal\" onclick=\"togglePillar(this)\">\n<div class=\"pillar-emoji\">\ud83c\udf38<\/div>\n<div class=\"pillar-num\">Pillar 01<\/div>\n<div class=\"pillar-title\">Your thoughts shape your reality<\/div>\n<div class=\"pillar-preview\">It is rarely the situation itself that holds you back \u2014 it is the story you tell yourself about it.<\/div>\n<div class=\"pillar-more\">When we shift the internal narrative, we change what becomes possible. Together we examine the thoughts that limit you and gently replace them with ones that expand your world. This is where transformation quietly begins.<\/div>\n<div class=\"pillar-toggle\">\u273f Tap to explore \u2195<\/div>\n<\/p><\/div>\n<div class=\"pillar-card reveal\" onclick=\"togglePillar(this)\">\n<div class=\"pillar-emoji\">\ud83c\udf3f<\/div>\n<div class=\"pillar-num\">Pillar 02<\/div>\n<div class=\"pillar-title\">Beliefs that hold you back<\/div>\n<div class=\"pillar-preview\">Hidden beliefs run quietly in the background, shaping everything \u2014 until you learn to see them.<\/div>\n<div class=\"pillar-more\">We all carry beliefs inherited from childhood, culture, and experience. Many serve us well. Others quietly close doors. Through our work together, you will bring these beliefs to light \u2014 and choose which ones deserve a place in your next chapter.<\/div>\n<div class=\"pillar-toggle\">\u273f Tap to explore \u2195<\/div>\n<\/p><\/div>\n<div class=\"pillar-card reveal\" onclick=\"togglePillar(this)\">\n<div class=\"pillar-emoji\">\ud83d\udcab<\/div>\n<div class=\"pillar-num\">Pillar 03<\/div>\n<div class=\"pillar-title\">Emotional intelligence<\/div>\n<div class=\"pillar-preview\">Your emotions are not obstacles. They are messengers \u2014 and learning their language changes everything.<\/div>\n<div class=\"pillar-more\">When you understand what your emotions are telling you \u2014 rather than suppressing or being overwhelmed by them \u2014 you gain a powerful tool for decision-making, relationships, and self-understanding. This pillar builds that fluency.<\/div>\n<div class=\"pillar-toggle\">\u273f Tap to explore \u2195<\/div>\n<\/p><\/div>\n<div class=\"pillar-card reveal\" onclick=\"togglePillar(this)\">\n<div class=\"pillar-emoji\">\ud83e\udd8b<\/div>\n<div class=\"pillar-num\">Pillar 04<\/div>\n<div class=\"pillar-title\">Owning your power<\/div>\n<div class=\"pillar-preview\">Stop waiting for the world to change. Your transformation begins with you \u2014 and it begins now.<\/div>\n<div class=\"pillar-more\">This is the pillar of agency, confidence, and bold forward movement. You will learn to stop shrinking and start showing up \u2014 fully, unapologetically, as the person you were always meant to be.<\/div>\n<div class=\"pillar-toggle\">\u273f Tap to explore \u2195<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- WHO --><\/p>\n<section id=\"who\">\n<div class=\"container\">\n    <span class=\"section-tag reveal\">Who This Is For<\/span><\/p>\n<h2 class=\"section-title reveal\">Areas of life we <em>explore together<\/em><\/h2>\n<div class=\"who-tags reveal\">\n<div class=\"who-tag\">\ud83c\udf31 Finding your direction<\/div>\n<div class=\"who-tag\">\ud83d\udcaa Rebuilding confidence<\/div>\n<div class=\"who-tag\">\ud83c\udf0d Navigating new beginnings<\/div>\n<div class=\"who-tag\">\ud83e\uddd8 Moving through stress &#038; uncertainty<\/div>\n<div class=\"who-tag\">\ud83e\udd8b Stepping into your potential<\/div>\n<div class=\"who-tag\">\ud83c\udf38 Rediscovering who you are<\/div>\n<\/p><\/div>\n<div class=\"quote-block reveal\">\n<blockquote><p>You are not stuck. You are simply standing at the threshold of your next chapter \u2014 and sometimes, all you need is someone who has walked this road before to show you the door is already open.<\/p><\/blockquote>\n<div class=\"quote-attr\">\u2014 Suraiya Kasim<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- REFLECTION --><\/p>\n<section id=\"reflection\">\n<div class=\"container\">\n    <span class=\"section-tag reveal\">A Moment of Reflection<\/span><\/p>\n<h2 class=\"section-title reveal\">Does any of this feel <em>familiar?<\/em><\/h2>\n<div class=\"reflection-list\">\n<div class=\"reflection-item\">\n<div class=\"check\">\u2713<\/div>\n<div class=\"reflection-text\">I feel stuck, and I&#8217;m not sure how to move forward<\/div>\n<\/div>\n<div class=\"reflection-item\">\n<div class=\"check\">\u2713<\/div>\n<div class=\"reflection-text\">I know I am capable of more, but something holds me back<\/div>\n<\/div>\n<div class=\"reflection-item\">\n<div class=\"check\">\u2713<\/div>\n<div class=\"reflection-text\">I have reinvented myself before \u2014 and I&#8217;m ready to do it again<\/div>\n<\/div>\n<div class=\"reflection-item\">\n<div class=\"check\">\u2713<\/div>\n<div class=\"reflection-text\">I carry a quiet sense that my best chapter is still ahead of me<\/div>\n<\/div>\n<div class=\"reflection-item\">\n<div class=\"check\">\u2713<\/div>\n<div class=\"reflection-text\">I am tired of waiting for life to feel easier on its own<\/div>\n<\/div>\n<div class=\"reflection-item\">\n<div class=\"check\">\u2713<\/div>\n<div class=\"reflection-text\">I want to be truly seen \u2014 and gently, firmly helped to grow<\/div>\n<\/div><\/div>\n<div class=\"reflection-close reveal\">\n      If you found yourself nodding, you are exactly who this work is for.\n    <\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- COACH --><\/p>\n<section id=\"coach\">\n<div class=\"container\">\n<div class=\"coach-grid\">\n<div class=\"reveal\">\n<div class=\"coach-portrait\">\n<div class=\"coach-portrait-inner\">\u273f<\/div>\n<div class=\"coach-portrait-text\">&#8220;Your story is not over. The most meaningful chapter may be the one you haven&#8217;t written yet.&#8221;<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"reveal\">\n        <span class=\"section-tag\">Meet Your Coach<\/span><\/p>\n<h2 class=\"section-title\">Suraiya <em>Kasim<\/em><\/h2>\n<div class=\"coach-roles\">\n          <span class=\"role-tag\">Lawyer<\/span><br \/>\n          <span class=\"role-tag\">IP Specialist<\/span><br \/>\n          <span class=\"role-tag\">Advocate<\/span><br \/>\n          <span class=\"role-tag\">Volunteer<\/span><br \/>\n          <span class=\"role-tag\">Certified Life Coach<\/span>\n        <\/div>\n<p class=\"coach-bio\">Every role Suraiya has held has been rooted in one conviction \u2014 that people deserve to be truly seen, heard, and helped to grow.<\/p>\n<p class=\"coach-bio\">She brings warmth, insight, and the quiet authority of someone who has lived through her own reinvention. She is not a bystander to transformation \u2014 she is its embodiment.<\/p>\n<p class=\"coach-bio\">Today, she channels everything she has lived, learned, and overcome into helping others \u2014 especially immigrant women and those navigating life&#8217;s crossroads \u2014 step forward into the life they are meant to live.<\/p>\n<div style=\"margin-top:2rem\">\n          <button class=\"nav-cta\" style=\"padding:0.8rem 2rem; font-size:0.8rem\" onclick=\"document.getElementById('contact').scrollIntoView({behavior:'smooth'})\">Begin a Conversation<\/button>\n        <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- CONTACT --><\/p>\n<section id=\"contact\">\n<div class=\"container\">\n<div class=\"contact-grid\">\n<div class=\"reveal\">\n        <span class=\"section-tag\">Get in Touch<\/span><\/p>\n<h2 class=\"section-title\" style=\"color:white\">Begin Your <em style=\"color:var(--gold-light)\">Next Chapter<\/em><\/h2>\n<p class=\"contact-text\">Whether you are curious, ready, or simply wondering if this is for you \u2014 reach out. Every next chapter begins with a single conversation.<\/p>\n<p>        <a class=\"contact-email\" href=\"mailto:suraiya.kasim@gmail.com\"><br \/>\n          <span>\u2709<\/span> suraiya.kasim@gmail.com<br \/>\n        <\/a><\/p>\n<div style=\"margin-top:3rem; color:rgba(255,255,255,0.15); letter-spacing:0.3em\">\u273f \u00b7 \u2740 \u00b7 \u273f \u00b7 \u2740 \u00b7 \u273f<\/div>\n<\/p><\/div>\n<div class=\"reveal\">\n<div class=\"contact-form\" id=\"contactForm\">\n<div class=\"form-group\">\n            <label class=\"form-label\">Your Name<\/label><br \/>\n            <input class=\"form-input\" type=\"text\" placeholder=\"How shall I address you?\" id=\"fname\">\n          <\/div>\n<div class=\"form-group\">\n            <label class=\"form-label\">Email Address<\/label><br \/>\n            <input class=\"form-input\" type=\"email\" placeholder=\"Your email address\" id=\"femail\">\n          <\/div>\n<div class=\"form-group\">\n            <label class=\"form-label\">Your Message<\/label><br \/>\n            <textarea class=\"form-textarea\" placeholder=\"Tell me a little about where you are and what you're looking for...\" id=\"fmessage\"><\/textarea>\n          <\/div>\n<p>          <button class=\"form-submit\" onclick=\"submitForm()\">Send Message \u273f<\/button>\n        <\/div>\n<div class=\"form-success\" id=\"formSuccess\">\n          \u273f Thank you for reaching out. Suraiya will be in touch with you soon.\n        <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- FOOTER --><\/p>\n<footer>\n<p>Suraiya Kasim Coaching <span class=\"footer-divider\">\u00b7<\/span> The Next Chapter <span class=\"footer-divider\">\u00b7<\/span> Transformational Life Coaching<\/p>\n<p style=\"margin-top:0.5rem\">\u273f \u2740 \u273e \u2740 \u273f<\/p>\n<\/footer>\n<p><script>\n  \/\/ Floating petals\n  const petalContainer = document.getElementById('petals');\n  const petals = ['\u273f','\u2740','\u273e','\ud83c\udf38','\ud83c\udf3f'];\n  for (let i = 0; i < 15; i++) {\n    const p = document.createElement('div');\n    p.className = 'petal';\n    p.textContent = petals[Math.floor(Math.random() * petals.length)];\n    p.style.left = Math.random() * 100 + '%';\n    p.style.animationDuration = (12 + Math.random() * 20) + 's';\n    p.style.animationDelay = (Math.random() * 20) + 's';\n    p.style.fontSize = (0.8 + Math.random() * 1.2) + 'rem';\n    petalContainer.appendChild(p);\n  }\n\n  \/\/ Navbar scroll\n  window.addEventListener('scroll', () => {\n    document.getElementById('navbar').classList.toggle('scrolled', window.scrollY > 50);\n  });<\/p>\n<p>  \/\/ Hamburger\n  const hamburger = document.getElementById('hamburger');\n  const mobileMenu = document.getElementById('mobileMenu');\n  hamburger.addEventListener('click', () => {\n    hamburger.classList.toggle('open');\n    mobileMenu.classList.toggle('open');\n  });\n  function closeMobile() {\n    hamburger.classList.remove('open');\n    mobileMenu.classList.remove('open');\n  }<\/p>\n<p>  \/\/ Scroll reveal\n  const observer = new IntersectionObserver((entries) => {\n    entries.forEach((entry, i) => {\n      if (entry.isIntersecting) {\n        setTimeout(() => entry.target.classList.add('visible'), 80);\n      }\n    });\n  }, { threshold: 0.12 });<\/p>\n<p>  document.querySelectorAll('.reveal, .timeline-item, .reflection-item').forEach(el => observer.observe(el));<\/p>\n<p>  \/\/ Stagger timeline + reflection\n  document.querySelectorAll('.timeline-item').forEach((el, i) => {\n    el.style.transitionDelay = (i * 0.1) + 's';\n  });\n  document.querySelectorAll('.reflection-item').forEach((el, i) => {\n    el.style.transitionDelay = (i * 0.1) + 's';\n  });<\/p>\n<p>  \/\/ Pillar accordion\n  function togglePillar(card) {\n    const more = card.querySelector('.pillar-more');\n    const isOpen = more.classList.contains('open');\n    document.querySelectorAll('.pillar-more').forEach(m => m.classList.remove('open'));\n    document.querySelectorAll('.pillar-card').forEach(c => c.classList.remove('active'));\n    if (!isOpen) {\n      more.classList.add('open');\n      card.classList.add('active');\n    }\n  }<\/p>\n<p>  \/\/ Contact form\n  function submitForm() {\n    const name = document.getElementById('fname').value.trim();\n    const email = document.getElementById('femail').value.trim();\n    const msg = document.getElementById('fmessage').value.trim();\n    if (!name || !email) { alert('Please fill in your name and email.'); return; }\n    document.getElementById('contactForm').style.display = 'none';\n    document.getElementById('formSuccess').style.display = 'block';\n  }\n<\/script><br \/>\n<\/body><br \/>\n<\/html><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The Next Chapter \u00b7 Suraiya Kasim Coaching Suraiya Kasim \u273f Coaching Story Pillars Who This Is For About Contact Begin Your Chapter Story Pillars Who This Is For About Contact \u273f Transformational Life Coaching \u273f The NextChapter \u273f \u00b7 \u2740 \u00b7 \u273f \u00b7 \u2740 \u00b7 \u273f For anyone who feels ready to release what no [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/nextchaptercoaching.dk\/index.php\/wp-json\/wp\/v2\/pages\/2","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nextchaptercoaching.dk\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nextchaptercoaching.dk\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nextchaptercoaching.dk\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nextchaptercoaching.dk\/index.php\/wp-json\/wp\/v2\/comments?post=2"}],"version-history":[{"count":3,"href":"https:\/\/nextchaptercoaching.dk\/index.php\/wp-json\/wp\/v2\/pages\/2\/revisions"}],"predecessor-version":[{"id":1019,"href":"https:\/\/nextchaptercoaching.dk\/index.php\/wp-json\/wp\/v2\/pages\/2\/revisions\/1019"}],"wp:attachment":[{"href":"https:\/\/nextchaptercoaching.dk\/index.php\/wp-json\/wp\/v2\/media?parent=2"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}