* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Poppins;
    background: #ffffff;
       overflow-x: hidden;
}

main{
    flex:1;
}

.container {
    max-width: 1100px;
    margin: auto;
    padding: 25px 10px;
}

/* HERO */

.hero {
    min-height: 700px;
    margin-bottom: -185px;
    padding-bottom: 70px;
}

.home .hero {
    background: url(images/slider.png) center/cover no-repeat;
}
/* HEADER */

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.logo-box {
    background: #dfead7;
    height: 55px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 0 18px;
}

.logo-title {
    font-weight: 700;
    font-size: 16px;
}

.divider {
    width: 1px;
    height: 22px;
    background: #999;
    margin: 0 12px;
}

.logo-sub {
    font-size: 14px;
}

.menu {
    background: #dfead7;
    height: 55px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 0 25px;
}

.menu a {
    color: #111;
    font-size: 14px;
    display: flex;
    gap: 7px;
    align-items: center;
}

.login-btn {
    background: #000;
    color: #fff;
    height: 55px;
    padding: 0 25px;
    display: flex;
    align-items: center;
    border-radius: 10px;
}

/* HERO CONTENT */

.hero-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero-title {
    margin: 0 0 28px;
    font-size: 26px;
    line-height: 1.45;
    font-weight: 400;
    color: #111827;
}

.title-line {
    display: block;
}

.title-line-1,
.title-line-2 {
    white-space: nowrap;
}

.hero-title strong {
    font-weight: 800;
}

.wa-icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
    vertical-align: middle;
    margin-right: 10px;
    transform: translateY(-2px);
}

.hero-left {
    max-width: 420px;
}

.hero-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
}

.hero-badge img {
    width: 35px;
}

.hero-left h1 {
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 25px;
}

.hero-left strong {
    font-weight: 800;
}

.features {
    background: rgba(255, 255, 255, 0.5);
    padding: 20px;
    border-radius: 12px;
    width: 320px;
}

.features div {
    margin-bottom: 10px;
    font-size: 15px;
}

/* PHONE */

.phone {
    width: 460px;
}

.problem-section{
padding:80px 0;
background:#f5f7fa;
}

.container{
max-width:1100px;
margin:auto;
}

.problem-grid{
display:grid;
grid-template-columns: 1fr 1fr;
gap:25px;
align-items:start;
}

.problem-left{
display:grid;
gap:18px;
}

.problem-card{
display:flex;
gap:14px;
background:#fff;
padding:18px;
border-radius:10px;
border:1px solid #eee;
}

.problem-card h4{
font-size:15px;
font-weight:600;
margin-bottom:4px;
}

.problem-card p{
font-size:13px;
color:#666;
line-height:1.4;
}

.icon{
width:24px;
height:24px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
font-size:12px;
flex-shrink:0;
}

.red{
background:#ff4d4d;
color:#fff;
}

.green{
background:#27c66b;
color:#fff;
}

.solution-card{
background:#dcebdc;
padding:25px;
border-radius:12px;
}

.solution-title{
display:flex;
align-items:center;
gap:10px;
margin-bottom:10px;
}

.solution-card h3{
font-size:18px;
margin:0;
}

.solution-card h4{
color:#27c66b;
font-weight:600;
margin-bottom:15px;
}

.solution-card ul{
padding-left:0;
list-style:none;
}

.solution-card li{
margin-bottom:8px;
font-size:14px;
}

.problems{
padding:60px 0;
background:#f4f6f8;
}

.container{
max-width:1100px;
margin:auto;
}

.grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:25px;
}

.left{
display:flex;
flex-direction:column;
gap:15px;
}

.card{
background:#fff;
padding:18px;
border-radius:10px;
display:flex;
gap:12px;
}

.card h4{
font-size:15px;
margin-bottom:4px;
}

.card p{
font-size:13px;
color:#666;
}

.icon{
width:24px;
height:24px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
color:#fff;
font-size:12px;
}

.red{
background:#ff4d4d;
}

.solution{
background:#dcead8;
padding:25px;
border-radius:12px;
}

.solution h3{
margin-bottom:10px;
}

.solution h4{
color:#28a745;
margin-bottom:15px;
}

.solution ul{
list-style:none;
padding:0;
}

.solution li{
margin-bottom:8px;
}

.issues-section {
    padding: 18px 0 38px;
    background: #F5F7F9;
    margin-top: 15px;
}

.issues-wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 22px 26px 24px;
    background: #f4f1ef;
    border-radius: 0;
}

.issues-grid {
    display: grid;
    grid-template-columns: 1.6fr 0.95fr;
    gap: 28px;
    align-items: start;
}

