<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Genel &#8211; ATS PRO</title>
	<atom:link href="https://atspro.com.tr/category/genel/feed/" rel="self" type="application/rss+xml" />
	<link>https://atspro.com.tr</link>
	<description>Kurumsal Bulut Tabanlı Filo Yönetimi Yazılımı</description>
	<lastBuildDate>Sat, 25 Jul 2026 15:49:18 +0000</lastBuildDate>
	<language>tr</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.13</generator>

<image>
	<url>https://atspro.com.tr/wp-content/uploads/2026/05/cropped-google-sekme-32x32.png</url>
	<title>Genel &#8211; ATS PRO</title>
	<link>https://atspro.com.tr</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>YENİ ANA SAYFA 250726</title>
		<link>https://atspro.com.tr/yeni-ana-sayfa-250726/</link>
					<comments>https://atspro.com.tr/yeni-ana-sayfa-250726/#respond</comments>
		
		<dc:creator><![CDATA[Orjin Yazılım ATS PRO Ürün Ekibi]]></dc:creator>
		<pubDate>Sat, 25 Jul 2026 15:49:18 +0000</pubDate>
				<category><![CDATA[Genel]]></category>
		<guid isPermaLink="false">https://atspro.com.tr/?p=5536</guid>

					<description><![CDATA[<p><a rel="nofollow" href="https://atspro.com.tr/yeni-ana-sayfa-250726/">YENİ ANA SAYFA 250726</a> yazısı ilk önce <a rel="nofollow" href="https://atspro.com.tr">ATS PRO</a> üzerinde ortaya çıktı.</p>
]]></description>
										<content:encoded><![CDATA[<div class="container-fluid vc_container-fluid   " ><div class="vc_row wpb_row vc_row-fluid"><div class="container-fluid stm_no_side_pd"><div class="row"><div class="wpb_column vc_column_container vc_col-sm-12">
	<div class="vc_column-inner ">
		<div class="wpb_wrapper">
			
	<div class="wpb_raw_code wpb_content_element wpb_raw_html" >
		<div class="wpb_wrapper">
			<style>
/* =========================================================
   ATS PRO — YENİ ANA SAYFA HERO
   ========================================================= */

.ats-new-hero,
.ats-new-hero * {
    box-sizing: border-box;
}

.ats-new-hero {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    background:
        radial-gradient(circle at 88% 16%, rgba(64, 119, 255, 0.10), transparent 30%),
        radial-gradient(circle at 68% 92%, rgba(255, 111, 0, 0.08), transparent 26%),
        linear-gradient(135deg, #ffffff 0%, #f8faff 55%, #f3f7ff 100%);
    font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif;
    color: #0b1d3a;
}

.ats-new-hero::before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    left: -280px;
    top: -270px;
    border-radius: 50%;
    border: 1px solid rgba(24, 74, 135, 0.08);
    pointer-events: none;
}

.ats-new-hero::after {
    content: "";
    position: absolute;
    right: -180px;
    bottom: -310px;
    width: 620px;
    height: 620px;
    border-radius: 50%;
    border: 1px solid rgba(255, 104, 0, 0.10);
    pointer-events: none;
}

.ats-new-hero__inner {
    position: relative;
    z-index: 2;
    width: min(1480px, calc(100% - 64px));
    min-height: 720px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(440px, 43%) minmax(0, 57%);
    align-items: center;
}

/* METİN ALANI */

.ats-new-hero__content {
    position: relative;
    z-index: 4;
    padding: 86px 10px 82px 0;
}

.ats-new-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    color: #ec6907;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ats-new-hero__eyebrow::before {
    content: "";
    width: 34px;
    height: 3px;
    border-radius: 10px;
    background: linear-gradient(90deg, #ff7300, #ff9a3d);
}

.ats-new-hero h1 {
    max-width: 680px;
    margin: 0;
    color: #081d3b;
    font-size: clamp(46px, 4.15vw, 68px);
    line-height: 1.04;
    font-weight: 800;
    letter-spacing: -0.045em;
}

.ats-new-hero h1 span {
    display: block;
    margin-top: 7px;
    color: #ed6806;
}

.ats-new-hero__lead {
    max-width: 640px;
    margin: 28px 0 0;
    color: #40516b;
    font-size: 18px;
    line-height: 1.72;
    font-weight: 400;
}

.ats-new-hero__lead strong {
    color: #132d52;
    font-weight: 700;
}

/* BUTONLAR */

.ats-new-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 34px;
}

.ats-new-hero__button {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 27px;
    border-radius: 11px;
    text-decoration: none !important;
    font-size: 15px;
    line-height: 1;
    font-weight: 750;
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        background 0.22s ease,
        border-color 0.22s ease;
}

.ats-new-hero__button--primary {
    color: #ffffff !important;
    border: 1px solid #ed6806;
    background: linear-gradient(135deg, #f47713 0%, #e85d00 100%);
    box-shadow: 0 14px 32px rgba(232, 93, 0, 0.23);
}

.ats-new-hero__button--primary:hover {
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(232, 93, 0, 0.31);
}

.ats-new-hero__button--secondary {
    color: #12345e !important;
    border: 1px solid rgba(18, 52, 94, 0.20);
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0 8px 22px rgba(20, 55, 102, 0.06);
    backdrop-filter: blur(8px);
}

.ats-new-hero__button--secondary:hover {
    color: #ed6806 !important;
    border-color: rgba(237, 104, 6, 0.40);
    background: #ffffff;
    transform: translateY(-2px);
}

.ats-new-hero__arrow {
    font-size: 20px;
    line-height: 1;
    transition: transform 0.22s ease;
}

.ats-new-hero__button:hover .ats-new-hero__arrow {
    transform: translateX(3px);
}

/* GÜVEN SATIRI */

.ats-new-hero__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

.ats-new-hero__trust li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #50627a;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
}

.ats-new-hero__check {
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ed6806;
    background: rgba(237, 104, 6, 0.10);
    font-size: 12px;
    font-weight: 900;
}

/* GÖRSEL ALANI */

.ats-new-hero__visual {
    position: relative;
    z-index: 2;
    min-width: 0;
    height: 660px;
    display: flex;
    align-items: center;
    overflow: visible;
    pointer-events: none;
}

.ats-new-hero__visual::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 600px;
    height: 420px;
    right: 6%;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(87, 127, 217, 0.14) 0%,
        rgba(87, 127, 217, 0.05) 43%,
        transparent 72%
    );
    filter: blur(8px);
}

