{"id":15,"date":"2026-02-28T17:52:07","date_gmt":"2026-02-28T17:52:07","guid":{"rendered":"https:\/\/tiramisu.sk\/?page_id=15"},"modified":"2026-02-28T18:17:10","modified_gmt":"2026-02-28T18:17:10","slug":"teramisu-sk","status":"publish","type":"page","link":"https:\/\/tiramisu.sk\/","title":{"rendered":"Tiramisu.sk"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"15\" class=\"elementor elementor-15\">\n\t\t\t\t<div class=\"elementor-element elementor-element-818dff6 e-con-full e-flex e-con e-parent\" data-id=\"818dff6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4d01f9b elementor-widget elementor-widget-html\" data-id=\"4d01f9b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>body { all: unset; }<\/style>\n\n<!DOCTYPE html>\n<html lang=\"sk\" data-theme=\"dark\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>tiramisu.sk \u2014 Pr\u00e9miov\u00e1 .sk dom\u00e9na na predaj<\/title>\n  <meta name=\"description\" content=\"Pr\u00e9miov\u00e1 dom\u00e9na tiramisu.sk je na predaj. Ide\u00e1lna pre cukr\u00e1re\u0148, pek\u00e1re\u0148, food blog alebo re\u0161taur\u00e1ciu. Kontaktujte n\u00e1s.\">\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300..700;1,9..40,300..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap\" rel=\"stylesheet\">\n  <style>\n    \/* ============================================================\n       BASE RESET\n       ============================================================ *\/\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n    html {\n      -moz-text-size-adjust: none;\n      -webkit-text-size-adjust: none;\n      text-size-adjust: none;\n      -webkit-font-smoothing: antialiased;\n      -moz-osx-font-smoothing: grayscale;\n      text-rendering: optimizeLegibility;\n      scroll-behavior: smooth;\n      hanging-punctuation: first last;\n      scroll-padding-top: var(--space-16);\n    }\n    body {\n      min-height: 100dvh;\n      line-height: 1.6;\n      font-family: var(--font-body, sans-serif);\n      font-size: var(--text-base);\n      color: var(--color-text);\n      background-color: var(--color-bg);\n      overflow-x: hidden;\n    }\n    img, picture, video, canvas, svg { display: block; max-width: 100%; height: auto; }\n    ul[role=\"list\"], ol[role=\"list\"] { list-style: none; }\n    input, button, textarea, select { font: inherit; color: inherit; }\n    h1, h2, h3, h4, h5, h6 { text-wrap: balance; line-height: 1.15; }\n    p, li, figcaption { text-wrap: pretty; max-width: 72ch; }\n    ::selection {\n      background: oklch(from var(--color-primary) l c h \/ 0.25);\n      color: var(--color-text);\n    }\n    :focus-visible {\n      outline: 2px solid var(--color-primary);\n      outline-offset: 3px;\n      border-radius: var(--radius-sm);\n    }\n    @media (prefers-reduced-motion: reduce) {\n      *, *::before, *::after {\n        animation-duration: 0.01ms !important;\n        animation-iteration-count: 1 !important;\n        transition-duration: 0.01ms !important;\n        scroll-behavior: auto !important;\n      }\n    }\n    button { cursor: pointer; background: none; border: none; }\n    a { color: inherit; text-decoration: none; }\n    .sr-only {\n      position: absolute; width: 1px; height: 1px; padding: 0;\n      margin: -1px; overflow: hidden; clip: rect(0,0,0,0);\n      white-space: nowrap; border-width: 0;\n    }\n\n    \/* ============================================================\n       DESIGN TOKENS\n       ============================================================ *\/\n    :root {\n      --text-xs:   clamp(0.75rem,  0.7rem  + 0.25vw, 0.875rem);\n      --text-sm:   clamp(0.875rem, 0.8rem  + 0.35vw, 1rem);\n      --text-base: clamp(1rem,     0.9rem  + 0.5vw,  1.125rem);\n      --text-lg:   clamp(1.125rem, 0.95rem + 0.85vw, 1.5rem);\n      --text-xl:   clamp(1.5rem,   1rem    + 1.5vw,  2.25rem);\n      --text-2xl:  clamp(2rem,     1.2rem  + 2.5vw,  3.5rem);\n      --text-3xl:  clamp(2.5rem,   1rem    + 4vw,    5rem);\n      --text-hero: clamp(3.5rem,   1rem    + 8vw,    9rem);\n\n      --space-1:  0.25rem;\n      --space-2:  0.5rem;\n      --space-3:  0.75rem;\n      --space-4:  1rem;\n      --space-5:  1.25rem;\n      --space-6:  1.5rem;\n      --space-8:  2rem;\n      --space-10: 2.5rem;\n      --space-12: 3rem;\n      --space-16: 4rem;\n      --space-20: 5rem;\n      --space-24: 6rem;\n      --space-32: 8rem;\n\n      --font-display: 'Playfair Display', 'Georgia', serif;\n      --font-body: 'DM Sans', 'Helvetica Neue', sans-serif;\n\n      --radius-sm: 0.375rem;\n      --radius-md: 0.5rem;\n      --radius-lg: 0.75rem;\n      --radius-xl: 1rem;\n      --radius-2xl: 1.25rem;\n      --radius-full: 9999px;\n\n      --transition-interactive: 180ms cubic-bezier(0.16, 1, 0.3, 1);\n\n      --content-narrow: 640px;\n      --content-default: 960px;\n      --content-wide: 1200px;\n    }\n\n    \/* ============================================================\n       LIGHT MODE\n       ============================================================ *\/\n    [data-theme=\"light\"] {\n      --color-bg:             #f5f0e8;\n      --color-surface:        #faf6ef;\n      --color-surface-2:      #fdfaf5;\n      --color-surface-offset: #ede7dc;\n      --color-surface-offset-2: #e5dfd3;\n      --color-surface-dynamic: #ddd7cb;\n      --color-divider:        #d4cdc0;\n      --color-border:         #c9c1b3;\n\n      --color-text:           #2a2419;\n      --color-text-muted:     #7a7060;\n      --color-text-faint:     #b0a798;\n      --color-text-inverse:   #faf6ef;\n\n      --color-primary:        #b8860b;\n      --color-primary-hover:  #9a7009;\n      --color-primary-active: #7c5a07;\n      --color-primary-highlight: #efe0c0;\n\n      --color-error:          #a13544;\n      --color-success:        #437a22;\n\n      --shadow-sm: 0 1px 2px oklch(0.2 0.02 70 \/ 0.08);\n      --shadow-md: 0 4px 12px oklch(0.2 0.02 70 \/ 0.1);\n      --shadow-lg: 0 12px 32px oklch(0.2 0.02 70 \/ 0.14);\n    }\n\n    \/* ============================================================\n       DARK MODE (PRIMARY\/DEFAULT)\n       ============================================================ *\/\n    :root, [data-theme=\"dark\"] {\n      --color-bg:             #1a1714;\n      --color-surface:        #211e1a;\n      --color-surface-2:      #28241f;\n      --color-surface-offset: #1e1b17;\n      --color-surface-offset-2: #252119;\n      --color-surface-dynamic: #302b24;\n      --color-divider:        #3a342b;\n      --color-border:         #4a4237;\n\n      --color-text:           #e8dfd0;\n      --color-text-muted:     #9a9080;\n      --color-text-faint:     #665e52;\n      --color-text-inverse:   #1a1714;\n\n      --color-primary:        #d4a017;\n      --color-primary-hover:  #e8b42a;\n      --color-primary-active: #f0c850;\n      --color-primary-highlight: #3a3220;\n\n      --color-error:          #dd6974;\n      --color-success:        #6daa45;\n\n      --shadow-sm: 0 1px 2px oklch(0 0 0 \/ 0.25);\n      --shadow-md: 0 4px 12px oklch(0 0 0 \/ 0.35);\n      --shadow-lg: 0 12px 32px oklch(0 0 0 \/ 0.45);\n    }\n\n    \/* ============================================================\n       LAYOUT\n       ============================================================ *\/\n    .container {\n      max-width: var(--content-wide);\n      margin-inline: auto;\n      padding-inline: var(--space-4);\n    }\n    @media (min-width: 768px) {\n      .container { padding-inline: var(--space-8); }\n    }\n    .section-padding {\n      padding-block: clamp(var(--space-12), 8vw, var(--space-24));\n    }\n\n    \/* ============================================================\n       SKIP LINK\n       ============================================================ *\/\n    .skip-link {\n      position: absolute;\n      top: -100%;\n      left: var(--space-4);\n      background: var(--color-primary);\n      color: var(--color-text-inverse);\n      padding: var(--space-2) var(--space-4);\n      border-radius: var(--radius-md);\n      z-index: 1000;\n      font-weight: 500;\n    }\n    .skip-link:focus { top: var(--space-4); }\n\n    \/* ============================================================\n       NAV \/ HEADER\n       ============================================================ *\/\n    .site-header {\n      position: fixed;\n      top: 0; left: 0; right: 0;\n      z-index: 100;\n      padding: var(--space-4);\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      background: oklch(from var(--color-bg) l c h \/ 0.8);\n      backdrop-filter: blur(16px);\n      -webkit-backdrop-filter: blur(16px);\n      border-bottom: 1px solid oklch(from var(--color-text) l c h \/ 0.06);\n    }\n    .site-logo {\n      font-family: var(--font-display);\n      font-size: var(--text-lg);\n      font-weight: 700;\n      color: var(--color-primary);\n    }\n    .header-actions {\n      display: flex;\n      align-items: center;\n      gap: var(--space-3);\n    }\n    .theme-toggle {\n      padding: var(--space-2);\n      border-radius: var(--radius-full);\n      color: var(--color-text-muted);\n      transition: color var(--transition-interactive), background var(--transition-interactive);\n      min-width: 44px;\n      min-height: 44px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n    }\n    .theme-toggle:hover {\n      color: var(--color-text);\n      background: var(--color-surface-dynamic);\n    }\n    .header-cta {\n      display: none;\n      padding: var(--space-2) var(--space-5);\n      background: var(--color-primary);\n      color: var(--color-text-inverse);\n      border-radius: var(--radius-full);\n      font-size: var(--text-sm);\n      font-weight: 600;\n      transition: background var(--transition-interactive), box-shadow var(--transition-interactive);\n      min-height: 44px;\n      align-items: center;\n    }\n    .header-cta:hover {\n      background: var(--color-primary-hover);\n      box-shadow: var(--shadow-md);\n    }\n    @media (min-width: 640px) {\n      .header-cta { display: inline-flex; }\n    }\n\n    \/* ============================================================\n       HERO\n       ============================================================ *\/\n    .hero {\n      position: relative;\n      min-height: 100dvh;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      justify-content: center;\n      text-align: center;\n      padding: var(--space-20) var(--space-4) var(--space-12);\n      overflow: hidden;\n    }\n\n    \/* Animated gradient background *\/\n    .hero::before {\n      content: '';\n      position: absolute;\n      inset: 0;\n      background:\n        radial-gradient(ellipse 80% 60% at 20% 80%, oklch(0.35 0.06 70 \/ 0.3), transparent),\n        radial-gradient(ellipse 60% 80% at 80% 20%, oklch(0.3 0.08 50 \/ 0.25), transparent),\n        radial-gradient(ellipse 50% 50% at 50% 50%, oklch(0.25 0.04 40 \/ 0.2), transparent);\n      animation: heroGradient 12s ease-in-out infinite alternate;\n      z-index: 0;\n    }\n    @keyframes heroGradient {\n      0% { opacity: 0.6; transform: scale(1); }\n      100% { opacity: 1; transform: scale(1.1); }\n    }\n\n    \/* Floating particles *\/\n    .hero-particles {\n      position: absolute;\n      inset: 0;\n      z-index: 0;\n      overflow: hidden;\n    }\n    .particle {\n      position: absolute;\n      width: 2px;\n      height: 2px;\n      background: var(--color-primary);\n      border-radius: var(--radius-full);\n      opacity: 0;\n      animation: floatUp linear infinite;\n    }\n    @keyframes floatUp {\n      0% { opacity: 0; transform: translateY(0) scale(1); }\n      10% { opacity: 0.6; }\n      90% { opacity: 0.3; }\n      100% { opacity: 0; transform: translateY(-100vh) scale(0.5); }\n    }\n    .particle:nth-child(1)  { left: 10%; animation-duration: 14s; animation-delay: 0s; width: 3px; height: 3px; }\n    .particle:nth-child(2)  { left: 20%; animation-duration: 11s; animation-delay: 2s; }\n    .particle:nth-child(3)  { left: 35%; animation-duration: 16s; animation-delay: 4s; width: 2px; height: 2px; }\n    .particle:nth-child(4)  { left: 50%; animation-duration: 13s; animation-delay: 1s; width: 3px; height: 3px; }\n    .particle:nth-child(5)  { left: 65%; animation-duration: 15s; animation-delay: 3s; }\n    .particle:nth-child(6)  { left: 75%; animation-duration: 12s; animation-delay: 5s; width: 2px; height: 2px; }\n    .particle:nth-child(7)  { left: 85%; animation-duration: 17s; animation-delay: 0.5s; }\n    .particle:nth-child(8)  { left: 92%; animation-duration: 14s; animation-delay: 6s; width: 3px; height: 3px; }\n    .particle:nth-child(9)  { left: 5%;  animation-duration: 18s; animation-delay: 7s; }\n    .particle:nth-child(10) { left: 45%; animation-duration: 13s; animation-delay: 3.5s; width: 2px; height: 2px; }\n\n    .hero-content {\n      position: relative;\n      z-index: 1;\n    }\n\n    .hero-overline {\n      font-family: var(--font-body);\n      font-size: var(--text-xs);\n      text-transform: uppercase;\n      letter-spacing: 0.2em;\n      color: var(--color-primary);\n      font-weight: 600;\n      margin-bottom: var(--space-4);\n    }\n\n    .hero-domain {\n      font-family: var(--font-display);\n      font-size: var(--text-hero);\n      font-weight: 800;\n      line-height: 1;\n      margin-bottom: var(--space-6);\n      background: linear-gradient(135deg, #c49212, #f0c850, #d4a017, #e8b42a, #b8860b);\n      background-size: 300% 300%;\n      -webkit-background-clip: text;\n      -webkit-text-fill-color: transparent;\n      background-clip: text;\n      animation: shimmer 5s ease-in-out infinite;\n    }\n    @keyframes shimmer {\n      0%, 100% { background-position: 0% 50%; }\n      50% { background-position: 100% 50%; }\n    }\n    [data-theme=\"light\"] .hero-domain {\n      background: linear-gradient(135deg, #8a6508, #b8860b, #9a7009, #b8860b, #7c5a07);\n      background-size: 300% 300%;\n      -webkit-background-clip: text;\n      -webkit-text-fill-color: transparent;\n      background-clip: text;\n      animation: shimmer 5s ease-in-out infinite;\n    }\n\n    .hero-tagline {\n      font-family: var(--font-display);\n      font-size: var(--text-xl);\n      font-weight: 400;\n      font-style: italic;\n      color: var(--color-text-muted);\n      margin-bottom: var(--space-10);\n    }\n\n    .hero-cta {\n      display: inline-flex;\n      align-items: center;\n      gap: var(--space-2);\n      padding: var(--space-4) var(--space-8);\n      background: var(--color-primary);\n      color: var(--color-text-inverse);\n      font-family: var(--font-body);\n      font-size: var(--text-base);\n      font-weight: 600;\n      border-radius: var(--radius-full);\n      transition: background var(--transition-interactive), box-shadow var(--transition-interactive), transform var(--transition-interactive);\n      min-height: 52px;\n    }\n    .hero-cta:hover {\n      background: var(--color-primary-hover);\n      box-shadow: 0 8px 32px oklch(from var(--color-primary) l c h \/ 0.3);\n      transform: translateY(-1px);\n    }\n    .hero-cta:active {\n      transform: translateY(0);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .hero-scroll-hint {\n      position: absolute;\n      bottom: var(--space-8);\n      left: 50%;\n      transform: translateX(-50%);\n      color: var(--color-text-faint);\n      animation: bounce 2.5s ease-in-out infinite;\n      z-index: 1;\n    }\n    @keyframes bounce {\n      0%, 100% { transform: translateX(-50%) translateY(0); }\n      50% { transform: translateX(-50%) translateY(8px); }\n    }\n\n    \/* ============================================================\n       SCROLL REVEAL ANIMATIONS\n       ============================================================ *\/\n    .reveal {\n      opacity: 1;\n    }\n    @supports (animation-timeline: scroll()) {\n      .reveal {\n        opacity: 0;\n        animation: revealFade linear both;\n        animation-timeline: view();\n        animation-range: entry 0% entry 35%;\n      }\n    }\n    @keyframes revealFade {\n      to { opacity: 1; }\n    }\n\n    .reveal-clip {\n      opacity: 1;\n    }\n    @supports (animation-timeline: scroll()) {\n      .reveal-clip {\n        clip-path: inset(100% 0 0 0);\n        animation: revealClip linear both;\n        animation-timeline: view();\n        animation-range: entry 0% entry 40%;\n      }\n    }\n    @keyframes revealClip {\n      to { clip-path: inset(0 0 0 0); }\n    }\n\n    \/* ============================================================\n       VALUE PROPOSITION SECTION\n       ============================================================ *\/\n    .value-section {\n      position: relative;\n    }\n    .value-section::before {\n      content: '';\n      position: absolute;\n      top: 0; left: 0; right: 0;\n      height: 1px;\n      background: linear-gradient(90deg, transparent, var(--color-primary), transparent);\n      opacity: 0.3;\n    }\n    .section-heading {\n      font-family: var(--font-display);\n      font-size: var(--text-2xl);\n      font-weight: 700;\n      margin-bottom: var(--space-4);\n      color: var(--color-text);\n    }\n    .section-subheading {\n      font-size: var(--text-lg);\n      color: var(--color-text-muted);\n      margin-bottom: var(--space-10);\n      max-width: 60ch;\n    }\n\n    .value-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fill, minmax(min(280px, 100%), 1fr));\n      gap: var(--space-6);\n    }\n    .value-card {\n      padding: var(--space-6);\n      background: var(--color-surface);\n      border: 1px solid oklch(from var(--color-text) l c h \/ 0.06);\n      border-radius: var(--radius-xl);\n      transition: border-color var(--transition-interactive), box-shadow var(--transition-interactive);\n    }\n    .value-card:hover {\n      border-color: oklch(from var(--color-primary) l c h \/ 0.3);\n      box-shadow: var(--shadow-md);\n    }\n    .value-card-icon {\n      font-size: var(--text-2xl);\n      margin-bottom: var(--space-4);\n    }\n    .value-card h3 {\n      font-family: var(--font-display);\n      font-size: var(--text-lg);\n      font-weight: 600;\n      margin-bottom: var(--space-2);\n    }\n    .value-card p {\n      font-size: var(--text-sm);\n      color: var(--color-text-muted);\n      line-height: 1.7;\n    }\n\n    \/* ============================================================\n       DOMAIN STATS SECTION\n       ============================================================ *\/\n    .stats-section {\n      background: var(--color-surface);\n    }\n    .stats-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fill, minmax(min(200px, 100%), 1fr));\n      gap: var(--space-6);\n    }\n    .stat-card {\n      padding: var(--space-6);\n      background: var(--color-surface-2);\n      border: 1px solid oklch(from var(--color-text) l c h \/ 0.06);\n      border-radius: var(--radius-xl);\n      text-align: center;\n    }\n    .stat-label {\n      font-family: var(--font-body);\n      font-size: var(--text-xs);\n      text-transform: uppercase;\n      letter-spacing: 0.12em;\n      color: var(--color-primary);\n      font-weight: 600;\n      margin-bottom: var(--space-2);\n    }\n    .stat-value {\n      font-family: var(--font-display);\n      font-size: var(--text-xl);\n      font-weight: 700;\n      margin-bottom: var(--space-2);\n    }\n    .stat-desc {\n      font-size: var(--text-sm);\n      color: var(--color-text-muted);\n    }\n\n    \/* ============================================================\n       USE CASES SECTION\n       ============================================================ *\/\n    .usecases-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fill, minmax(min(250px, 100%), 1fr));\n      gap: var(--space-5);\n    }\n    .usecase-card {\n      padding: var(--space-6);\n      background: var(--color-surface);\n      border: 1px solid oklch(from var(--color-text) l c h \/ 0.06);\n      border-radius: var(--radius-xl);\n      transition: border-color var(--transition-interactive), box-shadow var(--transition-interactive), transform var(--transition-interactive);\n    }\n    .usecase-card:hover {\n      border-color: oklch(from var(--color-primary) l c h \/ 0.25);\n      box-shadow: var(--shadow-md);\n      transform: translateY(-2px);\n    }\n    .usecase-card:active {\n      transform: translateY(0);\n    }\n    .usecase-icon {\n      font-size: var(--text-3xl);\n      margin-bottom: var(--space-3);\n      line-height: 1;\n    }\n    .usecase-card h3 {\n      font-family: var(--font-display);\n      font-size: var(--text-lg);\n      font-weight: 600;\n      margin-bottom: var(--space-2);\n    }\n    .usecase-card p {\n      font-size: var(--text-sm);\n      color: var(--color-text-muted);\n      line-height: 1.7;\n    }\n\n    \/* ============================================================\n       WHY SPECIAL SECTION\n       ============================================================ *\/\n    .special-section {\n      background: var(--color-surface);\n      position: relative;\n      overflow: hidden;\n    }\n    .special-section::before {\n      content: '';\n      position: absolute;\n      top: -50%;\n      right: -20%;\n      width: 60%;\n      height: 200%;\n      background: radial-gradient(ellipse, oklch(from var(--color-primary) l c h \/ 0.05), transparent 70%);\n      pointer-events: none;\n    }\n    .special-content {\n      position: relative;\n      z-index: 1;\n    }\n    .special-list {\n      display: flex;\n      flex-direction: column;\n      gap: var(--space-8);\n    }\n    .special-item {\n      display: flex;\n      align-items: flex-start;\n      gap: var(--space-5);\n      max-width: 65ch;\n    }\n    .special-number {\n      flex-shrink: 0;\n      width: 48px;\n      height: 48px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      background: var(--color-primary-highlight);\n      color: var(--color-primary);\n      font-family: var(--font-display);\n      font-size: var(--text-lg);\n      font-weight: 700;\n      border-radius: var(--radius-lg);\n    }\n    .special-item h3 {\n      font-family: var(--font-display);\n      font-size: var(--text-lg);\n      font-weight: 600;\n      margin-bottom: var(--space-2);\n    }\n    .special-item p {\n      font-size: var(--text-base);\n      color: var(--color-text-muted);\n      line-height: 1.7;\n    }\n\n    \/* ============================================================\n       CTA \/ CONTACT SECTION\n       ============================================================ *\/\n    .cta-section {\n      text-align: center;\n      position: relative;\n    }\n    .cta-section::before {\n      content: '';\n      position: absolute;\n      inset: 0;\n      background:\n        radial-gradient(ellipse 60% 40% at 50% 50%, oklch(from var(--color-primary) l c h \/ 0.06), transparent);\n      pointer-events: none;\n    }\n    .cta-content {\n      position: relative;\n      z-index: 1;\n    }\n    .cta-domain {\n      font-family: var(--font-display);\n      font-size: var(--text-3xl);\n      font-weight: 800;\n      margin-bottom: var(--space-6);\n      background: linear-gradient(135deg, #c49212, #f0c850, #d4a017, #e8b42a, #b8860b);\n      background-size: 300% 300%;\n      -webkit-background-clip: text;\n      -webkit-text-fill-color: transparent;\n      background-clip: text;\n      animation: shimmer 5s ease-in-out infinite;\n    }\n    [data-theme=\"light\"] .cta-domain {\n      background: linear-gradient(135deg, #8a6508, #b8860b, #9a7009, #b8860b, #7c5a07);\n      background-size: 300% 300%;\n      -webkit-background-clip: text;\n      -webkit-text-fill-color: transparent;\n      background-clip: text;\n      animation: shimmer 5s ease-in-out infinite;\n    }\n    .cta-text {\n      font-size: var(--text-lg);\n      color: var(--color-text-muted);\n      max-width: 50ch;\n      margin-inline: auto;\n      margin-bottom: var(--space-10);\n    }\n    .cta-button {\n      display: inline-flex;\n      align-items: center;\n      gap: var(--space-3);\n      padding: var(--space-5) var(--space-10);\n      background: var(--color-primary);\n      color: var(--color-text-inverse);\n      font-family: var(--font-body);\n      font-size: var(--text-lg);\n      font-weight: 700;\n      border-radius: var(--radius-full);\n      transition: background var(--transition-interactive), box-shadow var(--transition-interactive), transform var(--transition-interactive);\n      min-height: 56px;\n    }\n    .cta-button:hover {\n      background: var(--color-primary-hover);\n      box-shadow: 0 12px 40px oklch(from var(--color-primary) l c h \/ 0.35);\n      transform: translateY(-2px);\n    }\n    .cta-button:active {\n      transform: translateY(0);\n      box-shadow: var(--shadow-sm);\n    }\n    .cta-email {\n      display: block;\n      margin-top: var(--space-6);\n      font-size: var(--text-sm);\n      color: var(--color-text-muted);\n    }\n    .cta-email a {\n      color: var(--color-primary);\n      text-decoration: underline;\n      text-underline-offset: 3px;\n      transition: color var(--transition-interactive);\n    }\n    .cta-email a:hover {\n      color: var(--color-primary-hover);\n    }\n\n    \/* ============================================================\n       FOOTER\n       ============================================================ *\/\n    .site-footer {\n      padding: var(--space-8) var(--space-4);\n      text-align: center;\n      border-top: 1px solid var(--color-divider);\n    }\n    .footer-brand {\n      font-family: var(--font-display);\n      font-size: var(--text-sm);\n      color: var(--color-primary);\n      font-weight: 600;\n      margin-bottom: var(--space-2);\n    }\n    .footer-copy {\n      font-size: var(--text-xs);\n      color: var(--color-text-faint);\n    }\n\n    \/* ============================================================\n       UTILITY: Decorative divider between sections\n       ============================================================ *\/\n    .section-divider {\n      border: none;\n      border-top: 1px solid var(--color-divider);\n      max-width: var(--content-default);\n      margin-inline: auto;\n    }\n\n    \/* ============================================================\n       RESPONSIVE ADJUSTMENTS\n       ============================================================ *\/\n    @media (max-width: 640px) {\n      .hero-domain {\n        font-size: clamp(2.5rem, 12vw, 4rem);\n      }\n      .hero-tagline {\n        font-size: var(--text-base);\n      }\n      .special-item {\n        flex-direction: column;\n        gap: var(--space-3);\n      }\n      .cta-button {\n        padding: var(--space-4) var(--space-8);\n        font-size: var(--text-base);\n      }\n    }\n\n    \/* ============================================================\n       LIGHT MODE-SPECIFIC OVERRIDES\n       ============================================================ *\/\n    [data-theme=\"light\"] .hero::before {\n      background:\n        radial-gradient(ellipse 80% 60% at 20% 80%, oklch(0.8 0.06 70 \/ 0.3), transparent),\n        radial-gradient(ellipse 60% 80% at 80% 20%, oklch(0.85 0.05 50 \/ 0.2), transparent),\n        radial-gradient(ellipse 50% 50% at 50% 50%, oklch(0.9 0.03 40 \/ 0.15), transparent);\n    }\n    [data-theme=\"light\"] .particle {\n      background: var(--color-primary);\n    }\n    [data-theme=\"light\"] .special-section::before {\n      background: radial-gradient(ellipse, oklch(from var(--color-primary) l c h \/ 0.04), transparent 70%);\n    }\n  <\/style>\n<\/head>\n<body>\n  <!-- Skip link -->\n  <a href=\"#main\" class=\"skip-link\">Presko\u010di\u0165 na obsah<\/a>\n\n  <!-- Header -->\n  <header class=\"site-header\">\n    <span class=\"site-logo\">tiramisu.sk<\/span>\n    <div class=\"header-actions\">\n      <a href=\"#kontakt\" class=\"header-cta\">M\u00e1m z\u00e1ujem<\/a>\n      <button class=\"theme-toggle\" data-theme-toggle aria-label=\"Prepn\u00fa\u0165 na svetl\u00fd re\u017eim\">\n        <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n          <circle cx=\"12\" cy=\"12\" r=\"5\"\/><path d=\"M12 1v2M12 21v2M4.22 4.22l1.42 1.42M18.36 18.36l1.42 1.42M1 12h2M21 12h2M4.22 19.78l1.42-1.42M18.36 5.64l1.42-1.42\"\/>\n        <\/svg>\n      <\/button>\n    <\/div>\n  <\/header>\n\n  <main id=\"main\">\n    <!-- ======================== HERO ======================== -->\n    <section class=\"hero\" aria-label=\"Hlavn\u00e1 sekcia\">\n      <div class=\"hero-particles\" aria-hidden=\"true\">\n        <div class=\"particle\"><\/div>\n        <div class=\"particle\"><\/div>\n        <div class=\"particle\"><\/div>\n        <div class=\"particle\"><\/div>\n        <div class=\"particle\"><\/div>\n        <div class=\"particle\"><\/div>\n        <div class=\"particle\"><\/div>\n        <div class=\"particle\"><\/div>\n        <div class=\"particle\"><\/div>\n        <div class=\"particle\"><\/div>\n      <\/div>\n      <div class=\"hero-content\">\n        <p class=\"hero-overline\">Pr\u00e9miov\u00e1 .sk dom\u00e9na na predaj<\/p>\n        <h1 class=\"hero-domain\">tiramisu.sk<\/h1>\n        <p class=\"hero-tagline\">Z\u00edskajte dom\u00e9nu, ktor\u00fa si zapam\u00e4t\u00e1 ka\u017ed\u00fd<\/p>\n        <a href=\"#kontakt\" class=\"hero-cta\">\n          M\u00e1m z\u00e1ujem\n          <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14\"\/><path d=\"m12 5 7 7-7 7\"\/><\/svg>\n        <\/a>\n      <\/div>\n      <div class=\"hero-scroll-hint\" aria-hidden=\"true\">\n        <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M12 5v14M19 12l-7 7-7-7\"\/><\/svg>\n      <\/div>\n    <\/section>\n\n    <!-- ======================== VALUE PROPOSITION ======================== -->\n    <section class=\"value-section section-padding\" aria-labelledby=\"value-heading\">\n      <div class=\"container\">\n        <h2 id=\"value-heading\" class=\"section-heading reveal\">Pre\u010do je tiramisu.sk <span style=\"color: var(--color-primary);\">v\u00fdnimo\u010dn\u00e1<\/span><\/h2>\n        <p class=\"section-subheading reveal\">Dom\u00e9na, ktor\u00e1 sp\u00e1ja okam\u017eit\u00fa rozpoznate\u013enos\u0165 svetozn\u00e1mej zna\u010dky s d\u00f4verou slovensk\u00e9ho trhu.<\/p>\n        <div class=\"value-grid\">\n          <div class=\"value-card reveal\">\n            <div class=\"value-card-icon\" aria-hidden=\"true\">\ud83c\udf0d<\/div>\n            <h3>Okam\u017eit\u00e1 rozpoznate\u013enos\u0165<\/h3>\n            <p>Tiramisu je svetozn\u00e1my taliansky dezert. Ka\u017ed\u00fd vie, \u010do toto slovo znamen\u00e1 \u2014 nulov\u00e9 n\u00e1klady na budovanie povedomia o zna\u010dke.<\/p>\n          <\/div>\n          <div class=\"value-card reveal\">\n            <div class=\"value-card-icon\" aria-hidden=\"true\">\ud83d\udc8e<\/div>\n            <h3>Kr\u00e1tka a zapam\u00e4tate\u013en\u00e1<\/h3>\n            <p>Iba 11 znakov, priamo opisuje produkt. Z\u00e1kazn\u00edci si ju zapam\u00e4taj\u00fa na prv\u00fd pokus \u2014 ide\u00e1lna pre marketing.<\/p>\n          <\/div>\n          <div class=\"value-card reveal\">\n            <div class=\"value-card-icon\" aria-hidden=\"true\">\ud83c\uddf8\ud83c\uddf0<\/div>\n            <h3>D\u00f4vera .sk dom\u00e9ny<\/h3>\n            <p>Slovensk\u00e1 .sk dom\u00e9na vzbudzuje d\u00f4veru u dom\u00e1cich z\u00e1kazn\u00edkov a signalizuje lok\u00e1lnu pr\u00edtomnos\u0165 na trhu.<\/p>\n          <\/div>\n          <div class=\"value-card reveal\">\n            <div class=\"value-card-icon\" aria-hidden=\"true\">\ud83c\udf7d\ufe0f<\/div>\n            <h3>Univerz\u00e1lne vyu\u017eitie<\/h3>\n            <p>Ide\u00e1lna pre ak\u00e9ko\u013evek podnikanie v gastro segmente \u2014 od cukr\u00e1rne cez e-shop a\u017e po food blog \u010di cateringov\u00fa slu\u017ebu.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <!-- ======================== DOMAIN STATS ======================== -->\n    <section class=\"stats-section section-padding\" aria-labelledby=\"stats-heading\">\n      <div class=\"container\">\n        <h2 id=\"stats-heading\" class=\"section-heading reveal\" style=\"text-align: center;\">Dom\u00e9na v \u010d\u00edslach<\/h2>\n        <p class=\"section-subheading reveal\" style=\"text-align: center; margin-inline: auto;\">K\u013e\u00fa\u010dov\u00e9 parametre, ktor\u00e9 robia z tejto dom\u00e9ny pr\u00e9miov\u00fa invest\u00edciu.<\/p>\n        <div class=\"stats-grid\">\n          <div class=\"stat-card reveal\">\n            <div class=\"stat-label\">TLD<\/div>\n            <div class=\"stat-value\">.sk<\/div>\n            <div class=\"stat-desc\">Slovensk\u00fd trh<\/div>\n          <\/div>\n          <div class=\"stat-card reveal\">\n            <div class=\"stat-label\">D\u013a\u017eka<\/div>\n            <div class=\"stat-value\">11<\/div>\n            <div class=\"stat-desc\">znakov \u2014 kr\u00e1tka a zapam\u00e4tate\u013en\u00e1<\/div>\n          <\/div>\n          <div class=\"stat-card reveal\">\n            <div class=\"stat-label\">Kateg\u00f3ria<\/div>\n            <div class=\"stat-value\">Gastro<\/div>\n            <div class=\"stat-desc\">Food & Beverage<\/div>\n          <\/div>\n          <div class=\"stat-card reveal\">\n            <div class=\"stat-label\">SEO Potenci\u00e1l<\/div>\n            <div class=\"stat-value\" style=\"color: var(--color-primary);\">Extr\u00e9mny<\/div>\n            <div class=\"stat-desc\">Presn\u00fd n\u00e1zov svetozn\u00e1meho dezertu<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <!-- ======================== USE CASES ======================== -->\n    <section class=\"section-padding\" aria-labelledby=\"usecases-heading\">\n      <div class=\"container\">\n        <h2 id=\"usecases-heading\" class=\"section-heading reveal\">Ako vyu\u017ei\u0165 <span style=\"color: var(--color-primary);\">tiramisu.sk<\/span><\/h2>\n        <p class=\"section-subheading reveal\">Predstavte si mo\u017enosti, ktor\u00e9 v\u00e1m t\u00e1to dom\u00e9na otvor\u00ed.<\/p>\n        <div class=\"usecases-grid\">\n          <div class=\"usecase-card reveal\">\n            <div class=\"usecase-icon\" aria-hidden=\"true\">\ud83e\uddc1<\/div>\n            <h3>Cukr\u00e1re\u0148 \/ Pek\u00e1re\u0148<\/h3>\n            <p>Perfektn\u00e1 online prezent\u00e1cia pre va\u0161u cukr\u00e1re\u0148 alebo pek\u00e1re\u0148 \u0161pecializuj\u00facu sa na talianske dezerty.<\/p>\n          <\/div>\n          <div class=\"usecase-card reveal\">\n            <div class=\"usecase-icon\" aria-hidden=\"true\">\ud83d\uded2<\/div>\n            <h3>Online obchod s dezertami<\/h3>\n            <p>E-shop s tiramisu a talianskymi dezertami s dom\u00e9nou, ktor\u00e1 pred\u00e1va sama od seba.<\/p>\n          <\/div>\n          <div class=\"usecase-card reveal\">\n            <div class=\"usecase-icon\" aria-hidden=\"true\">\ud83d\udcdd<\/div>\n            <h3>Food blog \/ Receptov\u00fd port\u00e1l<\/h3>\n            <p>\u201eTiramisu\" patr\u00ed medzi najvyh\u013ead\u00e1vanej\u0161ie dezertov\u00e9 v\u00fdrazy na internete. Organick\u00fd traffic zaru\u010den\u00fd.<\/p>\n          <\/div>\n          <div class=\"usecase-card reveal\">\n            <div class=\"usecase-icon\" aria-hidden=\"true\">\u2615<\/div>\n            <h3>Kaviare\u0148 \/ Re\u0161taur\u00e1cia<\/h3>\n            <p>Zaujmite z\u00e1kazn\u00edkov e\u0161te predt\u00fdm, ne\u017e vst\u00fapia do va\u0161ich priestorov. Dom\u00e9na, ktor\u00e1 buduje chu\u0165.<\/p>\n          <\/div>\n          <div class=\"usecase-card reveal\">\n            <div class=\"usecase-icon\" aria-hidden=\"true\">\ud83c\udf89<\/div>\n            <h3>Catering slu\u017eby<\/h3>\n            <p>Profesion\u00e1lny catering s nezabudnute\u013enou adresou. Ide\u00e1lna pre svadby, firemn\u00e9 eventy a oslavy.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <!-- ======================== WHY SPECIAL ======================== -->\n    <section class=\"special-section section-padding\" aria-labelledby=\"special-heading\">\n      <div class=\"container special-content\">\n        <h2 id=\"special-heading\" class=\"section-heading reveal\">Pre\u010do je <span style=\"color: var(--color-primary);\">tiramisu.sk<\/span> v\u00fdnimo\u010dn\u00e1<\/h2>\n        <p class=\"section-subheading reveal\">Tri d\u00f4vody, pre\u010do t\u00e1to dom\u00e9na stoj\u00ed za invest\u00edciu.<\/p>\n        <div class=\"special-list\">\n          <div class=\"special-item reveal\">\n            <div class=\"special-number\" aria-hidden=\"true\">1<\/div>\n            <div>\n              <h3>Najvyh\u013ead\u00e1vanej\u0161\u00ed dezert na internete<\/h3>\n              <p>\u201eTiramisu\" je jeden z najvyh\u013ead\u00e1vanej\u0161\u00edch dezertov\u00fdch v\u00fdrazov na internete glob\u00e1lne. Vlastn\u00edk tejto dom\u00e9ny z\u00edska pr\u00edstup k obrovsk\u00e9mu objemu organick\u00e9ho vyh\u013ead\u00e1vania.<\/p>\n            <\/div>\n          <\/div>\n          <div class=\"special-item reveal\">\n            <div class=\"special-number\" aria-hidden=\"true\">2<\/div>\n            <div>\n              <h3>Najvy\u0161\u0161ia SEO hodnota<\/h3>\n              <p>Dom\u00e9na s presn\u00fdm n\u00e1zvom produktu (exact match domain) m\u00e1 najvy\u0161\u0161iu SEO hodnotu. Vyh\u013ead\u00e1va\u010de uprednost\u0148uj\u00fa dom\u00e9ny, ktor\u00e9 presne zodpovedaj\u00fa vyh\u013ead\u00e1van\u00e9mu v\u00fdrazu.<\/p>\n            <\/div>\n          <\/div>\n          <div class=\"special-item reveal\">\n            <div class=\"special-number\" aria-hidden=\"true\">3<\/div>\n            <div>\n              <h3>Nulov\u00e9 n\u00e1klady na vysvet\u013eovanie<\/h3>\n              <p>Ka\u017ed\u00fd vie, \u010do je tiramisu. Nemus\u00edte investova\u0165 do budovania povedomia o zna\u010dke \u2014 n\u00e1zov dom\u00e9ny hovor\u00ed s\u00e1m za seba. U\u0161etr\u00edte tis\u00edce na marketingu.<\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <!-- ======================== CTA \/ CONTACT ======================== -->\n    <section id=\"kontakt\" class=\"cta-section section-padding\" aria-labelledby=\"cta-heading\">\n      <div class=\"container cta-content\">\n        <h2 id=\"cta-heading\" class=\"section-heading reveal\" style=\"text-align: center;\">Z\u00edskajte t\u00fato dom\u00e9nu<\/h2>\n        <div class=\"cta-domain reveal\">tiramisu.sk<\/div>\n        <p class=\"cta-text reveal\">M\u00e1te z\u00e1ujem o dom\u00e9nu tiramisu.sk? Kontaktujte ma a dohodneme sa na cene. T\u00e1to pr\u00edle\u017eitos\u0165 sa neopakuje.<\/p>\n        <a href=\"mailto:esatsro@gmail.com?subject=Z%C3%A1ujem%20o%20dom%C3%A9nu%20tiramisu.sk\" class=\"cta-button reveal\" target=\"_blank\" rel=\"noopener noreferrer\">\n          <svg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\"\/><polyline points=\"22,6 12,13 2,6\"\/><\/svg>\n          Nap\u00ed\u0161te mi\n        <\/a>\n        <p class=\"cta-email reveal\">\n          alebo priamo na <a href=\"mailto:esat@esat.sk?subject=Z%C3%A1ujem%20o%20dom%C3%A9nu%20tiramisu.sk\" target=\"_blank\" rel=\"noopener noreferrer\">esat@esat.sk<\/a>\n        <\/p>\n      <\/div>\n    <\/section>\n  <\/main>\n\n  <!-- Footer -->\n  <footer class=\"site-footer\">\n    <div class=\"footer-brand\">tiramisu.sk \u2014 pr\u00e9miov\u00e1 dom\u00e9na na predaj<\/div>\n    <div class=\"footer-copy\">&copy; 2026 V\u0161etky pr\u00e1va vyhraden\u00e9.<\/div>\n  <\/footer>\n\n  <!-- ============================================================\n       JAVASCRIPT \u2014 Theme toggle + smooth scroll\n       ============================================================ -->\n  <script>\n    (function() {\n      \/* Theme toggle *\/\n      var toggle = document.querySelector('[data-theme-toggle]');\n      var root = document.documentElement;\n      \/* Default to dark mode as primary *\/\n      var theme = 'dark';\n      root.setAttribute('data-theme', theme);\n      updateIcon();\n\n      if (toggle) {\n        toggle.addEventListener('click', function() {\n          theme = theme === 'dark' ? 'light' : 'dark';\n          root.setAttribute('data-theme', theme);\n          toggle.setAttribute('aria-label', theme === 'dark' ? 'Prepn\u00fa\u0165 na svetl\u00fd re\u017eim' : 'Prepn\u00fa\u0165 na tmav\u00fd re\u017eim');\n          updateIcon();\n        });\n      }\n\n      function updateIcon() {\n        if (!toggle) return;\n        if (theme === 'dark') {\n          toggle.innerHTML = '<svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"5\"\/><path d=\"M12 1v2M12 21v2M4.22 4.22l1.42 1.42M18.36 18.36l1.42 1.42M1 12h2M21 12h2M4.22 19.78l1.42-1.42M18.36 5.64l1.42-1.42\"\/><\/svg>';\n        } else {\n          toggle.innerHTML = '<svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z\"\/><\/svg>';\n        }\n      }\n    })();\n  <\/script>\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-503c6a2 e-flex e-con-boxed e-con e-parent\" data-id=\"503c6a2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>tiramisu.sk \u2014 Pr\u00e9miov\u00e1 .sk dom\u00e9na na predaj Presko\u010di\u0165 na obsah tiramisu.sk M\u00e1m z\u00e1ujem Pr\u00e9miov\u00e1 .sk dom\u00e9na na predaj tiramisu.sk Z\u00edskajte dom\u00e9nu, ktor\u00fa si zapam\u00e4t\u00e1 ka\u017ed\u00fd M\u00e1m z\u00e1ujem Pre\u010do je tiramisu.sk v\u00fdnimo\u010dn\u00e1 Dom\u00e9na, ktor\u00e1 sp\u00e1ja okam\u017eit\u00fa rozpoznate\u013enos\u0165 svetozn\u00e1mej zna\u010dky s d\u00f4verou slovensk\u00e9ho trhu. \ud83c\udf0d Okam\u017eit\u00e1 rozpoznate\u013enos\u0165 Tiramisu je svetozn\u00e1my taliansky dezert. Ka\u017ed\u00fd vie, \u010do toto slovo [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-15","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/tiramisu.sk\/index.php?rest_route=\/wp\/v2\/pages\/15","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tiramisu.sk\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tiramisu.sk\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tiramisu.sk\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tiramisu.sk\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=15"}],"version-history":[{"count":15,"href":"https:\/\/tiramisu.sk\/index.php?rest_route=\/wp\/v2\/pages\/15\/revisions"}],"predecessor-version":[{"id":38,"href":"https:\/\/tiramisu.sk\/index.php?rest_route=\/wp\/v2\/pages\/15\/revisions\/38"}],"wp:attachment":[{"href":"https:\/\/tiramisu.sk\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=15"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}