.issues-left {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.issues-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.issue-card {
    background: #fbfbfb;
    border: 1px solid #ece7e3;
    border-radius: 8px;
    padding: 16px 16px 14px;
}

.issue-card.small {
    min-height: 80px;
}

.issue-card.wide {
    min-height: 78px;
}

.issue-head {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 9px;
}

.issue-head h4 {
    margin: 0;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    color: #1c1c1c;
}

.issue-card p {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
    color: #4b4b4b;
    max-width: 95%;
}

.issue-icon {
    width: 14px;
    height: 14px;
    min-width: 14px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.issue-red {
    background: #ff4c39;
}

.issue-green {
    background: #2fbe63;
}

.solution-box {
    background: #dde9d9;
    border-radius: 8px;
    padding: 16px 16px 14px;
    min-height: 140px;
}

.solution-head {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.solution-head h3 {
    margin: 0;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    color: #1d1d1d;
}

.solution-box h4 {
    margin: 0 0 14px;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 500;
    color: #28b24e;
}

.solution-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.solution-box li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 7px;
    font-size: 13px;
    line-height: 1.35;
    color: #1f1f1f;
}

.solution-box li:last-child {
    margin-bottom: 0;
}

.solution-box li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #2fbe63;
    font-weight: 700;
    font-size: 11px;
}

/* tablet */
@media (max-width: 991px) {
    .issues-grid {
        grid-template-columns: 1fr;
    }

    .solution-box {
        min-height: auto;
    }
}

/* mobil */
@media (max-width: 767px) {
    .issues-wrap {
        padding: 16px;
    }

    .issues-top {
        grid-template-columns: 1fr;
    }
}

.dashboard-section {
    padding: 80px 0;
    background: #ffffff;
    margin-top: -15px;
}

.dashboard-container {
    max-width: 1100px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* SOL RESİM */

.dashboard-image {
    margin-left: 0px;
}

.dashboard-image img {
    width: 520px;
    display: block;
    border-radius: 20px;
}

/* SAĞ METİN */

.dashboard-content {
    width: 500px;
}

.dashboard-content h2 {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.dashboard-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.dashboard-content ul li {
    margin-bottom: 10px;
    font-size: 16px;
}

.dashboard-content ul li::before {
    content: "✓";
    color: #35c85a;
    margin-right: 10px;
}

/* BUTON */

.dashboard-btn {
    display: inline-block;
    background: #62d46c;
    padding: 12px 22px;
    border-radius: 8px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

.how-section {
    padding: 50px 0;
    background: rgba(245, 247, 249, 0.5);
    text-align: center;
}

.how-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: -60px;
}

.how-desc {
    max-width: 520px;
    margin: auto;
    font-size: 13px;
    color: #000;
    margin-bottom: 50px;
}

.how-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.how-card {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 20px;
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 18px;
    text-align: left;
}

.how-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.how-icon img {
    width: 48px;
}

.how-text h3 {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 400;
}

.how-text p {
    font-size: 12px;
    color: #666;
}

.faq-section {
    padding: 70px 0 90px;
    background: #ffffff;
    margin-top: -60px;
}

.site-wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 10px;
}

.faq-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.faq-left {
    width: 56%;
}

.faq-right {
    width: 40%;
}

.faq-banner {
    width: 100%;
    display: block;
    border-radius: 0;
}

/* Accordion */
.faq-accordion {
    width: 100%;
}

.faq-item {
    background: #ffffff;
    border-bottom: 8px solid #ffffff;
}

.faq-question {
    width: 100%;
    border: 0;
    background: #f7f7f7;
    color: #1a1a1a;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: background .2s ease;
}

.faq-question:hover {
    background: #f7f7f7;
}

.faq-arrow {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #000000;
    transform: rotate(0deg);
    transition: transform .25s ease;
    display: inline-block;
    margin-top: -1px;
}

.faq-item.active .faq-arrow {
    transform: rotate(90deg);
}

.faq-answer {
    display: none;
    padding: 0 18px 16px 44px;
    font-size: 13px;
    line-height: 1.6;
    color: #454545;
    background: #ffffff;
    margin-top: 15px;
}

@media (max-width: 991px) {
    .faq-row {
        flex-direction: column;
    }

    .faq-left,
    .faq-right {
        width: 100%;
    }
}

.why-section {
    background: #ffffff;
    padding: 32px 0 38px;
    margin-top: -40px;
}

.why-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 16px;
}

.why-main-title {
    margin: 0 0 16px;
    font-size: 19px;
    line-height: 1.25;
    font-weight: 700;
    color: #2f5fb8;
    text-align: left;
}

.why-main-text {
    margin: 0 0 24px;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 400;
    color: #404040;
    text-align: justify;
}

.why-item {
    margin-bottom: 16px;
}

.why-item:last-child {
    margin-bottom: 0;
}

.why-item-title {
    margin: 0 0 4px;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
    color: #1f1f1f;
    text-align: left;
}

.why-item-text {
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 400;
    color: #404040;
    text-align: justify;
}

.site-footer {
    background: #f3f5f7;
    padding: 34px 0 26px;
    border-top: 1px solid rgba(0, 0, 0, 0.03);
}

.footer-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 12px;
}

