38 lines
2.9 KiB
HTML
38 lines
2.9 KiB
HTML
{% extends "base.html" %}
|
|
{% load static %}
|
|
|
|
{% block content %}
|
|
<main class="flex-grow">
|
|
<section class="bg-gradient-to-br from-primary to-teal-700 text-light-text py-20 md:py-32 relative">
|
|
<div class="max-w-3xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
|
|
<h1 class="text-4xl sm:text-5xl md:text-6xl font-extrabold tracking-tight mb-4">Refund and Cancellation Policy</h1>
|
|
<p class="text-blue-100 text-lg mb-2">Last Updated: August 16, 2025</p>
|
|
</div>
|
|
</section>
|
|
<section class="py-16 bg-gray-50 sm:py-24">
|
|
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
|
<div class="bg-white rounded-xl shadow-xl p-8 md:p-12">
|
|
<p class="mb-6 text-gray-700">This Refund and Cancellation Policy outlines the terms under which Kompanija broj 4 d.o.o. ("We," "Us," or "Our") handles subscription cancellations and refunds for the Risklet.com Service.</p>
|
|
|
|
<h2 class="text-2xl font-bold text-primary mt-10 mb-4">1. Subscription and Billing</h2>
|
|
<p class="mb-4 text-gray-700">All services are provided on a subscription basis. Fees are billed in advance on a monthly or annual cycle as specified in your ordering document.</p>
|
|
|
|
<h2 class="text-2xl font-bold text-primary mt-10 mb-4">2. Cancellation Policy</h2>
|
|
<p class="mb-4 text-gray-700">You may cancel your subscription at any time by providing written notice to Us. The cancellation will take effect at the end of the current billing cycle. You will continue to have access to the Service until the end of your prepaid subscription period.</p>
|
|
|
|
<h2 class="text-2xl font-bold text-primary mt-10 mb-4">3. Refund Policy</h2>
|
|
<h3 class="text-lg font-semibold text-accent mb-2">3.1. General</h3>
|
|
<p class="mb-4 text-gray-700">Subscription fees are non-refundable. We do not provide refunds or credits for any partial subscription periods or unused services. This policy is standard for many B2B SaaS providers due to the nature of the services rendered.</p>
|
|
<h3 class="text-lg font-semibold text-accent mb-2">3.2. Termination for Cause</h3>
|
|
<p class="mb-4 text-gray-700">If you terminate your subscription due to a material breach of the Terms of Service by Us that remains uncured for thirty (30) days after you provide written notice of such breach, We will issue a prorated refund for any prepaid, unused fees covering the remainder of the subscription term.</p>
|
|
<h3 class="text-lg font-semibold text-accent mb-2">3.3. No Refunds for Non-Use</h3>
|
|
<p class="mb-4 text-gray-700">We are not obligated to issue refunds for subscriptions that are cancelled due to non-use of the Service.</p>
|
|
|
|
<h2 class="text-2xl font-bold text-primary mt-10 mb-4">4. Policy Modifications</h2>
|
|
<p class="mb-4 text-gray-700">We reserve the right to modify this Refund and Cancellation Policy at any time. Any changes will be effective immediately upon posting the revised policy on our website.</p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
{% endblock %}
|