.ats-new-hero__visual img {
    display: block;
    width: 125%;
    max-width: none;
    height: auto;
    margin-left: -10%;
    filter: drop-shadow(0 24px 34px rgba(24, 54, 95, 0.11));
}

/* AŞAĞI GEÇİŞ İŞARETİ */

.ats-new-hero__scroll {
    position: absolute;
    z-index: 5;
    left: 50%;
    bottom: 19px;
    width: 30px;
    height: 47px;
    display: flex;
    justify-content: center;
    border: 1px solid rgba(20, 53, 94, 0.16);
    border-radius: 18px;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.52);
    backdrop-filter: blur(8px);
}

.ats-new-hero__scroll::before {
    content: "";
    width: 4px;
    height: 8px;
    margin-top: 9px;
    border-radius: 10px;
    background: #ed6806;
    animation: atsHeroScroll 1.8s infinite;
}

@keyframes atsHeroScroll {
    0% {
        opacity: 0;
        transform: translateY(0);
    }
    35% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(17px);
    }
}

/* TABLET */

@media (max-width: 1180px) {
    .ats-new-hero__inner {
        width: min(1180px, calc(100% - 44px));
        min-height: 670px;
        grid-template-columns: minmax(390px, 47%) minmax(0, 53%);
    }

    .ats-new-hero h1 {
        font-size: clamp(43px, 5vw, 58px);
    }

    .ats-new-hero__lead {
        font-size: 16.5px;
    }

    .ats-new-hero__visual {
        height: 590px;
    }

    .ats-new-hero__visual img {
        width: 136%;
        margin-left: -19%;
    }
}

/* MOBİL */