.footer-top {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr 1.1fr;
    gap: 40px;
    align-items: start;
}

.footer-col h4,
.footer-brand {
    margin: 0 0 14px;
    color: #1b1b1b;
}

.footer-brand {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
}

.footer-col h4 {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 500;
}

.footer-company p {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.4;
    color: #4b4b4b;
}

.footer-company .footer-copy {
    margin-top: 12px;
    color: #1f1f1f;
}

.footer-col ul {
    margin: 0;
    padding-left: 15px;
}

.footer-col ul li {
    margin: 0 0 5px;
    color: #1f1f1f;
    font-size: 14px;
    line-height: 1.35;
}

.footer-col ul li a {
    color: #1f1f1f;
    text-decoration: none;
}

.footer-col ul li a:hover {
    text-decoration: underline;
}

.footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-app-title {
    margin-bottom: 8px !important;
}

.footer-store-buttons {
    display: flex;
    gap: 8px;
    margin-bottom: 14px;
}

.store-btn {
    display: block;
}

.store-btn img {
    display: block;
    height: 40px;
    width: auto;
}

.footer-social {
    display: flex;
    gap: 8px;
}

.social-btn {
    width: 28px;
    height: 28px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

.social-btn.linkedin {
    background: #0A66C2;
}

.social-btn.instagram {
    background: #F00073;
}

.social-btn.youtube {
    background: #FF0000;
}

.social-btn.x {
    background: #000000;
}

.footer-bottom {
    text-align: center;
    margin-top: 26px;
}

.footer-bottom p {
    margin: 0;
    font-size: 14px;
    color: #2d2d2d;
    line-height: 1.4;
}

.footer-bottom strong {
    font-weight: 700;
    color: #111;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
}

.features-hero{
    padding:90px 0;
    margin-top: -80px;
}

.features-container{
    width:1100px;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
}

.features-left{
    width:50%;
}

.features-left h1{
    font-size:34px;
    font-weight:700;
    color:#2E5AAC;
    margin-bottom:20px;
    line-height:1.3;
}

.features-left p{
    font-size:13px;
    color:#6B7280;
    line-height:1.6;
    margin-bottom:30px;
    max-width:460px;
    text-align: justify;
}

.features-btn{
    display:inline-block;
    background:#22C55E;
    color:#fff;
    padding:12px 26px;
    border-radius:6px;
    font-weight:600;
    text-decoration:none;
    transition:0.2s;
}

.features-btn:hover{
    background:#16a34a;
}

.features-right{
    width:50%;
    text-align:right;
}

.features-right img{
    max-width:520px;
    width:100%;
}

.feature-cards-section{
    padding:26px 0 34px;
}

.feature-cards-container{
    max-width:1100px;
    margin:0 auto;
    padding:0 10px;
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:46px;
}

.feature-card{
    border:1px solid #e8ecef;
    border-radius:6px;
    min-height:66px;
    padding:14px 18px;
    display:flex;
    align-items:center;
    gap:14px;
}

.feature-card-icon i{
    font-size:36px;
    color:#2E5AAC;
}

.feature-card-icon img{
    width:24px;
    height:24px;
    object-fit:contain;
}

.feature-card-text h3{
    margin:0 0 2px;
    font-size:14px;
    line-height:1.3;
    font-weight:500;
    color:#1f1f1f;
}

.feature-card-text p{
    margin:0;
    font-size:13px;
    line-height:1.35;
    font-weight:400;
    color:#6b7280;
}

@media (max-width: 991px){
    .feature-cards-container{
        grid-template-columns:1fr;
        gap:18px;
    }
}

.compare-section{
    padding:55px 0 70px;
}

.compare-container{
    max-width:1100px;
    margin:0 auto;
    padding:0 10px;
}

.compare-top{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:26px;
    margin-bottom:28px;
}

.compare-top-card img{
    width:92px;
    height:auto;
    display:block;
}

.compare-arrow img{
    width:92px;
    height:auto;
    display:block;
}

.compare-boxes{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:24px;
    max-width:660px;
    margin:0 auto;
}

.compare-box{
    background:#f7f7f7;
    border:1px solid #ececec;
    border-radius:4px;
    min-height:178px;
    padding:18px 18px 16px;
}

.compare-box h3{
    margin:0 0 14px;
    font-size:16px;
    line-height:1.3;
    font-weight:600;
    color:#1f1f1f;
}

.compare-box h3.green{
    background-color:#41c95e;
    color: #ffffff;
}

.compare-box ul{
    margin:0;
    padding-left:14px;
}

.compare-box ul li{
    margin-bottom:4px;
    font-size:14px;
    line-height:1.35;
    font-weight:400;
    color:#2b2b2b;
}

.compare-box ul li:last-child{
    margin-bottom:0;
}

@media (max-width: 767px){
    .compare-top{
        gap:12px;
    }

    .compare-top-card img{
        width:72px;
    }

    .compare-arrow img{
        width:68px;
    }

    .compare-boxes{
        grid-template-columns:1fr;
        max-width:100%;
    }
}

.cta-section{
    background:#F5F7F9;
    padding:70px 0;
    text-align:center;
    width:100vw;
    margin-left:calc(50% - 50vw);
}

.cta-container{
    max-width:800px;
    margin:auto;
}

.cta-container h2{
    font-size:32px;
    font-weight:700;
    color:#1f2937;
    margin-bottom:15px;
}

.cta-container p{
    font-size:16px;
    color:#6b7280;
    line-height:1.6;
    margin-bottom:30px;
}

.cta-button{
    display:inline-flex;
    align-items:center;
    gap:6px;
    background:#22c55e;
    color:#fff;
    padding:12px 28px;
    border-radius:6px;
    font-weight:600;
    text-decoration:none;
    transition:0.2s;
}

.cta-button:hover{
    background:#16a34a;
}

.pricing-hero {
    padding: 70px 0 34px;
}

.pricing-hero-container {
    width: 1100px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    text-align: center;
}

.pricing-hero h1 {
    margin: 0 0 10px;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    color: #2E5AAC;
}

.pricing-hero p {
    margin: 0 0 18px;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 400;
    color: #3b3b3b;
}

.pricing-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    gap: 0;
    margin-bottom: 10px;
}

