{"product_id":"diy-planes-48-cm-hand-throw-airplane-epp-foam-launch-fly-glider-model-aircraft-outdoor-fun-toys-for-children-party-game-gifts","title":"Samolot z pianki dla dzieci","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eSamolot z Pianki – Zabawka dla Dzieci\u003c\/title\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Baloo+2:wght@400;600;800\u0026amp;family=Nunito:wght@400;600;700;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --sky: #e0f4ff;\n    --sky-mid: #b8e6ff;\n    --blue: #1a7fc4;\n    --blue-dark: #0d5a8f;\n    --orange: #ff7b1a;\n    --orange-light: #ffb366;\n    --yellow: #ffd700;\n    --green: #3bcc7e;\n    --white: #ffffff;\n    --text: #1a2a3a;\n    --text-soft: #4a6278;\n    --cloud: rgba(255,255,255,0.85);\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n\n  body {\n    font-family: 'Nunito', sans-serif;\n    background: linear-gradient(160deg, #cdeeff 0%, #e8f7ff 40%, #fff9ee 100%);\n    color: var(--text);\n    overflow-x: hidden;\n  }\n\n  \/* ── HERO ── *\/\n  .hero {\n    position: relative;\n    min-height: 100vh;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    text-align: center;\n    padding: 60px 20px 40px;\n    overflow: hidden;\n  }\n\n  \/* clouds *\/\n  .cloud {\n    position: absolute;\n    background: var(--cloud);\n    border-radius: 50px;\n    filter: blur(2px);\n    opacity: 0.7;\n    animation: drift linear infinite;\n  }\n  .cloud::before, .cloud::after {\n    content: '';\n    position: absolute;\n    background: var(--cloud);\n    border-radius: 50%;\n  }\n  .c1 { width: 180px; height: 55px; top: 12%; left: -200px; animation-duration: 28s; animation-delay: 0s; }\n  .c1::before { width: 80px; height: 70px; top: -35px; left: 30px; }\n  .c1::after  { width: 60px; height: 55px; top: -25px; left: 80px; }\n  .c2 { width: 140px; height: 40px; top: 30%; left: -160px; animation-duration: 22s; animation-delay: -10s; }\n  .c2::before { width: 60px; height: 55px; top: -28px; left: 20px; }\n  .c2::after  { width: 50px; height: 40px; top: -18px; left: 65px; }\n  .c3 { width: 200px; height: 60px; top: 60%; left: -230px; animation-duration: 35s; animation-delay: -5s; }\n  .c3::before { width: 90px; height: 80px; top: -42px; left: 35px; }\n  .c3::after  { width: 70px; height: 60px; top: -30px; left: 90px; }\n  .c4 { width: 110px; height: 35px; top: 80%; left: -130px; animation-duration: 19s; animation-delay: -15s; }\n  .c4::before { width: 50px; height: 45px; top: -22px; left: 18px; }\n  .c4::after  { width: 40px; height: 35px; top: -15px; left: 55px; }\n\n  @keyframes drift {\n    from { transform: translateX(0); }\n    to   { transform: translateX(calc(100vw + 300px)); }\n  }\n\n  \/* plane emoji deco *\/\n  .deco-plane {\n    position: absolute;\n    font-size: 2.2rem;\n    opacity: 0.18;\n    animation: flyAcross 18s linear infinite;\n    top: 22%;\n  }\n  @keyframes flyAcross {\n    from { left: -80px; transform: rotate(-5deg); }\n    to   { left: 110%; transform: rotate(-5deg); }\n  }\n\n  .badge {\n    display: inline-block;\n    background: var(--orange);\n    color: #fff;\n    font-size: 0.78rem;\n    font-weight: 900;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    padding: 6px 18px;\n    border-radius: 30px;\n    margin-bottom: 22px;\n    box-shadow: 0 4px 14px rgba(255,123,26,0.4);\n    animation: popIn 0.6s cubic-bezier(.34,1.56,.64,1) 0.2s both;\n  }\n\n  .hero-title {\n    font-family: 'Baloo 2', cursive;\n    font-size: clamp(2.6rem, 7vw, 5.2rem);\n    font-weight: 800;\n    line-height: 1.05;\n    color: var(--blue-dark);\n    animation: popIn 0.7s cubic-bezier(.34,1.56,.64,1) 0.35s both;\n  }\n  .hero-title span {\n    color: var(--orange);\n    display: inline-block;\n  }\n\n  .hero-sub {\n    font-size: clamp(1rem, 2.5vw, 1.25rem);\n    color: var(--text-soft);\n    max-width: 560px;\n    margin: 18px auto 32px;\n    line-height: 1.65;\n    font-weight: 600;\n    animation: popIn 0.7s cubic-bezier(.34,1.56,.64,1) 0.5s both;\n  }\n\n  .hero-cta {\n    display: inline-block;\n    background: linear-gradient(135deg, var(--orange), #ff5500);\n    color: #fff;\n    font-family: 'Baloo 2', cursive;\n    font-size: 1.15rem;\n    font-weight: 700;\n    padding: 16px 42px;\n    border-radius: 50px;\n    text-decoration: none;\n    box-shadow: 0 8px 28px rgba(255,100,0,0.45), 0 2px 6px rgba(0,0,0,0.1);\n    transition: transform 0.2s, box-shadow 0.2s;\n    animation: popIn 0.7s cubic-bezier(.34,1.56,.64,1) 0.65s both;\n    cursor: pointer;\n  }\n  .hero-cta:hover {\n    transform: translateY(-3px) scale(1.03);\n    box-shadow: 0 12px 36px rgba(255,100,0,0.5);\n  }\n\n  \/* big airplane illustration *\/\n  .plane-wrap {\n    position: relative;\n    margin: 40px auto 0;\n    width: min(380px, 88vw);\n    animation: floatPlane 4s ease-in-out infinite;\n  }\n  @keyframes floatPlane {\n    0%,100% { transform: translateY(0) rotate(-2deg); }\n    50%      { transform: translateY(-18px) rotate(2deg); }\n  }\n\n  .plane-svg {\n    width: 100%;\n    filter: drop-shadow(0 18px 32px rgba(26,127,196,0.22));\n  }\n\n  \/* trail *\/\n  .trail {\n    position: absolute;\n    top: 44%;\n    right: 96%;\n    display: flex;\n    gap: 7px;\n    align-items: center;\n    opacity: 0.55;\n    animation: trailFade 2s ease-in-out infinite;\n  }\n  .trail span {\n    display: block;\n    background: var(--blue);\n    border-radius: 30px;\n    height: 6px;\n  }\n  .trail span:nth-child(1) { width: 34px; opacity: 0.3; }\n  .trail span:nth-child(2) { width: 22px; opacity: 0.5; }\n  .trail span:nth-child(3) { width: 12px; opacity: 0.7; }\n  @keyframes trailFade {\n    0%,100% { opacity: 0.45; }\n    50%      { opacity: 0.8; }\n  }\n\n  .size-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 14px;\n    background: linear-gradient(135deg, #fff8e1, #fff3c4);\n    border: 2px solid var(--yellow);\n    border-radius: 16px;\n    padding: 14px 24px;\n    margin-bottom: 32px;\n    box-shadow: 0 4px 18px rgba(255,215,0,0.3);\n    text-align: left;\n    max-width: 480px;\n    animation: popIn 0.7s cubic-bezier(.34,1.56,.64,1) 0.55s both;\n  }\n  .size-icon { font-size: 1.8rem; flex-shrink: 0; }\n  .size-badge strong {\n    display: block;\n    font-family: 'Baloo 2', cursive;\n    font-size: 1.05rem;\n    color: var(--blue-dark);\n    font-weight: 800;\n  }\n  .size-badge span {\n    font-size: 0.85rem;\n    color: var(--text-soft);\n    font-weight: 600;\n  }\n\n  @keyframes popIn {\n    from { opacity: 0; transform: scale(0.8) translateY(20px); }\n    to   { opacity: 1; transform: scale(1) translateY(0); }\n  }\n\n  \/* ── INTRO HOOK ── *\/\n  .hook {\n    background: var(--blue-dark);\n    color: #fff;\n    text-align: center;\n    padding: 52px 24px;\n    position: relative;\n    overflow: hidden;\n  }\n  .hook::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: radial-gradient(ellipse at 70% 50%, rgba(255,180,60,0.15) 0%, transparent 65%);\n  }\n  .hook h2 {\n    font-family: 'Baloo 2', cursive;\n    font-size: clamp(1.6rem, 4vw, 2.6rem);\n    font-weight: 800;\n    line-height: 1.25;\n    max-width: 700px;\n    margin: 0 auto 16px;\n    position: relative;\n  }\n  .hook h2 em {\n    font-style: normal;\n    color: var(--yellow);\n  }\n  .hook p {\n    font-size: 1.05rem;\n    opacity: 0.85;\n    max-width: 580px;\n    margin: 0 auto;\n    line-height: 1.7;\n    position: relative;\n  }\n\n  \/* ── FEATURES ── *\/\n  .features {\n    padding: 70px 24px;\n    max-width: 1060px;\n    margin: 0 auto;\n  }\n  .section-label {\n    text-align: center;\n    font-size: 0.78rem;\n    font-weight: 900;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    color: var(--blue);\n    margin-bottom: 10px;\n  }\n  .section-title {\n    text-align: center;\n    font-family: 'Baloo 2', cursive;\n    font-size: clamp(1.7rem, 4vw, 2.6rem);\n    font-weight: 800;\n    color: var(--blue-dark);\n    margin-bottom: 48px;\n  }\n\n  .feat-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n    gap: 24px;\n  }\n\n  .feat-card {\n    background: #fff;\n    border-radius: 22px;\n    padding: 32px 26px;\n    box-shadow: 0 4px 24px rgba(26,127,196,0.10);\n    transition: transform 0.25s, box-shadow 0.25s;\n    position: relative;\n    overflow: hidden;\n  }\n  .feat-card::after {\n    content: '';\n    position: absolute;\n    bottom: 0; left: 0; right: 0;\n    height: 4px;\n    border-radius: 0 0 22px 22px;\n    background: linear-gradient(90deg, var(--blue), var(--orange));\n  }\n  .feat-card:hover {\n    transform: translateY(-6px);\n    box-shadow: 0 12px 36px rgba(26,127,196,0.18);\n  }\n  .feat-icon {\n    font-size: 2.4rem;\n    margin-bottom: 14px;\n    display: block;\n  }\n  .feat-card h3 {\n    font-family: 'Baloo 2', cursive;\n    font-size: 1.18rem;\n    font-weight: 700;\n    color: var(--blue-dark);\n    margin-bottom: 8px;\n  }\n  .feat-card p {\n    font-size: 0.97rem;\n    color: var(--text-soft);\n    line-height: 1.65;\n  }\n\n  \/* ── GATEWAY SECTION ── *\/\n  .gateway {\n    background: linear-gradient(135deg, #fff9ee 0%, #ffefd5 100%);\n    padding: 70px 24px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .gateway::before {\n    content: '✈️';\n    position: absolute;\n    font-size: 14rem;\n    opacity: 0.05;\n    top: -20px;\n    right: -40px;\n    line-height: 1;\n  }\n  .gateway .section-title { color: var(--orange); }\n  .gateway-text {\n    font-size: clamp(1rem, 2.2vw, 1.18rem);\n    color: var(--text-soft);\n    max-width: 680px;\n    margin: 0 auto 36px;\n    line-height: 1.75;\n    font-weight: 600;\n  }\n  .gateway-text strong {\n    color: var(--orange);\n    font-weight: 900;\n  }\n\n  \/* steps *\/\n  .steps {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 20px;\n    justify-content: center;\n    max-width: 820px;\n    margin: 0 auto 44px;\n  }\n  .step {\n    background: #fff;\n    border-radius: 18px;\n    padding: 24px 22px;\n    width: 220px;\n    box-shadow: 0 4px 16px rgba(255,123,26,0.12);\n    position: relative;\n  }\n  .step-num {\n    position: absolute;\n    top: -14px; left: 20px;\n    background: var(--orange);\n    color: #fff;\n    font-family: 'Baloo 2', cursive;\n    font-weight: 800;\n    font-size: 0.85rem;\n    padding: 3px 12px;\n    border-radius: 20px;\n    box-shadow: 0 3px 10px rgba(255,123,26,0.3);\n  }\n  .step h4 {\n    font-family: 'Baloo 2', cursive;\n    font-size: 1.05rem;\n    font-weight: 700;\n    color: var(--blue-dark);\n    margin-bottom: 6px;\n  }\n  .step p {\n    font-size: 0.9rem;\n    color: var(--text-soft);\n    line-height: 1.55;\n  }\n\n  \/* ── BENEFITS ── *\/\n  .benefits {\n    padding: 70px 24px;\n    max-width: 1060px;\n    margin: 0 auto;\n  }\n  .ben-list {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 18px;\n    margin-top: 0;\n  }\n  .ben-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 16px;\n    background: #fff;\n    border-radius: 16px;\n    padding: 22px 20px;\n    box-shadow: 0 2px 14px rgba(26,127,196,0.08);\n  }\n  .ben-dot {\n    flex-shrink: 0;\n    width: 44px; height: 44px;\n    background: linear-gradient(135deg, var(--blue), #3ab0ff);\n    border-radius: 12px;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 1.3rem;\n    box-shadow: 0 4px 12px rgba(26,127,196,0.25);\n  }\n  .ben-item h4 {\n    font-family: 'Baloo 2', cursive;\n    font-size: 1.02rem;\n    font-weight: 700;\n    color: var(--blue-dark);\n    margin-bottom: 4px;\n  }\n  .ben-item p {\n    font-size: 0.9rem;\n    color: var(--text-soft);\n    line-height: 1.55;\n  }\n\n  \/* ── FINAL CTA ── *\/\n  .cta-section {\n    background: linear-gradient(135deg, var(--blue-dark) 0%, #1060aa 100%);\n    color: #fff;\n    text-align: center;\n    padding: 80px 24px;\n    position: relative;\n    overflow: hidden;\n  }\n  .cta-section::before {\n    content: '';\n    position: absolute;\n    width: 500px; height: 500px;\n    background: radial-gradient(circle, rgba(255,215,0,0.15), transparent 70%);\n    top: -150px; right: -100px;\n    border-radius: 50%;\n  }\n  .cta-section h2 {\n    font-family: 'Baloo 2', cursive;\n    font-size: clamp(1.8rem, 4.5vw, 3rem);\n    font-weight: 800;\n    margin-bottom: 16px;\n    position: relative;\n  }\n  .cta-section h2 span { color: var(--yellow); }\n  .cta-section p {\n    font-size: 1.05rem;\n    opacity: 0.85;\n    max-width: 540px;\n    margin: 0 auto 36px;\n    line-height: 1.7;\n    position: relative;\n  }\n  .cta-big {\n    display: inline-block;\n    background: linear-gradient(135deg, var(--orange), #ff4d00);\n    color: #fff;\n    font-family: 'Baloo 2', cursive;\n    font-size: 1.25rem;\n    font-weight: 800;\n    padding: 18px 52px;\n    border-radius: 50px;\n    cursor: pointer;\n    box-shadow: 0 8px 30px rgba(255,80,0,0.5);\n    transition: transform 0.2s, box-shadow 0.2s;\n    position: relative;\n    text-decoration: none;\n  }\n  .cta-big:hover {\n    transform: translateY(-4px) scale(1.04);\n    box-shadow: 0 14px 40px rgba(255,80,0,0.55);\n  }\n\n  .safety-note {\n    margin-top: 24px;\n    font-size: 0.85rem;\n    opacity: 0.6;\n    position: relative;\n  }\n\n  \/* ── RESPONSIVE ── *\/\n  @media (max-width: 540px) {\n    .hero { padding-top: 80px; }\n    .feat-grid { grid-template-columns: 1fr; }\n    .ben-list  { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\n\n\n\u003c!-- ═══════════ HERO ═══════════ --\u003e\n\u003csection class=\"hero\"\u003e\n  \u003cdiv class=\"cloud c1\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"cloud c2\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"cloud c3\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"cloud c4\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"deco-plane\"\u003e✈️\u003c\/div\u003e\n\n  \u003cdiv class=\"badge\"\u003e✈️ Nowość dla małych pilotów\u003c\/div\u003e\n\n  \u003ch1 class=\"hero-title\"\u003e\n    Piankowy Samolot –\u003cbr\u003e\n    \u003cspan\u003ePierwsze Loty Twojego Dziecka\u003c\/span\u003e\n  \u003c\/h1\u003e\n\n  \u003cp class=\"hero-sub\"\u003e\n    Rzuć. Obserwuj. Uśmiechaj się. Tak prosta zabawka, a tyle radości!\n    Bezpieczna pianka, kolorowe wzory i prawdziwa aerodynamika w miniaturze.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"size-badge\"\u003e\n    \u003cspan class=\"size-icon\"\u003e📐\u003c\/span\u003e\n    \u003cdiv\u003e\n      \u003cstrong\u003ePrawdziwie duży – 48 cm rozpiętości skrzydeł!\u003c\/strong\u003e\n      \u003cspan\u003eWidoczny z daleka, stabilny w locie, robi wrażenie na całym podwórku\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n\n  \u003c!-- SVG Airplane --\u003e\n  \u003cdiv class=\"plane-wrap\"\u003e\n    \u003cdiv class=\"trail\"\u003e\n      \u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003csvg class=\"plane-svg\" viewbox=\"0 0 420 200\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n      \u003c!-- body --\u003e\n      \u003cellipse cx=\"210\" cy=\"105\" rx=\"165\" ry=\"32\" fill=\"#1a7fc4\"\u003e\u003c\/ellipse\u003e\n      \u003c!-- nose --\u003e\n      \u003cellipse cx=\"372\" cy=\"105\" rx=\"22\" ry=\"18\" fill=\"#0d5a8f\"\u003e\u003c\/ellipse\u003e\n      \u003c!-- cockpit window --\u003e\n      \u003cellipse cx=\"340\" cy=\"97\" rx=\"18\" ry=\"13\" fill=\"#e0f4ff\" opacity=\"0.9\"\u003e\u003c\/ellipse\u003e\n      \u003cellipse cx=\"340\" cy=\"96\" rx=\"11\" ry=\"8\" fill=\"#b8e6ff\"\u003e\u003c\/ellipse\u003e\n      \u003c!-- main wing top --\u003e\n      \u003cpath d=\"M230,105 L280,38 L320,45 L270,105Z\" fill=\"#ff7b1a\"\u003e\u003c\/path\u003e\n      \u003c!-- main wing bottom --\u003e\n      \u003cpath d=\"M230,105 L280,172 L320,165 L270,105Z\" fill=\"#ff9944\"\u003e\u003c\/path\u003e\n      \u003c!-- tail fin vertical --\u003e\n      \u003cpath d=\"M80,105 L60,62 L120,80 Z\" fill=\"#ffd700\"\u003e\u003c\/path\u003e\n      \u003c!-- tail wing horizontal --\u003e\n      \u003cpath d=\"M80,105 L55,78 L115,95 Z\" fill=\"#ffd700\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M80,105 L55,132 L115,115 Z\" fill=\"#ffd700\"\u003e\u003c\/path\u003e\n      \u003c!-- stripes --\u003e\n      \u003crect x=\"160\" y=\"74\" width=\"140\" height=\"10\" rx=\"5\" fill=\"rgba(255,255,255,0.25)\"\u003e\u003c\/rect\u003e\n      \u003crect x=\"160\" y=\"116\" width=\"140\" height=\"10\" rx=\"5\" fill=\"rgba(255,255,255,0.25)\"\u003e\u003c\/rect\u003e\n      \u003c!-- windows --\u003e\n      \u003ccircle cx=\"290\" cy=\"95\" r=\"7\" fill=\"#e0f4ff\" opacity=\"0.8\"\u003e\u003c\/circle\u003e\n      \u003ccircle cx=\"265\" cy=\"95\" r=\"7\" fill=\"#e0f4ff\" opacity=\"0.8\"\u003e\u003c\/circle\u003e\n      \u003ccircle cx=\"240\" cy=\"95\" r=\"7\" fill=\"#e0f4ff\" opacity=\"0.8\"\u003e\u003c\/circle\u003e\n      \u003ccircle cx=\"215\" cy=\"95\" r=\"7\" fill=\"#e0f4ff\" opacity=\"0.8\"\u003e\u003c\/circle\u003e\n      \u003c!-- wing tip dots --\u003e\n      \u003ccircle cx=\"280\" cy=\"38\" r=\"5\" fill=\"#fff\" opacity=\"0.7\"\u003e\u003c\/circle\u003e\n      \u003ccircle cx=\"280\" cy=\"172\" r=\"5\" fill=\"#fff\" opacity=\"0.7\"\u003e\u003c\/circle\u003e\n    \u003c\/svg\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ═══════════ HOOK ═══════════ --\u003e\n\u003csection class=\"hook\"\u003e\n  \u003ch2\u003eCzy wiesz, że \u003cem\u003erzucenie samolotu z pianki\u003c\/em\u003e\u003cbr\u003eto pierwszy krok do pasji na całe życie?\u003c\/h2\u003e\n  \u003cp\u003eModele RC, szybowce, drony – każdy pilot kiedyś zaczął od prostej zabawki. Daj swojemu dziecku ten \u003cstrong\u003emagiczny moment pierwszego lotu\u003c\/strong\u003e i obserwuj, jak w jego oczach zapala się iskra.\u003c\/p\u003e\n\u003c\/section\u003e\n\n\u003c!-- ═══════════ FEATURES ═══════════ --\u003e\n\u003csection class=\"features\"\u003e\n  \u003cp class=\"section-label\"\u003eDlaczego właśnie ten samolot?\u003c\/p\u003e\n  \u003ch2 class=\"section-title\"\u003eZaprojektowany dla radości i bezpieczeństwa\u003c\/h2\u003e\n  \u003cdiv class=\"feat-grid\"\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cspan class=\"feat-icon\"\u003e🪶\u003c\/span\u003e\n      \u003ch3\u003eLekka, bezpieczna pianka\u003c\/h3\u003e\n      \u003cp\u003eWykonany z miękkiej, certyfikowanej pianki EPP. Nie boli przy uderzeniu, nie łamie się przy upadku – możesz rzucać go bez obaw, raz po raz.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cspan class=\"feat-icon\"\u003e🎯\u003c\/span\u003e\n      \u003ch3\u003eNaprawdę lata – daleko i stabilnie\u003c\/h3\u003e\n      \u003cp\u003eAerodynamiczny kształt sprawia, że samolot płynie przez powietrze zadziwiająco daleko. Jedno rzucenie = mnóstwo śmiechu i podbiegania!\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cspan class=\"feat-icon\"\u003e🎨\u003c\/span\u003e\n      \u003ch3\u003eKolory, które wołają: „złap mnie!\"\u003c\/h3\u003e\n      \u003cp\u003eŻywe, nasycone barwy przyciągają wzrok i zachęcają do zabawy. Idealny na trawniku, w parku czy na plaży – zawsze widoczny!\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cspan class=\"feat-icon\"\u003e⚡\u003c\/span\u003e\n      \u003ch3\u003eGotowy do lotu w sekundę\u003c\/h3\u003e\n      \u003cp\u003eŻadnego montażu, żadnych baterii, żadnych instrukcji. Wyjmij z pudełka, rzuć – i leć. Taka powinna być dobra zabawka.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cspan class=\"feat-icon\"\u003e🌿\u003c\/span\u003e\n      \u003ch3\u003eBezpieczny i ekologiczny\u003c\/h3\u003e\n      \u003cp\u003eMateriały wolne od toksycznych substancji, przyjazne dla środowiska. Możesz mieć pewność, że Twoje dziecko jest w dobrych rękach.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feat-card\"\u003e\n      \u003cspan class=\"feat-icon\"\u003e🎁\u003c\/span\u003e\n      \u003ch3\u003ePrezent, który zawsze trafia\u003c\/h3\u003e\n      \u003cp\u003eUrodziny, Mikołajki, „tak po prostu\" – każda chwila jest dobra, by podarować dziecku coś, co sprawi realną radość, nie wyląduje w szufladzie.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ═══════════ GATEWAY ═══════════ --\u003e\n\u003csection class=\"gateway\"\u003e\n  \u003cp class=\"section-label\"\u003eBrama do większego świata\u003c\/p\u003e\n  \u003ch2 class=\"section-title\"\u003eOd pianki do prawdziwych modeli ✈️\u003c\/h2\u003e\n  \u003cp class=\"gateway-text\"\u003e\n    Ten samolot to \u003cstrong\u003enie zwykła zabawka\u003c\/strong\u003e – to Twoje dziecko w roli pilota po raz pierwszy.\n    Dzieci, które bawią się modelami lotniczymi, szybciej rozumieją fizykę, chętniej eksperymentują\n    i naturalnie przechodzą do \u003cstrong\u003ebardziej zaawansowanych modeli RC i szybowców\u003c\/strong\u003e.\n    Zacznij od czegoś prostego – i pozwól wyobraźni wyznaczać pułap.\n  \u003c\/p\u003e\n  \u003cdiv class=\"steps\"\u003e\n    \u003cdiv class=\"step\"\u003e\n      \u003cdiv class=\"step-num\"\u003eKrok 1\u003c\/div\u003e\n      \u003ch4\u003ePiankowy samolot\u003c\/h4\u003e\n      \u003cp\u003ePierwsze rzuty, pierwsze loty, pierwsze pytanie: „dlaczego to leci?\"\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"step\"\u003e\n      \u003cdiv class=\"step-num\"\u003eKrok 2\u003c\/div\u003e\n      \u003ch4\u003eModele składane\u003c\/h4\u003e\n      \u003cp\u003eSamodzielne budowanie, planowanie lotu, nauka aerodynamiki przez zabawę.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"step\"\u003e\n      \u003cdiv class=\"step-num\"\u003eKrok 3\u003c\/div\u003e\n      \u003ch4\u003eDrony i modele RC\u003c\/h4\u003e\n      \u003cp\u003eSterowanie, manewrowanie, prawdziwe pilotowanie – i kto wie, co dalej!\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ═══════════ BENEFITS ═══════════ --\u003e\n\u003csection class=\"benefits\"\u003e\n  \u003cp class=\"section-label\"\u003eCo zyskuje Twoje dziecko?\u003c\/p\u003e\n  \u003ch2 class=\"section-title\"\u003eZabawa, która naprawdę rozwija\u003c\/h2\u003e\n  \u003cdiv class=\"ben-list\"\u003e\n    \u003cdiv class=\"ben-item\"\u003e\n      \u003cdiv class=\"ben-dot\"\u003e🏃\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eAktywność na świeżym powietrzu\u003c\/h4\u003e\n        \u003cp\u003eKażdy lot kończy się biegiem po samolot. Naturalny ruch zamiast ekranu.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ben-item\"\u003e\n      \u003cdiv class=\"ben-dot\"\u003e🤝\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eŚwietna zabawa w grupie\u003c\/h4\u003e\n        \u003cp\u003ePodwórko, park, plaża – kto rzuci dalej? Rywalizacja łączy i bawi.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ben-item\"\u003e\n      \u003cdiv class=\"ben-dot\"\u003e🧠\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eKoordynacja ręka–oko\u003c\/h4\u003e\n        \u003cp\u003eNauka celowania i kontroli toru lotu ćwiczy precyzję i skupienie.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ben-item\"\u003e\n      \u003cdiv class=\"ben-dot\"\u003e💡\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eWyobraźnia bez granic\u003c\/h4\u003e\n        \u003cp\u003eLinie lotnicze, misje ratunkowe, wyścigi – dzieci same tworzą historię.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ben-item\"\u003e\n      \u003cdiv class=\"ben-dot\"\u003e🔬\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003ePierwsze pytania o fizykę\u003c\/h4\u003e\n        \u003cp\u003e„Dlaczego lata?\" – to pytanie, które może zmienić wszystko. Niech pada jak najczęściej.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ben-item\"\u003e\n      \u003cdiv class=\"ben-dot\"\u003e😊\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch4\u003eCzysta, bezpretensjonalna radość\u003c\/h4\u003e\n        \u003cp\u003eBez ładowania, bez parowania, bez setup. Rzuć i ciesz się chwilą razem z dzieckiem.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ═══════════ FINAL CTA ═══════════ --\u003e\n\u003csection class=\"cta-section\"\u003e\n  \u003ch2\u003eGotowy na \u003cspan\u003epierwszy start?\u003c\/span\u003e 🚀\u003c\/h2\u003e\n  \u003cp\u003e\n    Daj swojemu dziecku coś więcej niż zabawkę – daj mu powód, żeby wybiec na zewnątrz,\n    podnieść głowę ku niebu i zapytać: \u003cem\u003e„A może wyżej?\"\u003c\/em\u003e\n  \u003c\/p\u003e\n  \u003cp class=\"safety-note\"\u003e🔒 Bezpieczne materiały · 🌿 Bez toksyn · 📦 Szybka wysyłka\u003c\/p\u003e\n\u003c\/section\u003e\n\n\n\u003c\/body\u003e","brand":"Sklep Online","offers":[{"title":"48cm Orange","offer_id":53246814323026,"sku":"14:366#48cm Orange","price":12.99,"currency_code":"PLN","in_stock":true},{"title":"48cm Green","offer_id":53246814421330,"sku":"14:350853#48cm Green","price":12.99,"currency_code":"PLN","in_stock":true},{"title":"48cm Red","offer_id":53246814454098,"sku":"14:496#48cm Red","price":12.99,"currency_code":"PLN","in_stock":true},{"title":"48cm Blue","offer_id":53246814486866,"sku":"14:1052#48cm Blue","price":12.99,"currency_code":"PLN","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1069\/1090\/8754\/files\/SamolotyPiankowe.webp?v=1777045462","url":"https:\/\/www.micrcshop.pl\/products\/diy-planes-48-cm-hand-throw-airplane-epp-foam-launch-fly-glider-model-aircraft-outdoor-fun-toys-for-children-party-game-gifts","provider":"MicRC","version":"1.0","type":"link"}