@media (max-width: 820px) {
    .ats-new-hero__inner {
        width: min(100% - 30px, 700px);
        min-height: auto;
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .ats-new-hero__content {
        width: 100%;
        padding: 68px 4px 18px;
        text-align: center;
    }

    .ats-new-hero__eyebrow {
        justify-content: center;
        margin-bottom: 19px;
        font-size: 11px;
        letter-spacing: 0.11em;
    }

    .ats-new-hero h1 {
        max-width: 650px;
        margin: 0 auto;
        font-size: clamp(37px, 10.5vw, 51px);
        line-height: 1.07;
        letter-spacing: -0.04em;
    }

    .ats-new-hero__lead {
        max-width: 620px;
        margin: 22px auto 0;
        font-size: 16px;
        line-height: 1.65;
    }

    .ats-new-hero__actions {
        justify-content: center;
        margin-top: 28px;
    }

    .ats-new-hero__trust {
        max-width: 560px;
        justify-content: center;
        margin: 26px auto 0;
    }

    .ats-new-hero__visual {
        width: 100%;
        height: auto;
        min-height: 350px;
        margin-top: 0;
        overflow: visible;
    }

    .ats-new-hero__visual img {
        width: 120%;
        margin: 0 0 0 -10%;
    }

    .ats-new-hero__scroll {
        display: none;
    }
}

@media (max-width: 520px) {
    .ats-new-hero__inner {
        width: min(100% - 22px, 500px);
    }

    .ats-new-hero__content {
        padding-top: 52px;
    }

    .ats-new-hero h1 {
        font-size: clamp(34px, 10.8vw, 44px);
    }

    .ats-new-hero h1 span {
        margin-top: 5px;
    }

    .ats-new-hero__lead {
        font-size: 15px;
        line-height: 1.62;
    }

    .ats-new-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 11px;
    }

    .ats-new-hero__button {
        width: 100%;
        min-height: 53px;
    }

    .ats-new-hero__trust {
        display: grid;
        grid-template-columns: 1fr;
        justify-content: start;
        width: max-content;
        max-width: 100%;
        text-align: left;
        gap: 10px;
    }

    .ats-new-hero__visual {
        min-height: 275px;
    }

    .ats-new-hero__visual img {
        width: 126%;
        margin-left: -13%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ats-new-hero__scroll::before {
        animation: none;
    }

    .ats-new-hero__button {
        transition: none;
    }
}
</style>

<section class="ats-new-hero" aria-labelledby="ats-hero-title">
    <div class="ats-new-hero__inner">

        <div class="ats-new-hero__content">

            <div class="ats-new-hero__eyebrow">
                Kurumsal Filo Yönetimi Yazılımı
            </div>

            <h1 id="ats-hero-title">
                Araç Takibinin Ötesinde,
                <span>Gerçek Filo Yönetimi</span>
            </h1>

            <p class="ats-new-hero__lead">
                <strong>ATS PRO;</strong> araç, bakım, servis, yakıt, HGS,
                stok, lastik, maliyet ve operasyon süreçlerini tek platformda
                birleştiren kurumsal filo yönetimi yazılımıdır.
            </p>

            <div class="ats-new-hero__actions">

                <a
                    class="ats-new-hero__button ats-new-hero__button--primary"
                    href="/demo-talep-edin/"
                    aria-label="ATS PRO demo talep edin"
                >
                    Demo Talep Edin
                    <span class="ats-new-hero__arrow" aria-hidden="true">→</span>
                </a>

                <a
                    class="ats-new-hero__button ats-new-hero__button--secondary"
                    href="#ats-pro-cozumleri"
                    aria-label="ATS PRO çözümlerini keşfedin"
                >
                    ATS PRO’yu Keşfedin
                    <span class="ats-new-hero__arrow" aria-hidden="true">↓</span>
                </a>

            </div>

            <ul class="ats-new-hero__trust" aria-label="ATS PRO temel özellikleri">
                <li>
                    <span class="ats-new-hero__check" aria-hidden="true">✓</span>
                    Web ve mobil erişim
                </li>
                <li>
                    <span class="ats-new-hero__check" aria-hidden="true">✓</span>
                    GPS, yakıt ve HGS entegrasyonları
                </li>
                <li>
                    <span class="ats-new-hero__check" aria-hidden="true">✓</span>
                    Kurumsal yetkilendirme
                </li>
            </ul>

        </div>

        <div class="ats-new-hero__visual" aria-hidden="true">
            <img
                src="https://atspro.com.tr/wp-content/uploads/2026/07/ats-pro-kurumsal-filo-yonetimi-hero.webp"
                width="1672"
                height="941"
                alt=""
                loading="eager"
                fetchpriority="high"
                decoding="async"
            >
        </div>

    </div>

    <a
        class="ats-new-hero__scroll"
        href="#ats-pro-cozumleri"
        aria-label="ATS PRO çözümleri bölümüne geç"
    ></a>
</section>
		</div>
	</div>
		</div>
	</div>
</div></div></div></div></div>
<p><a rel="nofollow" href="https://atspro.com.tr/yeni-ana-sayfa-250726/">YENİ ANA SAYFA 250726</a> yazısı ilk önce <a rel="nofollow" href="https://atspro.com.tr">ATS PRO</a> üzerinde ortaya çıktı.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://atspro.com.tr/yeni-ana-sayfa-250726/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