.toggle-left,
.toggle-right {
    height: 33px;
    border: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
}

.toggle-left {
    min-width: 66px;
    padding: 0 16px;
    background: #e8e8e8;
    color: #2d2d2d;
    border-radius: 4px 0 0 4px;
}

.toggle-right {
    min-width: 154px;
    padding: 0 18px;
    background: #2fc45b;
    color: #fff;
    border-radius: 0 4px 4px 0;
}

.toggle-switch {
    width: 43px;
    height: 33px;
    background: #e8e8e8;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toggle-check {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #2fc45b;
    display: block;
}

.toggle-circle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    display: block;
}

.pricing-free {
    display: block;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 500;
    color: #33c45d;
}


.pricing-plan-section {
    background: transparent;
    padding: 22px 0 40px;
}

.pricing-plan-box {
    width: 1100px;
    max-width: calc(100% - 30px);
    margin: 0 auto;
    background: #f7f7f7;
    border-radius: 10px;
    overflow: hidden;
}

.pricing-plan-top {
    height: 58px;
    background: #b9e9c2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 40px;
}

.pricing-plan-top h2 {
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    color: #111;
}

.pricing-plan-content {
    display: flex;
    align-items: flex-start;
    padding: 20px 30px;
}

.pricing-plan-left {
    width: 215px;
    padding: 4px 10px 0 6px;
}

.price-row {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    margin-bottom: 3px;
}

.price-main {
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    color: #111;
}

.price-period {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    color: #333;
    margin-bottom: 2px;
}

.price-sub {
    margin: 0 0 8px;
    font-size: 10px;
    line-height: 1.35;
    color: #555;
}

.price-line {
    width: 100%;
    height: 1px;
    background: #d7d7d7;
    margin-bottom: 8px;
}

.price-note {
    margin: 0 0 10px;
    font-size: 10px;
    line-height: 1.35;
    color: #3fcb58;
}

.pricing-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 104px;
    height: 30px;
    padding: 0 14px;
    background: #27c457;
    color: #fff;
    border-radius: 18px;
    font-size: 11px;
    font-weight: 500;
    text-decoration: none;
}

.pricing-divider {
    width: 1px;
    height: 176px;
    background: #d8d8d8;
    margin: 0 18px 0 6px;
}

.pricing-plan-middle {
    width: 250px;
    padding-top: 6px;
}

.pricing-plan-middle ul {
    margin: 0;
    padding-left: 16px;
}

.pricing-plan-middle ul li {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 400;
    color: #202020;
}

.pricing-plan-middle ul li:last-child {
    margin-bottom: 0;
}

.pricing-plan-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 2px;
}

.pricing-plan-right img {
    width: 210px;
    max-width: 100%;
    display: block;
}


.contact-cta {
    padding: 40px 0;
}

.contact-cta-box {
    width: 1050px;
    margin: auto;
    background: transparent;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 30px 40px;
    display: flex;
    align-items: center;
    margin-top: -30px;
}

