{"id":1300,"date":"2025-10-07T16:48:05","date_gmt":"2025-10-07T15:48:05","guid":{"rendered":"https:\/\/gaiseo.com\/checkout\/"},"modified":"2026-02-12T22:13:23","modified_gmt":"2026-02-12T21:13:23","slug":"checkout","status":"publish","type":"page","link":"https:\/\/gaiseo.com\/de\/checkout\/","title":{"rendered":"Checkout"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1300\" class=\"elementor elementor-1300 elementor-930\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5404cfa e-flex e-con-boxed e-con e-parent\" data-id=\"5404cfa\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d11f63a elementor-hidden-mobile elementor-widget elementor-widget-html\" data-id=\"d11f63a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- GAISEO CHECKOUT PAGE DE (v2 \u2014 ERSTELLT 12.02.2026)\n     Fixes: Produkt-agnostisch, \/de\/ URLs, konsistentes Design\n     Original: 2-Spalten Layout beibehalten\n     F\u00fcr Elementor HTML Widget\n-->\n\n<!-- Styles (Layout & EDD Overrides) -->\n<style>\n  \/* --- LAYOUT --- *\/\n  .gaiseo-checkout-wrapper {\n    display: grid;\n    grid-template-columns: 1fr 1.2fr;\n    gap: 60px;\n    margin-top: 40px;\n    align-items: start;\n  }\n\n  \/* --- LEFT SIDE: TRUST & INFO --- *\/\n  .checkout-info-box {\n    position: sticky;\n    top: 100px;\n  }\n\n  .checkout-header h1 {\n    font-size: 36px;\n    font-weight: 800;\n    color: #111827;\n    margin-bottom: 16px;\n    line-height: 1.1;\n  }\n  \n  .checkout-sub {\n    font-size: 16px;\n    color: #6b7280;\n    margin-bottom: 32px;\n    line-height: 1.6;\n  }\n\n  \/* Benefit List *\/\n  .checkout-benefits {\n    list-style: none;\n    padding: 0;\n    margin: 0 0 40px 0;\n    display: flex;\n    flex-direction: column;\n    gap: 16px;\n  }\n  .checkout-benefit-item {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    font-size: 15px;\n    font-weight: 500;\n    color: #374151;\n  }\n  .benefit-icon {\n    width: 24px;\n    height: 24px;\n    border-radius: 50%;\n    background: #dbeafe;\n    color: var(--gaiseo-blue);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n  }\n\n  \/* Guarantee Box *\/\n  .guarantee-card {\n    background: #f0fdf4;\n    border: 1px solid #bbf7d0;\n    border-radius: 16px;\n    padding: 24px;\n    display: flex;\n    gap: 16px;\n    align-items: flex-start;\n  }\n  .guarantee-icon {\n    color: #16a34a;\n    width: 32px;\n    height: 32px;\n    flex-shrink: 0;\n  }\n  .guarantee-text h3 {\n    font-size: 16px;\n    font-weight: 700;\n    color: #14532d;\n    margin: 0 0 4px 0;\n  }\n  .guarantee-text p {\n    font-size: 13px;\n    color: #166534;\n    margin: 0;\n    line-height: 1.4;\n  }\n\n  \/* --- RIGHT SIDE: EDD FORM STYLING --- *\/\n  .gaiseo-checkout-card {\n    background: white;\n    border: 1px solid #e5e7eb;\n    border-radius: 24px;\n    padding: 40px;\n    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05);\n  }\n\n  \/* Invoice Note *\/\n  .invoice-note {\n    background: #fff7ed;\n    border: 1px solid #fed7aa;\n    color: #9a3412;\n    padding: 12px 16px;\n    border-radius: 8px;\n    font-size: 13px;\n    margin-bottom: 24px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n\n  \/* --- EDD OVERRIDES --- *\/\n  #edd_checkout_wrap input[type=\"text\"],\n  #edd_checkout_wrap input[type=\"email\"],\n  #edd_checkout_wrap input[type=\"password\"],\n  #edd_checkout_wrap input[type=\"tel\"],\n  #edd_checkout_wrap textarea,\n  #edd_checkout_wrap select {\n    width: 100%;\n    padding: 12px 16px;\n    border: 1px solid #d1d5db;\n    border-radius: 8px;\n    font-size: 15px;\n    color: #111827;\n    background: #f9fafb;\n    box-shadow: none;\n    transition: all 0.2s;\n  }\n  \n  #edd_checkout_wrap input:focus,\n  #edd_checkout_wrap select:focus {\n    border-color: var(--gaiseo-blue);\n    background: white;\n    outline: none;\n    box-shadow: 0 0 0 3px rgba(64, 162, 253, 0.15);\n  }\n\n  #edd_checkout_wrap label {\n    font-size: 14px;\n    font-weight: 600;\n    color: #374151;\n    margin-bottom: 6px;\n    display: block;\n  }\n\n  #edd_checkout_wrap fieldset {\n    border: none;\n    padding: 0;\n    margin-bottom: 24px;\n  }\n  #edd_checkout_wrap legend {\n    font-size: 18px;\n    font-weight: 700;\n    color: #111827;\n    margin-bottom: 16px;\n    border-bottom: none;\n    padding: 0;\n  }\n\n  \/* Cart Table *\/\n  #edd_checkout_cart {\n    width: 100%;\n    border-collapse: collapse;\n    margin-bottom: 24px;\n    background: #f9fafb;\n    border-radius: 12px;\n    overflow: hidden;\n  }\n  #edd_checkout_cart th {\n    background: #f3f4f6;\n    padding: 12px 16px;\n    text-align: left;\n    font-size: 12px;\n    text-transform: uppercase;\n    color: #6b7280;\n    font-weight: 700;\n  }\n  #edd_checkout_cart td {\n    padding: 16px;\n    border-bottom: 1px solid #e5e7eb;\n    font-size: 14px;\n    color: #374151;\n  }\n  #edd_checkout_cart .edd_cart_total {\n    font-size: 18px;\n    font-weight: 800;\n    color: #111827;\n    background: white;\n  }\n\n  \/* Payment Method Selector *\/\n  #edd-payment-mode-wrap {\n    display: flex;\n    gap: 12px;\n  }\n  .edd-gateway-option {\n    border: 1px solid #d1d5db;\n    padding: 12px 16px;\n    border-radius: 8px;\n    cursor: pointer;\n    font-weight: 500;\n    flex: 1;\n    text-align: center;\n    transition: all 0.2s;\n  }\n  .edd-gateway-option-selected {\n    border-color: var(--gaiseo-blue);\n    background: #eff6ff;\n    color: var(--gaiseo-blue);\n    font-weight: 700;\n  }\n\n  \/* Submit Button *\/\n  #edd_purchase_submit, .edd-submit {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 100%;\n    padding: 16px 24px;\n    background: var(--gaiseo-blue);\n    color: white;\n    font-size: 16px;\n    font-weight: 600;\n    border-radius: 8px;\n    border: none;\n    cursor: pointer;\n    transition: background 0.2s;\n    text-transform: none;\n  }\n  #edd_purchase_submit:hover, .edd-submit:hover {\n    background: var(--gaiseo-blue-dark);\n  }\n\n  \/* Footer Links *\/\n  .checkout-footer {\n    text-align: center;\n    margin-top: 24px;\n    font-size: 12px;\n    color: #9ca3af;\n  }\n  .checkout-footer a { color: #6b7280; text-decoration: underline; }\n\n  \/* Responsive *\/\n  @media (max-width: 900px) {\n    .gaiseo-checkout-wrapper { grid-template-columns: 1fr; gap: 40px; }\n    .checkout-info-box { position: static; }\n    .gaiseo-checkout-card { padding: 24px; }\n  }\n<\/style>\n\n<section class=\"gaiseo-section\">\n  <div class=\"gaiseo-container\">\n    \n    <div class=\"gaiseo-checkout-wrapper\">\n      \n      <!-- LINKS: Trust & Info -->\n      <div class=\"checkout-info-box\">\n        <div class=\"checkout-header\">\n          <div class=\"gaiseo-badge\">Sicherer Checkout<\/div>\n          <h1>Letzter Schritt: <br>Bestellung abschlie\u00dfen<\/h1>\n          <p class=\"checkout-sub\">Du bist nur noch Sekunden davon entfernt, die volle Power von GAISEO freizuschalten. Deine Zahlung ist 100% sicher.<\/p>\n        <\/div>\n\n        <!-- v2: Benefits produkt-agnostisch -->\n        <ul class=\"checkout-benefits\">\n          <li class=\"checkout-benefit-item\">\n            <div class=\"benefit-icon\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/div>\n            Sofortiger Zugang nach Zahlung\n          <\/li>\n          <li class=\"checkout-benefit-item\">\n            <div class=\"benefit-icon\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/div>\n            Sichere 256-bit SSL-Verschl\u00fcsselung\n          <\/li>\n          <li class=\"checkout-benefit-item\">\n            <div class=\"benefit-icon\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/div>\n            Priorit\u00e4ts-Support inklusive\n          <\/li>\n          <li class=\"checkout-benefit-item\">\n            <div class=\"benefit-icon\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/div>\n            Lizenzschl\u00fcssel &amp; Rechnung per E-Mail\n          <\/li>\n        <\/ul>\n\n        <div class=\"guarantee-card\">\n          <div class=\"guarantee-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\/><path d=\"M9 12l2 2 4-4\"\/><\/svg>\n          <\/div>\n          <div class=\"guarantee-text\">\n            <h3>14-Tage Geld-zur\u00fcck-Garantie<\/h3>\n            <p>Teste GAISEO risikofrei. Wenn du nicht zufrieden bist, erstatten wir dir innerhalb von 14 Tagen den vollen Betrag. Ohne Wenn und Aber.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- RECHTS: EDD Form Container -->\n      <div class=\"gaiseo-checkout-card\">\n        \n        <!-- Rechnungs-Hinweis (Checks\/Bank\u00fcberweisung aktiv) -->\n        <div class=\"invoice-note\">\n          <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><line x1=\"12\" y1=\"16\" x2=\"12\" y2=\"12\"\/><line x1=\"12\" y1=\"8\" x2=\"12.01\" y2=\"8\"\/><\/svg>\n          <div>Um per <strong>Rechnung (Bank\u00fcberweisung)<\/strong> zu zahlen, w\u00e4hle bitte unten \u201eCheck\" als Zahlungsmethode.<\/div>\n        <\/div>\n\n        <!-- EDD SHORTCODE -->\n        <div id=\"edd_checkout_wrap\"><span class=\"edd_empty_cart\"><div class=\"gaiseo-empty-cart-updated\">\r\n<div>\ud83d\ude80<\/div>\r\nYour Cart Is Ready for Launch.\r\n\r\nLooks like you haven't selected a GAISEO package yet. Find the perfect plan to instantly boost your AI Visibility Score.\r\n\r\n<a href=\"https:\/\/gaiseo.com\/plugin\/\">Explore All GAISEO Plans\r\n<\/a>\r\n\r\n<\/div><\/span><\/div><!--end #edd_checkout_wrap-->\n\n        <!-- v2: Relative \/de\/ URLs -->\n        <div class=\"checkout-footer\">\n          Mit dem Klick auf 'Kaufen' stimmst du unserer <a href=\"\/de\/datenschutz\/\" target=\"_blank\">Datenschutzerkl\u00e4rung<\/a> und den <a href=\"\/de\/agb\/\" target=\"_blank\">AGB<\/a> zu.\n        <\/div>\n\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- Schema -->\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"CheckoutPage\",\n  \"name\": \"Sicherer Checkout \u2014 GAISEO\",\n  \"description\": \"Schlie\u00dfe deinen Kauf sicher ab. 14-Tage Geld-zur\u00fcck-Garantie inklusive.\",\n  \"mainEntity\": {\n    \"@type\": \"Organization\",\n    \"name\": \"GAISEO\",\n    \"url\": \"https:\/\/gaiseo.com\",\n    \"contactPoint\": {\n      \"@type\": \"ContactPoint\",\n      \"contactType\": \"customer service\",\n      \"url\": \"https:\/\/gaiseo.com\/de\/kontakt\/\"\n    }\n  }\n}\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-261ed79 elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-html\" data-id=\"261ed79\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- GAISEO CHECKOUT PAGE (MOBILE OPTIMIZED) -->\n\n<section class=\"gaiseo-section\">\n  <div class=\"gaiseo-container\">\n    \n    <div class=\"gaiseo-mobile-checkout-wrapper\">\n      \n      <!-- 1. HEADER & TRUST (Top) -->\n      <div class=\"mobile-checkout-header\">\n        <div class=\"gaiseo-badge\">Sicherer Checkout<\/div>\n        <h1>Finaler Schritt:<br>Bestellung abschlie\u00dfen \ud83d\ude80<\/h1>\n        <p class=\"checkout-sub\">Du bist nur Sekunden davon entfernt, das volle Potenzial von GAISEO zu entfesseln.<\/p>\n\n        <ul class=\"checkout-benefits\">\n          <li class=\"checkout-benefit-item\">\n            <div class=\"benefit-icon\"><svg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/div>\n Sofortiger Zugang zu deiner Lizenz\n          <\/li>\n          <li class=\"checkout-benefit-item\">\n            <div class=\"benefit-icon\"><svg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/div>\n 256-bit SSL Sicherung\n          <\/li>\n          <li class=\"checkout-benefit-item\">\n            <div class=\"benefit-icon\"><svg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg><\/div>\n Premium Support\n          <\/li>\n        <\/ul>\n      <\/div>\n\n      <!-- 2. FORM CONTAINER -->\n      <div class=\"gaiseo-checkout-card\">\n        \n        <!-- Invoice Note -->\n        <div class=\"invoice-note\">\n          <svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><line x1=\"12\" y1=\"16\" x2=\"12\" y2=\"12\"\/><line x1=\"12\" y1=\"8\" x2=\"12.01\" y2=\"8\"\/><\/svg>\n          <div>Wenn du per <strong>Rechnung<\/strong> zahlen m\u00f6chtest, w\u00e4hle unten die Option \u201eScheck\u201c.<\/div>\n        <\/div>\n\n        <!-- EDD SHORTCODE -->\n        <div id=\"edd_checkout_wrap\"><span class=\"edd_empty_cart\"><div class=\"gaiseo-empty-cart-updated\">\r\n<div>\ud83d\ude80<\/div>\r\nYour Cart Is Ready for Launch.\r\n\r\nLooks like you haven't selected a GAISEO package yet. Find the perfect plan to instantly boost your AI Visibility Score.\r\n\r\n<a href=\"https:\/\/gaiseo.com\/plugin\/\">Explore All GAISEO Plans\r\n<\/a>\r\n\r\n<\/div><\/span><\/div><!--end #edd_checkout_wrap-->\n\n        <!-- Footer Links -->\n        <div class=\"checkout-footer\">\n Mit Klick auf \u201eJetzt kaufen\u201c stimmst du unserer <a href=\"www.gaiseo.com\/de\/privacy-policy\/\" target=\"_blank\">Datenschutzerkl\u00e4rung<\/a> und unseren<a href=\"www.gaiseo.com\/de\/terms-of-service\/\" target=\"_blank\"> AGB<\/a> zu.\n        <\/div>\n\n      <\/div>\n\n      <!-- 3. GUARANTEE (Bottom) -->\n      <div class=\"guarantee-card\">\n        <div class=\"guarantee-icon\">\n          <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\/><path d=\"M9 12l2 2 4-4\"\/><\/svg>\n        <\/div>\n        <div class=\"guarantee-text\">\n          <h3>14-Tage-Geld-zur\u00fcck-Garantie<\/h3>\n          <p>Probier GAISEO ohne Risiko aus. Nicht zufrieden? Innerhalb von 14 Tagen gibt\u2019s dein Geld zur\u00fcck. <\/p>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- STYLES & SCHEMA (Bottom for WPML) -->\n<style>\n  \/* --- MOBILE LAYOUT --- *\/\n  .gaiseo-mobile-checkout-wrapper {\n    display: flex;\n    flex-direction: column;\n    gap: 32px;\n    margin-top: 20px;\n  }\n\n  \/* Header *\/\n  .mobile-checkout-header {\n    text-align: center;\n  }\n  .mobile-checkout-header h1 {\n    font-size: 28px;\n    font-weight: 800;\n    color: #111827;\n    margin-bottom: 12px;\n    line-height: 1.2;\n  }\n  .checkout-sub {\n    font-size: 15px;\n    color: #6b7280;\n    margin-bottom: 24px;\n    line-height: 1.5;\n  }\n\n  \/* Benefits (Compact) *\/\n  .checkout-benefits {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 12px;\n  }\n  .checkout-benefit-item {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    font-size: 13px;\n    font-weight: 600;\n    color: #374151;\n    background: white;\n    padding: 6px 12px;\n    border-radius: 99px;\n    border: 1px solid #e5e7eb;\n  }\n  .benefit-icon {\n    width: 18px;\n    height: 18px;\n    border-radius: 50%;\n    background: #dbeafe;\n    color: var(--gaiseo-blue);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n  }\n  .benefit-icon svg { width: 10px; height: 10px; }\n\n  \/* Form Card *\/\n  .gaiseo-checkout-card {\n    background: white;\n    border: 1px solid #e5e7eb;\n    border-radius: 20px;\n    padding: 24px; \/* Reduced padding *\/\n    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);\n  }\n\n  \/* Invoice Note *\/\n  .invoice-note {\n    background: #fff7ed;\n    border: 1px solid #fed7aa;\n    color: #9a3412;\n    padding: 12px;\n    border-radius: 8px;\n    font-size: 12px;\n    margin-bottom: 20px;\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n    line-height: 1.4;\n  }\n\n  \/* Guarantee Box *\/\n  .guarantee-card {\n    background: #f0fdf4;\n    border: 1px solid #bbf7d0;\n    border-radius: 16px;\n    padding: 20px;\n    display: flex;\n    gap: 12px;\n    align-items: flex-start;\n  }\n  .guarantee-icon {\n    color: #16a34a;\n    width: 24px;\n    height: 24px;\n    flex-shrink: 0;\n  }\n  .guarantee-text h3 {\n    font-size: 15px;\n    font-weight: 700;\n    color: #14532d;\n    margin: 0 0 4px 0;\n  }\n  .guarantee-text p {\n    font-size: 13px;\n    color: #166534;\n    margin: 0;\n    line-height: 1.4;\n  }\n\n  \/* --- EDD OVERRIDES (Mobile Specific) --- *\/\n  #edd_checkout_wrap input[type=\"text\"],\n  #edd_checkout_wrap input[type=\"email\"],\n  #edd_checkout_wrap input[type=\"password\"],\n  #edd_checkout_wrap input[type=\"tel\"],\n  #edd_checkout_wrap textarea,\n  #edd_checkout_wrap select {\n    width: 100%;\n    padding: 12px;\n    border: 1px solid #d1d5db;\n    border-radius: 8px;\n    font-size: 16px; \/* Prevents iOS zoom *\/\n    color: #111827;\n    background: #f9fafb;\n    box-shadow: none;\n    box-sizing: border-box;\n  }\n  \n  #edd_checkout_wrap input:focus,\n  #edd_checkout_wrap select:focus {\n    border-color: var(--gaiseo-blue);\n    background: white;\n    outline: none;\n  }\n\n  #edd_checkout_wrap label {\n    font-size: 14px;\n    font-weight: 600;\n    color: #374151;\n    margin-bottom: 6px;\n    display: block;\n  }\n\n  #edd_checkout_wrap fieldset { border: none; padding: 0; margin-bottom: 24px; }\n  #edd_checkout_wrap legend { font-size: 18px; font-weight: 700; color: #111827; margin-bottom: 12px; border-bottom: none; padding: 0; }\n\n  \/* Cart Table Mobile *\/\n  #edd_checkout_cart { width: 100%; border-collapse: collapse; margin-bottom: 24px; background: #f9fafb; border-radius: 8px; overflow: hidden; }\n  #edd_checkout_cart th { background: #f3f4f6; padding: 10px; text-align: left; font-size: 11px; text-transform: uppercase; color: #6b7280; font-weight: 700; }\n  #edd_checkout_cart td { padding: 12px 10px; border-bottom: 1px solid #e5e7eb; font-size: 13px; color: #374151; }\n  #edd_checkout_cart .edd_cart_total { font-size: 16px; font-weight: 800; color: #111827; background: white; }\n\n  \/* Payment Method Selector *\/\n  #edd-payment-mode-wrap { display: flex; flex-direction: column; gap: 8px; }\n  .edd-gateway-option { border: 1px solid #d1d5db; padding: 12px; border-radius: 8px; cursor: pointer; font-weight: 500; text-align: center; }\n  .edd-gateway-option-selected { border-color: var(--gaiseo-blue); background: #eff6ff; color: var(--gaiseo-blue); font-weight: 700; }\n\n  \/* Submit Button *\/\n  #edd_purchase_submit, .edd-submit {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 100%;\n    padding: 16px;\n    background: var(--gaiseo-blue);\n    color: white;\n    font-size: 16px;\n    font-weight: 600;\n    border-radius: 8px;\n    border: none;\n    cursor: pointer;\n  }\n\n  .checkout-footer { text-align: center; margin-top: 20px; font-size: 11px; color: #9ca3af; line-height: 1.4; }\n  .checkout-footer a { color: #6b7280; text-decoration: underline; }\n<\/style>\n\n<!-- 1. AI SEO: CheckoutPage Schema -->\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"CheckoutPage\",\n  \"name\": \"Secure Checkout - GAISEO\",\n  \"description\": \"Complete your purchase securely. 14-day money-back guarantee included.\",\n  \"mainEntity\": {\n    \"@type\": \"Organization\",\n    \"name\": \"GAISEO\",\n    \"contactPoint\": {\n      \"@type\": \"ContactPoint\",\n      \"telephone\": \"+49 157 81776104\",\n      \"contactType\": \"customer service\"\n    }\n  }\n}\n<\/script>\t\t\t\t<\/div>\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>Sicherer Checkout Letzter Schritt: Bestellung abschlie\u00dfen Du bist nur noch Sekunden davon entfernt, die volle Power von GAISEO freizuschalten. Deine Zahlung ist 100% sicher. Sofortiger Zugang nach Zahlung Sichere 256-bit SSL-Verschl\u00fcsselung Priorit\u00e4ts-Support inklusive Lizenzschl\u00fcssel &amp; Rechnung per E-Mail 14-Tage Geld-zur\u00fcck-Garantie Teste GAISEO risikofrei. Wenn du nicht zufrieden bist, erstatten wir dir innerhalb von 14 Tagen [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"content-type":"","footnotes":""},"class_list":["post-1300","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/gaiseo.com\/de\/wp-json\/wp\/v2\/pages\/1300","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gaiseo.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/gaiseo.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/gaiseo.com\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gaiseo.com\/de\/wp-json\/wp\/v2\/comments?post=1300"}],"version-history":[{"count":12,"href":"https:\/\/gaiseo.com\/de\/wp-json\/wp\/v2\/pages\/1300\/revisions"}],"predecessor-version":[{"id":5877,"href":"https:\/\/gaiseo.com\/de\/wp-json\/wp\/v2\/pages\/1300\/revisions\/5877"}],"wp:attachment":[{"href":"https:\/\/gaiseo.com\/de\/wp-json\/wp\/v2\/media?parent=1300"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}