{"product_id":"satfield-satellite-crop-health-reports-plans-from-29-month","title":"SatField — Satellite Crop Health Reports (Plans from €29\/month)","description":"\u003cbody\u003e\n\u003cmeta http-equiv=\"Content-Type\" content=\"text\/html; charset=UTF-8\"\u003e\n\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eSatField — Field Intelligence Plans\u003c\/title\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Mono:wght@300;400\u0026amp;family=DM+Sans:ital,wght@0,300;0,400;0,500;1,400\u0026amp;family=Space+Grotesk:wght@400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --blue:    #185FA5;\n    --blue-l:  #3E88CF;\n    --green:   #1D9E75;\n    --green-l: #2ECC71;\n    --green-d: #0F6E56;\n    --navy:    #0D2137;\n    --navy-m:  #132D45;\n    --navy-l:  #1E4060;\n    --text:    #E8EDF2;\n    --muted:   #6D8194;\n    --border:  rgba(255,255,255,0.08);\n  }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    background: var(--navy);\n    color: var(--text);\n    font-family: 'DM Sans', sans-serif;\n    font-weight: 300;\n    min-height: 100vh;\n    overflow-x: hidden;\n  }\n\n  \/* ── HERO ── *\/\n  .hero {\n    position: relative;\n    padding: 72px 60px 64px;\n    border-bottom: 1px solid var(--border);\n    overflow: hidden;\n  }\n\n  .hero::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background:\n      radial-gradient(ellipse 70% 60% at 80% 50%, rgba(29,158,117,0.12) 0%, transparent 70%),\n      radial-gradient(ellipse 40% 40% at 10% 80%, rgba(24,95,165,0.28) 0%, transparent 60%);\n    pointer-events: none;\n  }\n\n  \/* Satellite grid overlay *\/\n  .hero::after {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background-image:\n      linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),\n      linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);\n    background-size: 48px 48px;\n    pointer-events: none;\n  }\n\n  .hero-inner {\n    position: relative;\n    z-index: 1;\n    max-width: 960px;\n    margin: 0 auto;\n    display: grid;\n    grid-template-columns: 1fr auto;\n    align-items: end;\n    gap: 40px;\n  }\n\n  \/* ── LOGO LOCKUP ── *\/\n  .hero-logo {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    margin-bottom: 32px;\n  }\n  .logo-mark svg { height: 50px; width: 50px; display: block; }\n  .wordmark {\n    font-family: 'Space Grotesk', sans-serif;\n    font-size: 27px;\n    font-weight: 600;\n    letter-spacing: 0.3px;\n  }\n  .w-sat { color: var(--blue-l); }\n  .w-field { color: var(--green-l); }\n\n  .hero-eyebrow {\n    font-family: 'DM Mono', monospace;\n    font-size: 11px;\n    letter-spacing: 3px;\n    color: var(--blue-l);\n    text-transform: uppercase;\n    margin-bottom: 20px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n\n  .hero-eyebrow::before {\n    content: '';\n    display: block;\n    width: 24px;\n    height: 1px;\n    background: var(--blue-l);\n  }\n\n  h1 {\n    font-family: 'Space Grotesk', sans-serif;\n    font-size: clamp(36px, 5vw, 56px);\n    font-weight: 500;\n    line-height: 1.08;\n    letter-spacing: -1px;\n    color: #fff;\n    margin-bottom: 20px;\n  }\n\n  h1 em {\n    font-style: normal;\n    color: var(--green-l);\n  }\n\n  .hero-sub {\n    font-size: 15px;\n    color: var(--muted);\n    line-height: 1.7;\n    max-width: 480px;\n  }\n\n  \/* ── CTA BUTTON ── *\/\n  .btn-primary {\n    display: inline-block;\n    background: var(--green);\n    color: #fff;\n    font-family: 'DM Sans', sans-serif;\n    font-weight: 500;\n    font-size: 14px;\n    letter-spacing: 0.3px;\n    text-decoration: none;\n    padding: 14px 30px;\n    border-radius: 10px;\n    border: 1px solid var(--green);\n    transition: background 0.2s, transform 0.2s;\n    cursor: pointer;\n  }\n  .btn-primary:hover { background: var(--green-d); transform: translateY(-2px); }\n\n  .hero-cta {\n    margin-top: 30px;\n    display: flex;\n    align-items: center;\n    gap: 18px;\n    flex-wrap: wrap;\n  }\n  .hero-cta .cta-note {\n    font-family: 'DM Mono', monospace;\n    font-size: 11px;\n    color: var(--muted);\n    letter-spacing: 0.5px;\n  }\n\n  .hero-badge {\n    background: rgba(24,95,165,0.12);\n    border: 1px solid rgba(24,95,165,0.35);\n    border-radius: 12px;\n    padding: 24px 28px;\n    text-align: center;\n    flex-shrink: 0;\n    align-self: center;\n  }\n\n  .hero-badge-label {\n    font-family: 'DM Mono', monospace;\n    font-size: 10px;\n    letter-spacing: 2px;\n    color: var(--blue-l);\n    text-transform: uppercase;\n    margin-bottom: 8px;\n  }\n\n  .hero-badge-value {\n    font-family: 'Space Grotesk', sans-serif;\n    font-size: 13px;\n    font-weight: 400;\n    color: var(--text);\n    line-height: 1.7;\n  }\n\n  \/* ── PROPOSITION STRIP ── *\/\n  .props {\n    border-bottom: 1px solid var(--border);\n    padding: 28px 60px;\n  }\n\n  .props-inner {\n    max-width: 960px;\n    margin: 0 auto;\n    display: flex;\n    gap: 0;\n  }\n\n  .prop {\n    flex: 1;\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    padding: 0 32px 0 0;\n  }\n\n  .prop + .prop {\n    border-left: 1px solid var(--border);\n    padding-left: 32px;\n  }\n\n  .prop-icon {\n    width: 36px;\n    height: 36px;\n    border-radius: 8px;\n    background: rgba(29,158,117,0.15);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n  }\n\n  .prop-icon svg { width: 18px; height: 18px; stroke: var(--green-l); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }\n\n  .prop-text { font-size: 13px; color: var(--muted); line-height: 1.5; }\n  .prop-text strong { display: block; font-size: 14px; font-weight: 500; color: var(--text); margin-bottom: 2px; }\n\n  \/* ── SECTION LABEL ── *\/\n  .section-label {\n    font-family: 'DM Mono', monospace;\n    font-size: 10px;\n    letter-spacing: 3px;\n    color: var(--muted);\n    text-transform: uppercase;\n    text-align: center;\n    padding: 52px 60px 32px;\n  }\n\n  \/* ── TIERS ── *\/\n  .tiers {\n    padding: 0 40px 64px;\n  }\n\n  .tiers-grid {\n    max-width: 860px;\n    margin: 0 auto;\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 14px;\n    align-items: stretch;\n  }\n\n  .tier-card {\n    background: var(--navy-m);\n    border: 1px solid var(--border);\n    border-radius: 16px;\n    overflow: hidden;\n    transition: transform 0.2s, border-color 0.2s;\n    display: flex;\n    flex-direction: column;\n  }\n\n  .tier-card:hover {\n    transform: translateY(-4px);\n    border-color: rgba(29,158,117,0.3);\n  }\n\n  .tier-card.featured {\n    border-color: var(--green);\n    background: linear-gradient(160deg, rgba(29,158,117,0.08) 0%, var(--navy-m) 50%);\n    position: relative;\n  }\n\n  .featured-badge {\n    position: absolute;\n    top: -1px;\n    left: 50%;\n    transform: translateX(-50%);\n    background: var(--green);\n    color: #fff;\n    font-family: 'DM Mono', monospace;\n    font-size: 9px;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    padding: 4px 14px;\n    border-radius: 0 0 8px 8px;\n    white-space: nowrap;\n  }\n\n  .tier-head {\n    padding: 28px 20px 20px;\n    border-bottom: 1px solid var(--border);\n  }\n\n  .tier-num {\n    font-family: 'DM Mono', monospace;\n    font-size: 10px;\n    letter-spacing: 2px;\n    color: var(--blue-l);\n    margin-bottom: 10px;\n  }\n\n  .tier-name {\n    font-family: 'Space Grotesk', sans-serif;\n    font-size: 18px;\n    font-weight: 600;\n    color: #fff;\n    margin-bottom: 6px;\n    line-height: 1.2;\n  }\n\n  .tier-tagline {\n    font-size: 11.5px;\n    color: var(--muted);\n    line-height: 1.5;\n    font-style: italic;\n  }\n\n  .tier-price {\n    padding: 18px 20px;\n    border-bottom: 1px solid var(--border);\n  }\n\n  .price-amount {\n    font-family: 'Space Grotesk', sans-serif;\n    font-size: 28px;\n    font-weight: 500;\n    color: #fff;\n    line-height: 1;\n  }\n\n  .price-amount sup {\n    font-size: 14px;\n    vertical-align: super;\n    font-family: 'DM Sans', sans-serif;\n    font-weight: 300;\n  }\n\n  .price-period {\n    font-size: 11px;\n    color: var(--muted);\n    margin-top: 4px;\n  }\n\n  .price-equiv {\n    font-family: 'DM Mono', monospace;\n    font-size: 10px;\n    color: var(--green-l);\n    margin-top: 6px;\n  }\n\n  .tier-meta {\n    padding: 14px 20px;\n    border-bottom: 1px solid var(--border);\n    display: flex;\n    gap: 8px;\n  }\n\n  .meta-pill {\n    background: rgba(255,255,255,0.05);\n    border: 1px solid var(--border);\n    border-radius: 6px;\n    padding: 4px 8px;\n    font-family: 'DM Mono', monospace;\n    font-size: 10px;\n    color: var(--muted);\n    white-space: nowrap;\n  }\n\n  .tier-features {\n    padding: 18px 20px;\n    flex: 1;\n  }\n\n  .feature {\n    display: flex;\n    align-items: flex-start;\n    gap: 8px;\n    margin-bottom: 10px;\n    font-size: 12px;\n    color: var(--muted);\n    line-height: 1.5;\n  }\n\n  .feature:last-child { margin-bottom: 0; }\n\n  .feature-dot {\n    width: 5px;\n    height: 5px;\n    border-radius: 50%;\n    background: var(--green);\n    flex-shrink: 0;\n    margin-top: 5px;\n  }\n\n  .tier-usecase {\n    padding: 14px 20px 20px;\n    margin-top: auto;\n    border-top: 1px solid var(--border);\n  }\n\n  .usecase-label {\n    font-family: 'DM Mono', monospace;\n    font-size: 9px;\n    letter-spacing: 1.5px;\n    color: var(--muted);\n    text-transform: uppercase;\n    margin-bottom: 6px;\n  }\n\n  .usecase-text {\n    font-size: 11.5px;\n    color: rgba(255,255,255,0.6);\n    line-height: 1.5;\n    font-style: italic;\n  }\n\n  \/* ── TIER CTA ── *\/\n  .tier-cta {\n    padding: 0 20px 22px;\n  }\n  .tier-cta a {\n    display: block;\n    text-align: center;\n    text-decoration: none;\n    font-family: 'DM Sans', sans-serif;\n    font-size: 12.5px;\n    font-weight: 500;\n    color: var(--green-l);\n    border: 1px solid rgba(29,158,117,0.35);\n    border-radius: 8px;\n    padding: 10px 8px;\n    transition: background 0.2s, color 0.2s;\n  }\n  .tier-cta a:hover { background: var(--green); color: #fff; border-color: var(--green); }\n  .tier-card.featured .tier-cta a { background: var(--green); color: #fff; border-color: var(--green); }\n  .tier-card.featured .tier-cta a:hover { background: var(--green-d); }\n\n  \/* ── COMPARISON TABLE ── *\/\n  .compare {\n    padding: 0 60px 64px;\n  }\n\n  .compare-inner {\n    max-width: 960px;\n    margin: 0 auto;\n  }\n\n  .compare-title {\n    font-family: 'Space Grotesk', sans-serif;\n    font-size: 24px;\n    font-weight: 500;\n    color: #fff;\n    margin-bottom: 24px;\n    text-align: center;\n  }\n\n  table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 13px;\n  }\n\n  thead th {\n    padding: 12px 16px;\n    text-align: left;\n    font-family: 'DM Mono', monospace;\n    font-size: 10px;\n    letter-spacing: 1.5px;\n    color: var(--muted);\n    text-transform: uppercase;\n    border-bottom: 1px solid var(--border);\n  }\n\n  thead th:first-child { color: var(--text); }\n\n  tbody tr {\n    border-bottom: 1px solid var(--border);\n    transition: background 0.15s;\n  }\n\n  tbody tr:hover { background: rgba(255,255,255,0.025); }\n  tbody tr:last-child { border-bottom: none; }\n\n  tbody td {\n    padding: 12px 16px;\n    color: var(--muted);\n    vertical-align: middle;\n  }\n\n  tbody td:first-child {\n    color: var(--text);\n    font-weight: 400;\n  }\n\n  .check { color: var(--green-l); font-size: 15px; }\n  .dash  { color: rgba(255,255,255,0.15); }\n\n  \/* ── FINAL CTA BAND ── *\/\n  .cta-band {\n    border-top: 1px solid var(--border);\n    padding: 64px 60px;\n    text-align: center;\n    background:\n      radial-gradient(ellipse 60% 100% at 50% 0%, rgba(24,95,165,0.12) 0%, transparent 70%);\n  }\n  .cta-band h2 {\n    font-family: 'Space Grotesk', sans-serif;\n    font-size: clamp(26px, 4vw, 38px);\n    font-weight: 500;\n    letter-spacing: -0.5px;\n    color: #fff;\n    margin-bottom: 14px;\n  }\n  .cta-band p {\n    font-size: 14px;\n    color: var(--muted);\n    max-width: 460px;\n    margin: 0 auto 28px;\n    line-height: 1.7;\n  }\n\n  \/* ── FOOTER ── *\/\n  .footer {\n    border-top: 1px solid var(--border);\n    padding: 36px 60px;\n  }\n\n  .footer-inner {\n    max-width: 960px;\n    margin: 0 auto;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    gap: 40px;\n  }\n\n  .footer-brand {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n  .footer-brand .logo-mark svg { height: 34px; width: 34px; display: block; }\n  .footer-brand .wordmark { font-size: 19px; }\n\n  .footer-tagline {\n    font-size: 12px;\n    color: var(--muted);\n    margin-top: 8px;\n  }\n\n  .footer-contact {\n    text-align: right;\n    font-size: 12px;\n    color: var(--muted);\n    line-height: 1.8;\n  }\n\n  .footer-contact .btn-primary { margin-bottom: 12px; }\n\n  \/* ── ANIMATIONS ── *\/\n  @keyframes fadeUp {\n    from { opacity: 0; transform: translateY(20px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n\n  .hero-inner { animation: fadeUp 0.7s ease both; }\n  .props-inner { animation: fadeUp 0.7s 0.1s ease both; }\n  .tiers-grid  { animation: fadeUp 0.7s 0.2s ease both; }\n\n  \/* ── RESPONSIVE ── *\/\n  @media (max-width: 900px) {\n    .hero { padding: 48px 28px 44px; }\n    .hero-inner { grid-template-columns: 1fr; }\n    .hero-badge { display: none; }\n    .props { padding: 24px 28px; }\n    .props-inner { flex-wrap: wrap; gap: 16px; }\n    .prop + .prop { border-left: none; padding-left: 0; }\n    .tiers { padding: 0 20px 52px; }\n    .tiers-grid { grid-template-columns: 1fr 1fr; gap: 10px; }\n    .compare { padding: 0 28px 52px; }\n    .cta-band { padding: 52px 28px; }\n    .footer { padding: 28px; }\n    .footer-inner { flex-direction: column; align-items: flex-start; }\n    .footer-contact { text-align: left; }\n    .section-label { padding: 40px 28px 24px; }\n  }\n\n  @media (max-width: 600px) {\n    .tiers-grid { grid-template-columns: 1fr; }\n    h1 { font-size: 32px; }\n    table { font-size: 11px; }\n    thead th, tbody td { padding: 10px 10px; }\n  }\n\u003c\/style\u003e\n\n\n\n\u003c!--\n  =====================================================================\n  SATFIELD PROMO PAGE  —  one thing to swap before you publish:\n\n  YOUR_FORM_LINK_HERE  → paste your lead-form URL (Tally \/ Google Form \/\n  Formspree). It appears on every \"Get started\" button (9 places — use\n  find \u0026 replace). Recommended form fields: Name, Email, Farm name \u0026\n  address, Crop type, Plan of interest. (Address + crop feed straight\n  into onboard_client.py.)\n\n  Your SatField logo is embedded inline as SVG — no image file needed.\n  Optional: change contact@satfield.eu (footer) if you don't own it.\n\n  Embedding in your blog: paste everything BELOW the \u003c\/head\u003e...\u003cbody\u003e\n  is fine, but the simplest reliable route is to paste this whole file\n  into a \"Custom HTML\" block \/ raw-HTML embed on your IIoT blog.\n  =====================================================================\n--\u003e\n\n\u003c!-- ── HERO ── --\u003e\n\u003csection class=\"hero\"\u003e\n  \u003cdiv class=\"hero-inner\"\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"hero-logo\"\u003e\n        \u003cspan class=\"logo-mark\" aria-label=\"SatField logo\"\u003e\n          \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 200 200\" role=\"img\"\u003e\n            \u003cg transform=\"translate(-114.9,-37.1) scale(0.9767)\"\u003e\n              \u003cg transform=\"translate(220,120) rotate(-15)\"\u003e\n                \u003crect x=\"-84\" y=\"-18\" width=\"66\" height=\"36\" rx=\"3\" fill=\"#185FA5\" opacity=\"0.85\"\u003e\u003c\/rect\u003e\n                \u003cline x1=\"-62\" y1=\"-18\" x2=\"-62\" y2=\"18\" stroke=\"white\" stroke-width=\"1.4\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n                \u003cline x1=\"-40\" y1=\"-18\" x2=\"-40\" y2=\"18\" stroke=\"white\" stroke-width=\"1.4\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n                \u003cline x1=\"-84\" y1=\"-6\" x2=\"-18\" y2=\"-6\" stroke=\"white\" stroke-width=\"1.4\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n                \u003cline x1=\"-84\" y1=\"6\" x2=\"-18\" y2=\"6\" stroke=\"white\" stroke-width=\"1.4\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n                \u003crect x=\"-16\" y=\"-22\" width=\"32\" height=\"44\" rx=\"5\" fill=\"#1D9E75\"\u003e\u003c\/rect\u003e\n                \u003crect x=\"18\" y=\"-18\" width=\"66\" height=\"36\" rx=\"3\" fill=\"#185FA5\" opacity=\"0.85\"\u003e\u003c\/rect\u003e\n                \u003cline x1=\"40\" y1=\"-18\" x2=\"40\" y2=\"18\" stroke=\"white\" stroke-width=\"1.4\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n                \u003cline x1=\"62\" y1=\"-18\" x2=\"62\" y2=\"18\" stroke=\"white\" stroke-width=\"1.4\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n                \u003cline x1=\"18\" y1=\"-6\" x2=\"84\" y2=\"-6\" stroke=\"white\" stroke-width=\"1.4\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n                \u003cline x1=\"18\" y1=\"6\" x2=\"84\" y2=\"6\" stroke=\"white\" stroke-width=\"1.4\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n                \u003cline x1=\"0\" y1=\"-22\" x2=\"0\" y2=\"-48\" stroke=\"#185FA5\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n                \u003cpath d=\"M-16,-48 A16,16 0 0,0 16,-48 Z\" fill=\"#185FA5\"\u003e\u003c\/path\u003e\n                \u003cpath d=\"M-12,-50 A14,9 0 0,1 12,-50\" fill=\"none\" stroke=\"#185FA5\" stroke-width=\"1.8\" opacity=\"0.75\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                \u003cpath d=\"M-18,-54 A20,13 0 0,1 18,-54\" fill=\"none\" stroke=\"#185FA5\" stroke-width=\"1.8\" opacity=\"0.45\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                \u003cpath d=\"M-24,-58 A26,17 0 0,1 24,-58\" fill=\"none\" stroke=\"#185FA5\" stroke-width=\"1.8\" opacity=\"0.22\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n              \u003c\/g\u003e\n              \u003cg transform=\"translate(149,167) skewX(-30)\"\u003e\n                \u003crect x=\"0\" y=\"0\" width=\"14\" height=\"26\" fill=\"#1D9E75\"\u003e\u003c\/rect\u003e\n                \u003crect x=\"14\" y=\"0\" width=\"14\" height=\"26\" fill=\"#145c30\"\u003e\u003c\/rect\u003e\n                \u003crect x=\"28\" y=\"0\" width=\"14\" height=\"26\" fill=\"#1D9E75\"\u003e\u003c\/rect\u003e\n                \u003crect x=\"42\" y=\"0\" width=\"14\" height=\"26\" fill=\"#145c30\"\u003e\u003c\/rect\u003e\n                \u003crect x=\"56\" y=\"0\" width=\"14\" height=\"26\" fill=\"#1D9E75\"\u003e\u003c\/rect\u003e\n                \u003crect x=\"70\" y=\"0\" width=\"14\" height=\"26\" fill=\"#145c30\"\u003e\u003c\/rect\u003e\n                \u003crect x=\"84\" y=\"0\" width=\"14\" height=\"26\" fill=\"#1D9E75\"\u003e\u003c\/rect\u003e\n                \u003crect x=\"98\" y=\"0\" width=\"14\" height=\"26\" fill=\"#145c30\"\u003e\u003c\/rect\u003e\n                \u003crect x=\"112\" y=\"0\" width=\"14\" height=\"26\" fill=\"#1D9E75\"\u003e\u003c\/rect\u003e\n                \u003crect x=\"126\" y=\"0\" width=\"14\" height=\"26\" fill=\"#145c30\"\u003e\u003c\/rect\u003e\n                \u003crect x=\"140\" y=\"0\" width=\"17\" height=\"26\" fill=\"#1D9E75\"\u003e\u003c\/rect\u003e\n              \u003c\/g\u003e\n            \u003c\/g\u003e\n          \u003c\/svg\u003e\n        \u003c\/span\u003e\n        \u003cspan class=\"wordmark\"\u003e\u003cspan class=\"w-sat\"\u003eSat\u003c\/span\u003e\u003cspan class=\"w-field\"\u003eField\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"hero-eyebrow\"\u003eField Intelligence\u003c\/p\u003e\n      \u003ch1\u003eKnow your land.\u003cbr\u003e\u003cem\u003eFrom 800 km up.\u003c\/em\u003e\n\u003c\/h1\u003e\n      \u003cp class=\"hero-sub\"\u003eSatellite-derived vegetation health reports delivered to your inbox. No hardware. No field visits. Just actionable intelligence from 800 km above.\u003c\/p\u003e\n      \u003cdiv class=\"hero-cta\"\u003e\n        \u003ca href=\"YOUR_FORM_LINK_HERE\" class=\"btn-primary\" target=\"_blank\" rel=\"noopener\"\u003eGet your first report →\u003c\/a\u003e\n        \u003cspan class=\"cta-note\"\u003eFirst report within 48 h · No contracts\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hero-badge\"\u003e\n      \u003cp class=\"hero-badge-label\"\u003ePowered by\u003c\/p\u003e\n      \u003cp class=\"hero-badge-value\"\u003eESA Sentinel-2\u003cbr\u003e10–20 m resolution\u003cbr\u003e9 vegetation indices\u003cbr\u003eAI-powered insights\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ── PROPOSITION STRIP ── --\u003e\n\u003cdiv class=\"props\"\u003e\n  \u003cdiv class=\"props-inner\"\u003e\n    \u003cdiv class=\"prop\"\u003e\n      \u003cdiv class=\"prop-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M2 12h20M12 2a15 15 0 010 20M12 2a15 15 0 000 20\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"prop-text\"\u003e\n\u003cstrong\u003eNo hardware needed\u003c\/strong\u003eSpace-based monitoring works on any farm, any size\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"prop\"\u003e\n      \u003cdiv class=\"prop-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M3 3h18v18H3z\" rx=\"2\"\u003e\u003c\/path\u003e\u003cpath d=\"M3 9h18M9 21V9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"prop-text\"\u003e\n\u003cstrong\u003ePDF reports by email\u003c\/strong\u003eDelivered automatically, readable on any device\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"prop\"\u003e\n      \u003cdiv class=\"prop-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"prop-text\"\u003e\n\u003cstrong\u003e9 vegetation indices\u003c\/strong\u003eNDVI, NDWI, NDRE, NBR, GNDVI, MCARI and more\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"prop\"\u003e\n      \u003cdiv class=\"prop-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 20h9M16.5 3.5a2.121 2.121 0 013 3L7 19l-4 1 1-4L16.5 3.5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"prop-text\"\u003e\n\u003cstrong\u003eAI-powered insights\u003c\/strong\u003ePlain-language recommendations, not just raw data\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ── TIERS ── --\u003e\n\u003cp class=\"section-label\"\u003eChoose your intelligence level\u003c\/p\u003e\n\n\u003csection class=\"tiers\"\u003e\n  \u003cdiv class=\"tiers-grid\"\u003e\n\n    \u003c!-- Tier 1 --\u003e\n    \u003cdiv class=\"tier-card\"\u003e\n      \u003cdiv class=\"tier-head\"\u003e\n        \u003cp class=\"tier-num\"\u003eTier 01\u003c\/p\u003e\n        \u003cp class=\"tier-name\"\u003eSnapshot\u003c\/p\u003e\n        \u003cp class=\"tier-tagline\"\u003eA health check right now\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tier-price\"\u003e\n        \u003cp class=\"price-amount\"\u003e\u003csup\u003e€\u003c\/sup\u003e29\u003c\/p\u003e\n        \u003cp class=\"price-period\"\u003eper month\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tier-meta\"\u003e\n        \u003cspan class=\"meta-pill\"\u003e1 image\u003c\/span\u003e\n        \u003cspan class=\"meta-pill\"\u003e20m res\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tier-features\"\u003e\n        \u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-dot\"\u003e\u003c\/span\u003eLatest satellite pass (past 30 days)\u003c\/div\u003e\n        \u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-dot\"\u003e\u003c\/span\u003eFull 9-index analysis\u003c\/div\u003e\n        \u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-dot\"\u003e\u003c\/span\u003eField zone health map (3×3 grid)\u003c\/div\u003e\n        \u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-dot\"\u003e\u003c\/span\u003eCurrent NDVI, NDWI \u0026amp; stress levels\u003c\/div\u003e\n        \u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-dot\"\u003e\u003c\/span\u003eBasic AI recommendations\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tier-usecase\"\u003e\n        \u003cp class=\"usecase-label\"\u003eBest for\u003c\/p\u003e\n        \u003cp class=\"usecase-text\"\u003e\"Is my crop healthy right now?\"\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tier-cta\"\u003e\u003ca href=\"YOUR_FORM_LINK_HERE\" target=\"_blank\" rel=\"noopener\"\u003eChoose Snapshot\u003c\/a\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Tier 2 --\u003e\n    \u003cdiv class=\"tier-card\"\u003e\n      \u003cdiv class=\"tier-head\"\u003e\n        \u003cp class=\"tier-num\"\u003eTier 02\u003c\/p\u003e\n        \u003cp class=\"tier-name\"\u003eSeasonal Trend\u003c\/p\u003e\n        \u003cp class=\"tier-tagline\"\u003eHow your crop performed this season\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tier-price\"\u003e\n        \u003cp class=\"price-amount\"\u003e\u003csup\u003e€\u003c\/sup\u003e79\u003c\/p\u003e\n        \u003cp class=\"price-period\"\u003eper quarter\u003c\/p\u003e\n        \u003cp class=\"price-equiv\"\u003e≈ €26 \/ month\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tier-meta\"\u003e\n        \u003cspan class=\"meta-pill\"\u003e12 images\u003c\/span\u003e\n        \u003cspan class=\"meta-pill\"\u003e20m res\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tier-features\"\u003e\n        \u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-dot\"\u003e\u003c\/span\u003e3-month historical analysis\u003c\/div\u003e\n        \u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-dot\"\u003e\u003c\/span\u003eGrowth trend detection\u003c\/div\u003e\n        \u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-dot\"\u003e\u003c\/span\u003eSudden stress alerts (pest\/disease)\u003c\/div\u003e\n        \u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-dot\"\u003e\u003c\/span\u003eWater stress patterns\u003c\/div\u003e\n        \u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-dot\"\u003e\u003c\/span\u003eBasic yield prediction\u003c\/div\u003e\n        \u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-dot\"\u003e\u003c\/span\u003eComparison to typical growth curve\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tier-usecase\"\u003e\n        \u003cp class=\"usecase-label\"\u003eBest for\u003c\/p\u003e\n        \u003cp class=\"usecase-text\"\u003e\"How did my crop perform this season?\"\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tier-cta\"\u003e\u003ca href=\"YOUR_FORM_LINK_HERE\" target=\"_blank\" rel=\"noopener\"\u003eChoose Seasonal\u003c\/a\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Tier 3 — Featured --\u003e\n    \u003cdiv class=\"tier-card featured\"\u003e\n      \u003cspan class=\"featured-badge\"\u003eMost popular\u003c\/span\u003e\n      \u003cdiv class=\"tier-head\"\u003e\n        \u003cp class=\"tier-num\"\u003eTier 03\u003c\/p\u003e\n        \u003cp class=\"tier-name\"\u003eFull Season\u003c\/p\u003e\n        \u003cp class=\"tier-tagline\"\u003eComplete growing season picture\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tier-price\"\u003e\n        \u003cp class=\"price-amount\"\u003e\u003csup\u003e€\u003c\/sup\u003e149\u003c\/p\u003e\n        \u003cp class=\"price-period\"\u003ebi-annual report\u003c\/p\u003e\n        \u003cp class=\"price-equiv\"\u003e≈ €25 \/ month\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tier-meta\"\u003e\n        \u003cspan class=\"meta-pill\"\u003e24 images\u003c\/span\u003e\n        \u003cspan class=\"meta-pill\"\u003e20m res\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tier-features\"\u003e\n        \u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-dot\"\u003e\u003c\/span\u003e6-month window: planting → harvest\u003c\/div\u003e\n        \u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-dot\"\u003e\u003c\/span\u003eAll Tier 2 insights included\u003c\/div\u003e\n        \u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-dot\"\u003e\u003c\/span\u003ePeak growth identification\u003c\/div\u003e\n        \u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-dot\"\u003e\u003c\/span\u003eYield trend estimate\u003c\/div\u003e\n        \u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-dot\"\u003e\u003c\/span\u003eIrrigation optimisation windows\u003c\/div\u003e\n        \u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-dot\"\u003e\u003c\/span\u003eFertiliser timing recommendations\u003c\/div\u003e\n        \u003cdiv class=\"feature\"\u003e\n\u003cspan class=\"feature-dot\"\u003e\u003c\/span\u003ePre-season vs. harvest readiness\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tier-usecase\"\u003e\n        \u003cp class=\"usecase-label\"\u003eBest for\u003c\/p\u003e\n        \u003cp class=\"usecase-text\"\u003e\"How is this season comparing to optimal?\"\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tier-cta\"\u003e\u003ca href=\"YOUR_FORM_LINK_HERE\" target=\"_blank\" rel=\"noopener\"\u003eChoose Full Season\u003c\/a\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ── COMPARISON TABLE ── --\u003e\n\u003csection class=\"compare\"\u003e\n  \u003cdiv class=\"compare-inner\"\u003e\n    \u003cp class=\"compare-title\"\u003eWhat's included\u003c\/p\u003e\n    \u003ctable\u003e\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003cth\u003eFeature\u003c\/th\u003e\n          \u003cth\u003eSnapshot\u003c\/th\u003e\n          \u003cth\u003eSeasonal\u003c\/th\u003e\n          \u003cth\u003eFull Season\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e9-index vegetation analysis\u003c\/td\u003e\n          \u003ctd\u003e\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd\u003e\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd\u003e\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003e3×3 field zone health map\u003c\/td\u003e\n          \u003ctd\u003e\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd\u003e\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd\u003e\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eAI-written recommendations\u003c\/td\u003e\n          \u003ctd\u003e\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd\u003e\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd\u003e\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eTrend analysis (growth curve)\u003c\/td\u003e\n          \u003ctd\u003e\u003cspan class=\"dash\"\u003e—\u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd\u003e\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd\u003e\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eStress event detection\u003c\/td\u003e\n          \u003ctd\u003e\u003cspan class=\"dash\"\u003e—\u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd\u003e\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd\u003e\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eYield trend estimate\u003c\/td\u003e\n          \u003ctd\u003e\u003cspan class=\"dash\"\u003e—\u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd\u003eBasic\u003c\/td\u003e\n          \u003ctd\u003e\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eIrrigation optimisation\u003c\/td\u003e\n          \u003ctd\u003e\u003cspan class=\"dash\"\u003e—\u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd\u003e\u003cspan class=\"dash\"\u003e—\u003c\/span\u003e\u003c\/td\u003e\n          \u003ctd\u003e\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eImage resolution\u003c\/td\u003e\n          \u003ctd\u003e20 m\/px\u003c\/td\u003e\n          \u003ctd\u003e20 m\/px\u003c\/td\u003e\n          \u003ctd\u003e20 m\/px\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eSatellite images included\u003c\/td\u003e\n          \u003ctd\u003e1\u003c\/td\u003e\n          \u003ctd\u003e12\u003c\/td\u003e\n          \u003ctd\u003e24\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ── FINAL CTA BAND ── --\u003e\n\u003csection class=\"cta-band\"\u003e\n  \u003ch2\u003eSee your own field from space\u003c\/h2\u003e\n  \u003cp\u003eSend us your farm's name and address, choose a plan, and receive your first satellite health report within 48 hours. No hardware, no field visit, no contract.\u003c\/p\u003e\n  \u003ca href=\"YOUR_FORM_LINK_HERE\" class=\"btn-primary\" target=\"_blank\" rel=\"noopener\"\u003eGet started →\u003c\/a\u003e\n\u003c\/section\u003e\n\n\u003c!-- ── FOOTER ── --\u003e\n\u003cfooter class=\"footer\"\u003e\n  \u003cdiv class=\"footer-inner\"\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"footer-brand\"\u003e\n        \u003cspan class=\"logo-mark\" aria-hidden=\"true\"\u003e\n          \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 200 200\" role=\"img\"\u003e\n            \u003cg transform=\"translate(-114.9,-37.1) scale(0.9767)\"\u003e\n              \u003cg transform=\"translate(220,120) rotate(-15)\"\u003e\n                \u003crect x=\"-84\" y=\"-18\" width=\"66\" height=\"36\" rx=\"3\" fill=\"#185FA5\" opacity=\"0.85\"\u003e\u003c\/rect\u003e\n                \u003cline x1=\"-62\" y1=\"-18\" x2=\"-62\" y2=\"18\" stroke=\"white\" stroke-width=\"1.4\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n                \u003cline x1=\"-40\" y1=\"-18\" x2=\"-40\" y2=\"18\" stroke=\"white\" stroke-width=\"1.4\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n                \u003cline x1=\"-84\" y1=\"-6\" x2=\"-18\" y2=\"-6\" stroke=\"white\" stroke-width=\"1.4\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n                \u003cline x1=\"-84\" y1=\"6\" x2=\"-18\" y2=\"6\" stroke=\"white\" stroke-width=\"1.4\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n                \u003crect x=\"-16\" y=\"-22\" width=\"32\" height=\"44\" rx=\"5\" fill=\"#1D9E75\"\u003e\u003c\/rect\u003e\n                \u003crect x=\"18\" y=\"-18\" width=\"66\" height=\"36\" rx=\"3\" fill=\"#185FA5\" opacity=\"0.85\"\u003e\u003c\/rect\u003e\n                \u003cline x1=\"40\" y1=\"-18\" x2=\"40\" y2=\"18\" stroke=\"white\" stroke-width=\"1.4\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n                \u003cline x1=\"62\" y1=\"-18\" x2=\"62\" y2=\"18\" stroke=\"white\" stroke-width=\"1.4\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n                \u003cline x1=\"18\" y1=\"-6\" x2=\"84\" y2=\"-6\" stroke=\"white\" stroke-width=\"1.4\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n                \u003cline x1=\"18\" y1=\"6\" x2=\"84\" y2=\"6\" stroke=\"white\" stroke-width=\"1.4\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n                \u003cline x1=\"0\" y1=\"-22\" x2=\"0\" y2=\"-48\" stroke=\"#185FA5\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n                \u003cpath d=\"M-16,-48 A16,16 0 0,0 16,-48 Z\" fill=\"#185FA5\"\u003e\u003c\/path\u003e\n                \u003cpath d=\"M-12,-50 A14,9 0 0,1 12,-50\" fill=\"none\" stroke=\"#185FA5\" stroke-width=\"1.8\" opacity=\"0.75\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                \u003cpath d=\"M-18,-54 A20,13 0 0,1 18,-54\" fill=\"none\" stroke=\"#185FA5\" stroke-width=\"1.8\" opacity=\"0.45\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                \u003cpath d=\"M-24,-58 A26,17 0 0,1 24,-58\" fill=\"none\" stroke=\"#185FA5\" stroke-width=\"1.8\" opacity=\"0.22\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n              \u003c\/g\u003e\n              \u003cg transform=\"translate(149,167) skewX(-30)\"\u003e\n                \u003crect x=\"0\" y=\"0\" width=\"14\" height=\"26\" fill=\"#1D9E75\"\u003e\u003c\/rect\u003e\n                \u003crect x=\"14\" y=\"0\" width=\"14\" height=\"26\" fill=\"#145c30\"\u003e\u003c\/rect\u003e\n                \u003crect x=\"28\" y=\"0\" width=\"14\" height=\"26\" fill=\"#1D9E75\"\u003e\u003c\/rect\u003e\n                \u003crect x=\"42\" y=\"0\" width=\"14\" height=\"26\" fill=\"#145c30\"\u003e\u003c\/rect\u003e\n                \u003crect x=\"56\" y=\"0\" width=\"14\" height=\"26\" fill=\"#1D9E75\"\u003e\u003c\/rect\u003e\n                \u003crect x=\"70\" y=\"0\" width=\"14\" height=\"26\" fill=\"#145c30\"\u003e\u003c\/rect\u003e\n                \u003crect x=\"84\" y=\"0\" width=\"14\" height=\"26\" fill=\"#1D9E75\"\u003e\u003c\/rect\u003e\n                \u003crect x=\"98\" y=\"0\" width=\"14\" height=\"26\" fill=\"#145c30\"\u003e\u003c\/rect\u003e\n                \u003crect x=\"112\" y=\"0\" width=\"14\" height=\"26\" fill=\"#1D9E75\"\u003e\u003c\/rect\u003e\n                \u003crect x=\"126\" y=\"0\" width=\"14\" height=\"26\" fill=\"#145c30\"\u003e\u003c\/rect\u003e\n                \u003crect x=\"140\" y=\"0\" width=\"17\" height=\"26\" fill=\"#1D9E75\"\u003e\u003c\/rect\u003e\n              \u003c\/g\u003e\n            \u003c\/g\u003e\n          \u003c\/svg\u003e\n        \u003c\/span\u003e\n        \u003cspan class=\"wordmark\"\u003e\u003cspan class=\"w-sat\"\u003eSat\u003c\/span\u003e\u003cspan class=\"w-field\"\u003eField\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"footer-tagline\"\u003eSatellite intelligence for European farms · Powered by ESA Copernicus\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"footer-contact\"\u003e\n      \u003ca href=\"YOUR_FORM_LINK_HERE\" class=\"btn-primary\" target=\"_blank\" rel=\"noopener\"\u003eGet started\u003c\/a\u003e\n      No contracts · Cancel anytime\u003cbr\u003e\n      First report delivered within 48 hours\u003cbr\u003e\n      \u003cspan style=\"color:var(--green-l); margin-top:6px; display:block;\"\u003econtact@satfield.eu\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/footer\u003e\n\n\u003c\/body\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":62797590888778,"sku":null,"price":0.0,"currency_code":"SEK","in_stock":true}],"url":"https:\/\/www.aboutiiot.com\/products\/satfield-satellite-crop-health-reports-plans-from-29-month","provider":"My Store","version":"1.0","type":"link"}