.contact-cta-left {
    width: 200px;
}

.contact-cta-left img {
    width: 170px;
}

.contact-cta-right {
    flex: 1;
    padding-left: 20px;
}

.contact-cta-right h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}

.contact-cta-right p {
    font-size: 15px;
    color: #555;
    margin-bottom: 18px;
}

.contact-cta-btn {
    background: #2fc45b;
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
}

.pricing-faq-area {
    padding: 60px 0;
}

.pricing-faq-box {
    width: 850px;
    margin: auto;
}

.pricing-faq-item {
    background: #f5f5f5;
    margin-bottom: 10px;
    border-radius: 6px;
    overflow: hidden;
}

.pricing-faq-question {
    padding: 14px 20px;
    font-size: 15px;
    cursor: pointer;
    position: relative;
}

.pricing-faq-question:before {
    content: "›";
    margin-right: 8px;
}

.pricing-faq-answer {
    display: none;
    padding: 15px 20px;
    font-size: 14px;
    color: #555;
    background: #fff;
    line-height: 1.6;
}

.pricing-faq-item.active .pricing-faq-answer {
    display: block;
}

.faq-page-area {
    background: #f5f7f9;
    padding: 22px 0 30px;
}

.faq-page-top {
    width: 850px;
    max-width: calc(100% - 30px);
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: center;
    text-align: left;
}

.faq-page-robot {
    width: 110px;
    min-width: 110px;
}

.faq-page-robot img {
    width: 100%;
    display: block;
}

.faq-page-heading h1 {
    margin: 0 0 4px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: #2e5aac;
}

.faq-page-heading p {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    color: #5a5a5a;
}

.faq-page-box {
    width: 950px;
    max-width: calc(100% - 30px);
    margin: 0 auto 14px;
    background: #dff1e4;
    border-radius: 8px;
    padding: 16px 14px;
}

.faq-page-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.faq-page-col {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.faq-page-item {
    background: #ffffff;
    border-radius: 6px;
    overflow: hidden;
}

.faq-page-question {
    min-height: 36px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.faq-page-icon {
    width: 18px;
    height: 18px;
    min-width: 18px;
    border-radius: 50%;
    background: #2fc45b;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
}

.faq-page-text {
    flex: 1;
    font-size: 13px;
    line-height: 1.3;
    color: #000000;
    font-weight: 400;
}

.faq-page-toggle {
    font-size: 18px;
    line-height: 1;
    color: #6d6d6d;
    font-weight: 400;
}

.faq-page-answer {
    display: none;
    padding: 0 12px 12px 38px;
    font-size: 11px;
    line-height: 1.5;
    color: #555;
    background: #fff;
}

.faq-page-item.active .faq-page-answer {
    display: block;
}

.faq-page-item.active .faq-page-toggle {
    content: "−";
}

.faq-page-bottom {
    width: 950px;
    max-width: calc(100% - 30px);
    margin: 0 auto;
    background: #f9f9f9;
    border: 1px solid #ececec;
    border-radius: 8px;
    text-align: center;
    padding: 22px 20px;
}

.faq-page-bottom h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: #2e5aac;
}

.faq-page-bottom p {
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
}

.faq-page-contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    height: 32px;
    padding: 0 14px;
    background: #2fc45b;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    text-decoration: none;
}

@media (max-width: 767px) {
    .faq-page-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .faq-page-grid {
        grid-template-columns: 1fr;
    }
}

.contact-page-area {
    padding: 28px 0 40px;
}

.contact-page-container {
    width: 1100px;
    max-width: calc(100% - 30px);
    margin: 0 auto;
}

/* üst başlık kutusu */
.contact-page-header-box {
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    text-align: center;
    padding: 22px 20px 18px;
    margin-bottom: 24px;
}

.contact-page-header-box h1 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: #2e5aac;
}

.contact-page-header-box p {
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
    color: #4b4b4b;
}

/* 3 kart */
.contact-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-bottom: 32px;
}

.contact-info-card {
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    min-height: 72px;
    padding: 14px 14px 12px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.contact-info-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    background: #2fc45b;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
}

.contact-info-text h3 {
    margin: 2px 0 3px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    color: #2e5aac;
}

.contact-info-text span {
    display: block;
    font-size: 13px;
    line-height: 1.4;
    color: #333;
}

.contact-info-text small {
    display: block;
    font-size: 10px;
    line-height: 1.35;
    color: #666;
    margin-top: 2px;
}

/* alt alan */
.contact-content-grid {
    display: grid;
    grid-template-columns: 580px 1fr;
    gap: 34px;
    align-items: center;
}

/* form kutusu */
.contact-form-box {
    border: 1px solid #e8e8e8;
    border-radius: 14px;
    padding: 18px 20px 14px;
}

