{"id":295,"date":"2026-01-04T16:18:00","date_gmt":"2026-01-04T14:18:00","guid":{"rendered":"https:\/\/www.aries-software.net\/?page_id=295"},"modified":"2026-01-04T15:22:42","modified_gmt":"2026-01-04T13:22:42","slug":"get-your-best-offer","status":"publish","type":"page","link":"https:\/\/www.aries-software.net\/de\/get-your-best-offer\/","title":{"rendered":"Get your best offer"},"content":{"rendered":"<!-- \n  ARIES SOFTWARE - BUNDLES & PRICING PAGE (DARK MODE)\n  Copy\/Paste this into a \"Custom HTML\" block in WordPress.\n-->\n\n<style>\n  .aries-pricing-container {\n    max-width: 100%;\n    margin: 0 auto;\n    padding: 60px 20px;\n    font-family: inherit;\n    background-color: #0B1120; \/* Very Dark Blue Background *\/\n    color: #F1F5F9; \/* Light Text *\/\n  }\n\n  .aries-inner-wrapper {\n    max-width: 1200px;\n    margin: 0 auto;\n  }\n\n  .aries-header {\n    text-align: center;\n    margin-bottom: 50px;\n  }\n\n  .aries-header h1 {\n    font-size: 2.5rem;\n    font-weight: 700;\n    margin-bottom: 15px;\n    color: #FFFFFF;\n  }\n\n  .aries-header p {\n    font-size: 1.2rem;\n    color: #94A3B8; \/* Slate 400 *\/\n    max-width: 600px;\n    margin: 0 auto;\n  }\n\n  \/* Grid Layout *\/\n  .aries-pricing-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 30px;\n    align-items: stretch;\n  }\n\n  \/* Card Styles - Dark Theme *\/\n  .aries-card {\n    border: 1px solid #334155; \/* Slate 700 border *\/\n    border-radius: 16px;\n    padding: 40px 30px;\n    background: #1E293B; \/* Slate 800 Card bg *\/\n    display: flex;\n    flex-direction: column;\n    transition: all 0.3s ease;\n    position: relative;\n    box-shadow: 0 4px 6px rgba(0,0,0,0.3);\n  }\n\n  .aries-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.5), 0 10px 10px -5px rgba(0, 0, 0, 0.4);\n    border-color: #475569;\n  }\n\n  \/* Hero Card Highlight *\/\n  .aries-card.hero {\n    border: 2px solid #3B82F6; \/* Bright Blue *\/\n    background: #1E293B;\n    transform: scale(1.02);\n    box-shadow: 0 0 20px rgba(59, 130, 246, 0.15); \/* Subtle blue glow *\/\n    z-index: 1;\n  }\n  \n  .aries-card.hero:hover {\n    transform: scale(1.02) translateY(-5px);\n    box-shadow: 0 0 30px rgba(59, 130, 246, 0.3);\n  }\n\n  .badge {\n    background-color: #3B82F6;\n    color: white;\n    padding: 6px 14px;\n    border-radius: 20px;\n    font-size: 0.75rem;\n    font-weight: 800;\n    letter-spacing: 0.5px;\n    text-transform: uppercase;\n    display: inline-block;\n    margin-bottom: 15px;\n    align-self: flex-start;\n  }\n\n  .badge.orange {\n    background-color: #F97316; \/* Orange 500 *\/\n  }\n\n  .aries-card h2 {\n    font-size: 1.8rem;\n    margin: 0 0 10px 0;\n    color: #FFFFFF;\n  }\n\n  .aries-card .target {\n    font-style: italic;\n    color: #94A3B8; \/* Slate 400 *\/\n    font-size: 0.95rem;\n    margin-bottom: 25px;\n    line-height: 1.5;\n  }\n\n  .price-block {\n    margin-bottom: 30px;\n    padding-bottom: 30px;\n    border-bottom: 1px solid #334155; \/* Slate 700 divider *\/\n  }\n\n  .price-main {\n    font-size: 2rem;\n    font-weight: 800;\n    color: #FFFFFF;\n  }\n\n  .price-sub {\n    font-size: 1rem;\n    color: #CBD5E1; \/* Slate 300 *\/\n    margin-top: 5px;\n  }\n\n  .features-list {\n    list-style: none;\n    padding: 0;\n    margin: 0 0 30px 0;\n    flex-grow: 1;\n  }\n\n  .features-list li {\n    padding: 10px 0;\n    padding-left: 30px;\n    position: relative;\n    font-size: 0.95rem;\n    color: #E2E8F0; \/* Slate 200 *\/\n    border-bottom: 1px dashed #334155;\n  }\n  \n  .features-list li:last-child {\n    border-bottom: none;\n  }\n\n  .features-list li::before {\n    content: \"\u2714\";\n    color: #3B82F6; \/* Bright Blue check *\/\n    position: absolute;\n    left: 0;\n    font-weight: bold;\n    font-size: 1.1em;\n  }\n\n  \/* Buttons *\/\n  .cta-button {\n    display: block;\n    width: 100%;\n    padding: 16px;\n    text-align: center;\n    background-color: #334155; \/* Slate 700 *\/\n    color: #FFFFFF;\n    text-decoration: none;\n    border-radius: 8px;\n    font-weight: 700;\n    transition: all 0.2s;\n    border: 1px solid transparent;\n  }\n\n  .cta-button:hover {\n    background-color: #475569; \/* Slate 600 *\/\n    color: #FFFFFF;\n  }\n\n  .cta-button.primary {\n    background-color: #3B82F6; \/* Bright Blue *\/\n    box-shadow: 0 4px 6px rgba(59, 130, 246, 0.3);\n  }\n\n  .cta-button.primary:hover {\n    background-color: #2563EB; \/* Darker Blue *\/\n    box-shadow: 0 6px 12px rgba(59, 130, 246, 0.4);\n  }\n\n  \/* Bottom Section *\/\n  .ibe-only-section {\n    text-align: center;\n    margin-top: 60px;\n    padding: 40px;\n    background: #1E293B; \/* Slate 800 *\/\n    border-radius: 16px;\n    border: 1px solid #334155;\n  }\n\n  .ibe-only-section h3 {\n    color: #FFFFFF;\n    margin-bottom: 10px;\n  }\n  \n  .ibe-only-section p {\n    color: #CBD5E1;\n  }\n\n  .ibe-link {\n    color: #60A5FA; \/* Lighter Blue for links on dark *\/\n    font-weight: bold;\n    text-decoration: none;\n    border-bottom: 2px solid #60A5FA;\n    transition: color 0.2s;\n  }\n  \n  .ibe-link:hover {\n    color: #93C5FD;\n    border-color: #93C5FD;\n  }\n\n  @media (max-width: 768px) {\n    .aries-card.hero { transform: none; margin-top: 10px; margin-bottom: 10px;}\n    .aries-header h1 { font-size: 2rem; }\n  }\n<\/style>\n\n<div class=\"aries-pricing-container\">\n  <div class=\"aries-inner-wrapper\">\n    \n    <div class=\"aries-header\">\n      <h1>Modern Hotel Software. Simplified.<\/h1>\n      <p>Stop fighting fires. Start running your hotel. Choose the freedom package that fits you.<\/p>\n    <\/div>\n\n    <div class=\"aries-pricing-grid\">\n\n      <!-- PACKAGE 1: THE CONTROL BUNDLE -->\n      <div class=\"aries-card\">\n        <span class=\"badge\">The Essentials<\/span>\n        <h2>Digital Starter<\/h2>\n        <p class=\"target\">For independent hotels (20-40 rooms) moving to the cloud.<\/p>\n        \n        <div class=\"price-block\">\n          <div class=\"price-main\">\u20ac5.50 <span style=\"font-size:1rem; font-weight:normal; color:#94A3B8;\">\/ room<\/span><\/div>\n          <div class=\"price-sub\">+ \u20ac79\/mo Flat Fee<\/div>\n        <\/div>\n\n        <ul class=\"features-list\">\n          <li><strong>Aries PMS (Basic)<\/strong>: The central nervous system.<\/li>\n          <li><strong>Commission-Free IBE<\/strong>: Keep 100% of your bookings.<\/li>\n          <li><strong>Online Check-in<\/strong>: No queues at reception.<\/li>\n          <li><strong>Channel Manager API<\/strong>: Included.<\/li>\n          <li>Automated Guest Emails<\/li>\n        <\/ul>\n\n        <a href=\"https:\/\/pms.aries-software.net\/register\" class=\"cta-button\">Get Started<\/a>\n      <\/div>\n\n      <!-- PACKAGE 2: THE GROWTH BUNDLE (HERO) -->\n      <div class=\"aries-card hero\">\n        <span class=\"badge orange\">Most Popular<\/span>\n        <h2>Revenue Autopilot<\/h2>\n        <p class=\"target\">For owners who want to automate pricing &#038; maximize profit.<\/p>\n        \n        <div class=\"price-block\">\n          <div class=\"price-main\">Save 20%<\/div>\n          <div class=\"price-sub\">On your total monthly bill<\/div>\n          <p style=\"font-size: 0.9rem; margin-top:10px; color:#60A5FA;\">(e.g., ~\u20ac450\/mo for 50 Rooms)<\/p>\n        <\/div>\n\n        <ul class=\"features-list\">\n          <li><strong>Everything in Starter<\/strong><\/li>\n          <li><strong>Aries PMS (Standard)<\/strong>: Advanced reporting &#038; messaging.<\/li>\n          <li><strong>Aries RMS (The Brain)<\/strong>: AI-driven dynamic pricing.<\/li>\n          <li><strong>Competitor Analysis<\/strong>: Stop guessing rates.<\/li>\n          <li><strong>Free Setup<\/strong> (\u20ac149 Value Waived)<\/li>\n          <li><strong>Priority Onboarding<\/strong><\/li>\n        <\/ul>\n\n        <a href=\"https:\/\/pms.aries-software.net\/register\" class=\"cta-button primary\">Start Automating<\/a>\n      <\/div>\n\n      <!-- PACKAGE 3: THE FREEDOM BUNDLE -->\n      <div class=\"aries-card\">\n        <span class=\"badge\">Multi-Property<\/span>\n        <h2>The Tycoon<\/h2>\n        <p class=\"target\">For small hotel groups (2-3 properties) scaling up.<\/p>\n        \n        <div class=\"price-block\">\n          <div class=\"price-main\">Custom Quote<\/div>\n          <div class=\"price-sub\">One system. One price. No per-user fees.<\/div>\n        <\/div>\n\n        <ul class=\"features-list\">\n          <li><strong>Multi-Property PMS<\/strong>: Manage all hotels from one screen.<\/li>\n          <li><strong>Group RMS<\/strong>: Centralized revenue management.<\/li>\n          <li><strong>Unified Reporting<\/strong><\/li>\n          <li><strong>Dedicated Account Manager<\/strong><\/li>\n          <li><strong>Custom API Integrations<\/strong><\/li>\n        <\/ul>\n\n        <a href=\"\/de\/get-in-touch\/\" class=\"cta-button\">Contact Sales<\/a>\n      <\/div>\n\n    <\/div>\n\n    <div class=\"ibe-only-section\">\n      <h3>Just need the Booking Engine?<\/h3>\n      <p style=\"margin-bottom:20px;\">Get our Commission-Free IBE for just <strong>\u20ac49\/month<\/strong>. No hidden fees. Keep your revenue.<\/p>\n      <a href=\"\/de\/get-in-touch\/\" class=\"ibe-link\">Add IBE to your current PMS &rarr;<\/a>\n    <\/div>\n\n  <\/div>\n<\/div>\n\n\n\n<p><\/p>","protected":false},"excerpt":{"rendered":"<p>Modern Hotel Software. Simplified. Stop fighting fires. Start running your hotel. Choose the freedom package that fits you. The Essentials Digital Starter For independent hotels (20-40 rooms) moving to the cloud. \u20ac5.50 \/ room + \u20ac79\/mo Flat Fee Aries PMS (Basic): The central nervous system. Commission-Free IBE: Keep 100% of your bookings. Online Check-in: No [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-295","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.aries-software.net\/de\/wp-json\/wp\/v2\/pages\/295","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.aries-software.net\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.aries-software.net\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.aries-software.net\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.aries-software.net\/de\/wp-json\/wp\/v2\/comments?post=295"}],"version-history":[{"count":4,"href":"https:\/\/www.aries-software.net\/de\/wp-json\/wp\/v2\/pages\/295\/revisions"}],"predecessor-version":[{"id":299,"href":"https:\/\/www.aries-software.net\/de\/wp-json\/wp\/v2\/pages\/295\/revisions\/299"}],"wp:attachment":[{"href":"https:\/\/www.aries-software.net\/de\/wp-json\/wp\/v2\/media?parent=295"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}