.contact-form-box h2 {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    color: #2e5aac;
}

.contact-form-box p {
    margin: 0 0 16px;
    font-size: 12px;
    line-height: 1.45;
    color: #555;
    max-width: 620px;
}

.contact-form-group {
    margin-bottom: 12px;
}

.contact-form-group label {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 1.3;
    color: #2f2f2f;
    font-weight: 400;
}

.contact-form-group input,
.contact-form-group textarea {
    width: 100%;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    background: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #333;
    padding: 10px 12px;
    outline: none;
    box-sizing: border-box;
}

.contact-form-group input {
    height: 48px;
}

.contact-form-group textarea {
    height: 120px;
    resize: none;
}

.contact-form-button-wrap {
    display: flex;
    justify-content: flex-end;
    margin-top: 8px;
}

.contact-submit-btn {
    min-width: 108px;
    height: 43px;
    border: 0;
    border-radius: 3px;
    background: #29c457;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    cursor: pointer;
}

/* robot */
.contact-robot-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-robot-box img {
    width: 290px;
    max-width: 100%;
    display: block;
}

/* responsive */
@media (max-width: 767px) {
    .contact-info-grid {
        grid-template-columns: 1fr;
    }

    .contact-content-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .contact-form-box p {
        max-width: none;
    }
}

.login-page-area {
    padding: 34px 0 80px;
}

.login-page-container {
    width: 850px;
    max-width: calc(100% - 50px);
    margin: 0 auto;
}

.login-page-header {
    text-align: center;
    margin-bottom: 18px;
}

.login-page-header h1 {
    margin: 0 0 6px;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    color: #2e5aac;
}

.login-page-header p {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
    color: #4f4f4f;
}

.login-panel {
    background: rgba(0, 255, 0, 0.1);
    border-radius: 8px;
    padding: 30px 38px 28px;
    display: grid;
    grid-template-columns: 1fr 255px;
    align-items: center;
    gap: 30px;
}

/* form alanı */
.login-form-side {
    width: 100%;
    max-width: 425px;
}

.login-field-block {
    margin-bottom: 18px;
}

.login-field-block label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 500;
    color: #2d2d2d;
}

.login-label-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.login-label-row label {
    margin-bottom: 0;
}

.forgot-link {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 400;
    color: #5c6f5f;
    text-decoration: none;
}

.login-input-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    height: 48px;
    background: #ffffff;
    overflow: hidden;
}

.login-input-icon {
    width: 64px;
    min-width: 64px;
    height: 48px;
    background: #eceff1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #323232;
    font-size: 22px;
}

.login-input-wrap input {
    flex: 1;
    height: 48px;
    border: 0;
    outline: none;
    background: #fff;
    padding: 0 14px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #2f2f2f;
}

.login-submit-btn {
    width: 100%;
    height: 38px;
    border: 0;
    border-radius: 2px;
    background: #29c457;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: .2px;
    cursor: pointer;
    margin: 6px 0 22px;
}

.login-alt-text {
    text-align: center;
}

.login-alt-text span {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 1.2;
    color: #4a4a4a;
}

.login-alt-text p {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    color: #3f3f3f;
}

.login-alt-text p a {
    color: #2c2c2c;
    font-weight: 500;
    text-decoration: none;
}

/* robot */
.login-robot-side {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-robot-side img {
    width: 245px;
    max-width: 100%;
    display: block;
}

/* responsive */
@media (max-width: 767px) {
    .login-panel {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 24px 20px;
    }

    .login-form-side {
        max-width: 100%;
    }

    .login-robot-side {
        order: -1;
    }

    .login-robot-side img {
        width: 190px;
    }
}

/* =========================
   TABLET
========================= */
@media (max-width: 991px) {
    .container,
    .site-wrap,
    .footer-container,
    .features-container,
    .compare-container,
    .contact-page-container,
    .pricing-hero-container,
    .pricing-plan-box,
    .contact-cta-box,
    .pricing-faq-box,
    .faq-page-top,
    .faq-page-box,
    .faq-page-bottom,
    .dashboard-container,
    .why-container {
        width: 100%;
        max-width: 100%;
    }

    .header {
        flex-wrap: wrap;
        gap: 12px;
        margin-bottom: 30px;
    }

    .logo-box,
    .menu,
    .login-btn {
        width: 100%;
        justify-content: center;
    }

    .menu {
        flex-wrap: wrap;
        height: auto;
        padding: 14px 18px;
        gap: 14px 18px;
    }

    .hero {
        min-height: auto;
        margin-bottom: 0;
        padding-bottom: 30px;
    }

    .hero-content,
    .features-container,
    .dashboard-container,
    .contact-cta-box,
    .faq-row {
        flex-direction: column;
        gap: 24px;
    }

    .hero-left,
    .features-left,
    .features-right,
    .dashboard-content,
    .faq-left,
    .faq-right {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .title-line-1,
    .title-line-2 {
        white-space: normal;
    }

    .hero-title {
        font-size: 24px;
    }

    .features {
        width: 100%;
        max-width: 420px;
        margin: 0 auto;
    }

    .phone,
    .dashboard-image img,
    .features-right img {
        width: 100%;
        max-width: 420px;
        margin: 0 auto;
    }

    .dashboard-image {
        margin-left: 0;
        text-align: center;
    }

    .problem-grid,
    .grid,
    .issues-grid,
    .how-grid,
    .feature-cards-container,
    .compare-boxes,
    .footer-top,
    .contact-info-grid,
    .contact-content-grid,
    .pricing-plan-content,
    .faq-page-grid {
        grid-template-columns: 1fr;
    }

    .issues-top {
        grid-template-columns: 1fr;
    }

    .pricing-plan-content {
        display: block;
    }

    .pricing-divider {
        display: none;
    }

    .pricing-plan-left,
    .pricing-plan-middle,
    .pricing-plan-right {
        width: 100%;
    }

    .pricing-plan-middle {
        padding-top: 18px;
    }

    .pricing-plan-right {
        justify-content: center;
        padding-top: 20px;
    }

    .pricing-plan-right img {
        width: 220px;
    }

    .contact-cta-left,
    .contact-cta-right {
        width: 100%;
        text-align: center;
        padding-left: 0;
    }

    .contact-cta-left img {
        margin: 0 auto;
        display: block;
    }

    .contact-page-header-box p br,
    .pricing-hero p br {
        display: none;
    }

    .contact-info-card {
        min-height: auto;
    }

    .contact-form-box p {
        max-width: 100%;
    }

    .contact-robot-box img,
    .login-robot-side img {
        width: 220px;
    }

    .faq-page-top {
        flex-direction: column;
        text-align: center;
    }

    .faq-page-heading {
        text-align: center;
    }

    .footer-top {
        gap: 24px;
    }

    .footer-right {
        align-items: flex-start;
    }
}

/* =========================
   MOBILE
========================= */
@media (max-width: 767px) {
    body {
        overflow-x: hidden;
    }

    .container,
    .site-wrap,
    .footer-container,
    .why-container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .hero {
        padding-bottom: 20px;
    }

    .header {
        margin-bottom: 20px;
    }

    .logo-box,
    .login-btn {
        height: 48px;
        border-radius: 8px;
    }

    .logo-title {
        font-size: 15px;
    }

    .logo-sub {
        font-size: 13px;
    }

    .menu {
        padding: 12px 14px;
        gap: 10px 14px;
        border-radius: 8px;
    }

    .menu a {
        font-size: 13px;
    }

    .hero-title,
    .hero-left h1,
    .features-left h1 {
        font-size: 28px;
        line-height: 1.3;
    }

    .wa-icon {
        width: 24px;
        height: 24px;
        margin-right: 6px;
    }

    .features div,
    .dashboard-content ul li,
    .feature-card-text p,
    .how-text p,
    .faq-page-text,
    .contact-info-text span,
    .contact-info-text small,
    .why-main-text,
    .why-item-text,
    .cta-container p,
    .pricing-hero p,
    .pricing-faq-question,
    .pricing-faq-answer {
        font-size: 14px;
    }

    .dashboard-content h2,
    .how-title,
    .faq-page-heading h1,
    .faq-page-bottom h3,
    .contact-page-header-box h1,
    .login-page-header h1,
    .pricing-hero h1,
    .cta-container h2 {
        font-size: 28px;
        line-height: 1.25;
    }

    .dashboard-section,
    .how-section,
    .faq-section,
    .why-section,
    .feature-cards-section,
    .compare-section,
    .cta-section,
    .pricing-faq-area,
    .contact-page-area,
    .login-page-area {
        padding-top: 36px;
        padding-bottom: 36px;
    }

    .how-title,
    .faq-section,
    .why-section,
    .features-hero,
    .contact-cta-box {
        margin-top: 0;
    }

    .how-card,
    .feature-card,
    .problem-card,
    .card,
    .issue-card,
    .contact-info-card {
        padding: 16px;
        gap: 12px;
    }

    .how-card {
        flex-direction: column;
        text-align: center;
    }

    .how-icon {
        width: 52px;
        height: 52px;
    }

    .how-icon img {
        width: 40px;
    }

    .feature-card-icon i {
        font-size: 28px;
    }

    .compare-top {
        flex-direction: column;
        gap: 10px;
    }

    .compare-arrow img {
        width: 52px;
        transform: rotate(90deg);
    }

    .compare-box {
        min-height: auto;
    }

    .cta-section {
        width: 100%;
        margin-left: 0;
        padding: 40px 16px;
    }

    .cta-button,
    .features-btn,
    .dashboard-btn,
    .contact-cta-btn {
        width: 100%;
        max-width: 320px;
        justify-content: center;
    }

    .pricing-toggle {
        flex-wrap: nowrap;
        width: 100%;
        max-width: 330px;
    }

    .toggle-left {
        min-width: 72px;
        padding: 0 12px;
        font-size: 12px;
    }

    .toggle-switch {
        width: 42px;
        min-width: 42px;
    }

    .toggle-right {
        min-width: 0;
        flex: 1;
        padding: 0 12px;
        font-size: 12px;
    }

    .pricing-plan-box,
    .contact-cta-box,
    .pricing-faq-box,
    .faq-page-box,
    .faq-page-bottom,
    .contact-page-container,
    .login-page-container {
        max-width: calc(100% - 24px);
    }

    .pricing-plan-top {
        padding: 0 18px;
        justify-content: center;
        text-align: center;
    }

    .pricing-plan-top h2 {
        font-size: 20px;
    }

    .pricing-plan-content {
        padding: 18px 16px;
    }

    .price-main {
        font-size: 30px;
    }

    .price-period {
        font-size: 16px;
    }

    .price-sub,
    .price-note {
        font-size: 12px;
    }

    .pricing-btn {
        min-width: 140px;
        height: 36px;
        font-size: 13px;
        border-radius: 20px;
    }

    .pricing-plan-middle ul li {
        font-size: 14px;
    }

    .pricing-plan-right img {
        width: 180px;
    }

    .contact-cta-box {
        padding: 20px 16px;
    }

    .contact-cta-right h2 {
        font-size: 24px;
        line-height: 1.3;
    }

    .contact-page-header-box,
    .contact-form-box,
    .login-panel {
        padding: 18px 16px;
    }

    .contact-content-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .contact-form-button-wrap {
        justify-content: stretch;
    }

    .contact-submit-btn {
        width: 100%;
        min-width: 0;
    }

    .login-panel {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .login-form-side {
        max-width: 100%;
    }

    .login-robot-side {
        order: -1;
    }

    .login-input-icon {
        width: 54px;
        min-width: 54px;
    }

    .login-input-wrap,
    .login-input-wrap input {
        height: 44px;
    }

    .login-submit-btn {
        height: 42px;
        font-size: 14px;
    }

    .forgot-link {
        font-size: 11px;
    }

    .faq-question,
    .pricing-faq-question {
        padding: 14px 16px;
        font-size: 14px;
    }

    .faq-answer,
    .pricing-faq-answer {
        padding: 12px 16px 16px 16px;
        margin-top: 0;
    }

    .faq-page-box {
        padding: 12px;
    }

    .faq-page-question {
        min-height: 42px;
        padding: 10px 12px;
        align-items: center;
    }

    .faq-page-answer {
        padding: 0 12px 12px 12px;
        font-size: 12px;
    }

    .faq-page-bottom {
        padding: 18px 16px;
    }

    .faq-page-contact-btn {
        min-width: 120px;
        height: 36px;
        font-size: 13px;
    }

    .footer-brand {
        font-size: 22px;
    }

    .footer-col h4 {
        font-size: 16px;
    }

    .footer-company p,
    .footer-col ul li,
    .footer-bottom p {
        font-size: 14px;
    }

    .footer-store-buttons {
        flex-wrap: wrap;
    }

    .store-btn img {
        height: 36px;
    }
}

/* =========================
   SMALL MOBILE
========================= */
@media (max-width: 480px) {
    .hero-title,
    .hero-left h1,
    .features-left h1,
    .dashboard-content h2,
    .how-title,
    .faq-page-heading h1,
    .faq-page-bottom h3,
    .contact-page-header-box h1,
    .login-page-header h1,
    .pricing-hero h1,
    .cta-container h2 {
        font-size: 24px;
    }

    .pricing-hero p,
    .cta-container p,
    .contact-page-header-box p,
    .login-page-header p {
        font-size: 13px;
    }

    .logo-box {
        padding: 0 12px;
    }

    .divider {
        margin: 0 8px;
    }

    .phone,
    .features-right img,
    .dashboard-image img {
        max-width: 100%;
    }

    .contact-robot-box img,
    .login-robot-side img {
        width: 180px;
    }

    .pricing-plan-right img {
        width: 160px;
    }

    .faq-page-robot {
        width: 90px;
        min-width: 90px;
    }

    .contact-info-icon {
        width: 36px;
        height: 36px;
        min-width: 36px;
        font-size: 14px;
    }

    .feature-card,
    .problem-card,
    .card,
    .issue-card,
    .contact-info-card,
    .how-card {
        border-radius: 10px;
    }
}