:root {
--primary: #ff7900;
--primary-dark: #d96200;
--primary-light: #fff1e5;
--dark: #07111f;
--dark-secondary: #101d30;
--text: #283447;
--muted: #6f7a8a;
--white: #ffffff;
--light: #f5f7fa;
--border: #e5e9ee;
--shadow: 0 20px 60px rgba(7, 17, 31, 0.10);
--container: 1240px;
}

/* RESET */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  }

html {
scroll-behavior: smooth;
}

body {
font-family: "Manrope", sans-serif;
color: var(--text);
background: var(--white);
line-height: 1.7;
overflow-x: hidden;
}

img {
display: block;
max-width: 100%;
}

a {
color: inherit;
text-decoration: none;
}

button {
font: inherit;
}

.container {
width: min(var(--container), calc(100% - 48px));
margin-left: auto;
margin-right: auto;
}

/* GENEL */

.section {
padding: 110px 0;
}

.section-label {
display: inline-block;
margin-bottom: 16px;
color: var(--primary);
font-size: 11px;
font-weight: 800;
letter-spacing: 2px;
}

.section-heading {
max-width: 760px;
margin-bottom: 55px;
}

.section-heading-center {
margin-left: auto;
margin-right: auto;
text-align: center;
}

.section-heading h2,
.intro-heading h2,
.process-heading h2,
.advantage-content h2,
.faq-content h2 {
color: var(--dark);
font-size: clamp(32px, 4vw, 50px);
line-height: 1.15;
letter-spacing: -1.8px;
}

.section-heading h2 span,
.intro-heading h2 span,
.process-heading h2 span,
.advantage-content h2 span,
.faq-content h2 span {
color: var(--primary);
}

.section-heading p {
max-width: 650px;
margin: 18px auto 0;
color: var(--muted);
}

.button {
min-height: 54px;
padding: 0 25px;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 12px;
border-radius: 12px;
font-size: 14px;
font-weight: 800;
transition: 0.25s ease;
}

.button:hover {
transform: translateY(-3px);
}

.button-primary {
color: var(--white);
background: var(--primary);
box-shadow: 0 15px 35px rgba(255, 121, 0, 0.25);
}

.button-primary:hover {
background: var(--primary-dark);
}

.button-secondary {
color: var(--white);
border: 1px solid rgba(255, 255, 255, 0.30);
}

.button-dark {
color: var(--white);
background: var(--dark);
}

.button-white {
color: var(--dark);
background: var(--white);
}

.button-light-border {
color: var(--white);
border: 1px solid rgba(255, 255, 255, 0.45);
}

/* HEADER */

.site-header {
position: relative;
z-index: 1000;
background: var(--white);
border-bottom: 1px solid var(--border);
}

.header-container {
min-height: 84px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 30px;
}

/* LOGO */

.brand {
display: inline-flex;
align-items: center;
gap: 11px;
flex-shrink: 0;
}

.brand-mark {
width: 48px;
height: 48px;
display: grid;
place-items: center;
border-radius: 14px;
color: var(--white);
background: linear-gradient(135deg, var(--primary), #ff9c43);
font-size: 12px;
font-weight: 900;
}

.brand-content {
display: flex;
flex-direction: column;
line-height: 1.1;
}

.brand-content strong {
color: var(--dark);
font-size: 16px;
}

.brand-content small {
margin-top: 5px;
color: var(--muted);
font-size: 8px;
font-weight: 800;
letter-spacing: 1.6px;
}

/* MASAUSTU MENU */

.desktop-nav {
display: flex;
align-items: center;
justify-content: center;
gap: 24px;
}

.desktop-nav a {
position: relative;
color: var(--text);
font-size: 13px;
font-weight: 700;
white-space: nowrap;
}

.desktop-nav a::after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: -9px;
width: 0;
height: 2px;
margin: auto;
background: var(--primary);
transition: width 0.25s ease;
}

.desktop-nav a:hover::after,
.desktop-nav a.active::after {
width: 100%;
}

.desktop-nav a.active {
color: var(--primary);
}

/* HEADER TELEFON */

.header-actions {
display: flex;
align-items: center;
gap: 20px;
flex-shrink: 0;
}

.header-phone {
display: flex;
flex-direction: column;
align-items: flex-end;
line-height: 1.3;
}

.phone-label {
color: var(--muted);
font-size: 9px;
font-weight: 700;
}

.header-phone strong {
color: var(--primary);
font-size: 14px;
}

/* MOBIL MENU BUTONU */

.mobile-menu-button {
display: none;
width: 48px;
height: 48px;
border: 1px solid var(--border);
border-radius: 12px;
background: var(--white);
cursor: pointer;
}

.mobile-menu-button span {
display: block;
width: 22px;
height: 2px;
margin: 5px auto;
border-radius: 2px;
background: var(--dark);
transition: 0.25s ease;
}

.mobile-menu-button.is-active span:nth-child(1) {
transform: translateY(7px) rotate(45deg);
}

.mobile-menu-button.is-active span:nth-child(2) {
opacity: 0;
}

.mobile-menu-button.is-active span:nth-child(3) {
transform: translateY(-7px) rotate(-45deg);
}

/* MOBIL NAV */

.mobile-navigation {
display: none;
}

/* HERO SECTION */

.hero-section {
position: relative;
overflow: hidden;
padding: 90px 0;
background: linear-gradient(
135deg,
#07111f 0%,
#0d1d33 55%,
#122845 100%
);
}

.hero-container {
position: relative;
z-index: 2;
display: grid;
grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
align-items: center;
gap: 70px;
}

/* BACKGROUND SHAPES */

.hero-background-shape {
position: absolute;
border-radius: 50%;
pointer-events: none;
}

.hero-shape-one {
width: 600px;
height: 600px;
top: -350px;
right: -150px;
background: rgba(255, 121, 0, 0.10);
}

.hero-shape-two {
width: 500px;
height: 500px;
bottom: -350px;
left: 35%;
background: rgba(255, 121, 0, 0.07);
}

/* HERO CONTENT */

.hero-content {
position: relative;
z-index: 3;
min-width: 0;
}

.hero-eyebrow {
display: inline-flex;
align-items: center;
gap: 10px;
margin-bottom: 24px;
color: #c5cfdb;
font-size: 11px;
font-weight: 800;
letter-spacing: 1.5px;
}

.pulse-dot {
width: 8px;
height: 8px;
flex-shrink: 0;
border-radius: 50%;
background: #ff7900;
box-shadow: 0 0 0 6px rgba(255, 121, 0, 0.15);
}

.hero-content h1 {
max-width: 680px;
margin: 0;
color: #ffffff;
font-size: clamp(42px, 4.8vw, 68px);
font-weight: 800;
line-height: 1.08;
letter-spacing: -2.8px;
}

.hero-content h1 span {
display: block;
color: #ff7900;
}

.hero-description {
max-width: 610px;
margin-top: 24px;
color: #b9c4d2;
font-size: 16px;
line-height: 1.8;
}

/* BUTTONS */

.hero-buttons {
display: flex;
flex-wrap: wrap;
gap: 14px;
margin-top: 34px;
}

.hero-buttons .button {
min-height: 56px;
padding: 0 25px;
}

.button-arrow {
margin-left: 4px;
font-size: 20px;
line-height: 1;
}

.button-primary {
color: #ffffff;
background: #ff7900;
border: 1px solid #ff7900;
box-shadow: 0 15px 35px rgba(255, 121, 0, 0.20);
}

.button-primary:hover {
background: #e86d00;
border-color: #e86d00;
}

.button-secondary {
color: #ffffff;
background: transparent;
border: 1px solid rgba(255, 255, 255, 0.30);
}

/* HERO BILGILERI */

.hero-info-list {
display: flex;
flex-wrap: wrap;
gap: 24px;
margin-top: 52px;
}

.hero-info-item {
display: flex;
align-items: center;
gap: 9px;
}

.hero-info-item strong {
color: #ff7900;
font-size: 14px;
font-weight: 800;
}

.hero-info-item span {
color: #c5cfdb;
font-size: 11px;
font-weight: 700;
}

/* HERO VISUAL */

.hero-visual {
position: relative;
width: 100%;
min-width: 0;
padding: 28px 0;
}

.hero-image {
position: relative;
width: 100%;
height: clamp(500px, 42vw, 680px);
overflow: hidden;
border-radius: 32px;
background: #13253d;
box-shadow: 0 35px 90px rgba(0, 0, 0, 0.30);
}

.hero-image::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(
180deg,
rgba(7, 17, 31, 0.02),
rgba(7, 17, 31, 0.20)
);
pointer-events: none;
}

.hero-image img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}

/* FLOATING CARDS */

.hero-floating-card {
position: absolute;
z-index: 5;
display: flex;
align-items: center;
gap: 13px;
max-width: 230px;
padding: 16px 19px;
border-radius: 16px;
background: rgba(255, 255, 255, 0.98);
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.20);
}

.hero-top-card {
top: 0;
left: -30px;
}

.hero-bottom-card {
right: -25px;
bottom: 0;
}

.card-icon,
.card-check {
width: 44px;
height: 44px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
border-radius: 12px;
background: #fff1e5;
color: #ff7900;
font-size: 20px;
}

.hero-floating-card small {
display: block;
margin-bottom: 3px;
color: #7a8796;
font-size: 9px;
font-weight: 800;
letter-spacing: 0.5px;
}

.hero-floating-card strong {
display: block;
color: #07111f;
font-size: 13px;
line-height: 1.35;
}

/* TABLET */

@media screen and (max-width: 1024px) {

```
.hero-section {
    padding: 80px 0;
}


.hero-container {
    grid-template-columns: 1fr;
    gap: 55px;
}


.hero-content {
    max-width: 760px;
}


.hero-image {
    height: 600px;
}


.hero-top-card {
    top: 15px;
    left: 20px;
}


.hero-bottom-card {
    right: 20px;
    bottom: 15px;
}
```

}

/* MOBILE */

@media screen and (max-width: 600px) {

```
.hero-section {
    padding: 60px 0;
}


.hero-content h1 {
    font-size: clamp(38px, 11vw, 52px);
    letter-spacing: -2px;
}


.hero-description {
    font-size: 14px;
}


.hero-buttons {
    display: grid;
    grid-template-columns: 1fr;
}


.hero-buttons .button {
    width: 100%;
}


.hero-info-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 38px;
}


.hero-image {
    height: 430px;
    border-radius: 24px;
}


.hero-floating-card {
    max-width: 190px;
    padding: 11px 13px;
    gap: 9px;
}


.hero-top-card {
    top: 12px;
    left: 12px;
}


.hero-bottom-card {
    right: 12px;
    bottom: 12px;
}


.card-icon,
.card-check {
    width: 35px;
    height: 35px;
    border-radius: 9px;
    font-size: 15px;
}


.hero-floating-card small {
    font-size: 7px;
}


.hero-floating-card strong {
    font-size: 10px;
}
```

}

/* INTRO */

.intro-container {
display: grid;
grid-template-columns: 0.9fr 1.1fr;
gap: 100px;
align-items: start;
}

.intro-content {
color: var(--muted);
}

.intro-content p + p {
margin-top: 18px;
}

.content-link {
display: inline-flex;
align-items: center;
gap: 10px;
margin-top: 25px;
color: var(--dark);
font-size: 14px;
font-weight: 800;
}

.content-link span {
color: var(--primary);
font-size: 20px;
}

/* HIZMETLER */

.service-section {
background: var(--light);
}

.service-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
}

.service-card {
position: relative;
min-height: 280px;
padding: 34px 28px;
overflow: hidden;
border: 1px solid var(--border);
border-radius: 20px;
background: var(--white);
transition: 0.3s ease;
}

.service-card:hover {
transform: translateY(-7px);
box-shadow: var(--shadow);
}

.service-number {
position: absolute;
top: 24px;
right: 25px;
color: #dce2e9;
font-size: 12px;
font-weight: 900;
}

.service-icon {
width: 55px;
height: 55px;
display: grid;
place-items: center;
margin-bottom: 27px;
border-radius: 16px;
background: var(--primary-light);
font-size: 23px;
}

.service-card h3 {
color: var(--dark);
font-size: 19px;
}

.service-card p {
margin-top: 12px;
color: var(--muted);
font-size: 13px;
}

/* SUREC */

.process-section {
background: var(--dark);
}

.process-heading {
display: flex;
align-items: end;
justify-content: space-between;
gap: 70px;
margin-bottom: 60px;
}

.process-heading h2 {
color: var(--white);
}

.process-heading p {
max-width: 410px;
color: #9ca9ba;
}

.process-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.process-card {
padding: 38px 30px 20px;
border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.process-card:last-child {
border-right: 0;
}

.process-card > span {
color: var(--primary);
font-size: 13px;
font-weight: 900;
}

.process-card h3 {
margin-top: 24px;
color: var(--white);
font-size: 18px;
}

.process-card p {
margin-top: 12px;
color: #9ca9ba;
font-size: 13px;
}

/* AVANTAJLAR */

.advantage-container {
display: grid;
grid-template-columns: 0.8fr 1.2fr;
gap: 100px;
align-items: center;
}

.advantage-visual {
position: relative;
min-height: 460px;
border-radius: 32px;
background: linear-gradient(145deg, #07111f, #243755);
}

.advantage-panel {
position: absolute;
padding: 24px;
border-radius: 18px;
background: var(--white);
box-shadow: var(--shadow);
}

.advantage-panel strong {
display: block;
color: var(--dark);
font-size: 26px;
}

.advantage-panel span {
color: var(--muted);
font-size: 12px;
}

.panel-one {
top: 55px;
left: 45px;
}

.panel-two {
top: 190px;
right: 40px;
}

.panel-three {
bottom: 55px;
left: 90px;
}

.advantage-content > p {
margin-top: 22px;
color: var(--muted);
}

.advantage-list {
display: grid;
gap: 13px;
margin: 30px 0 35px;
list-style: none;
}

.advantage-list li {
position: relative;
padding-left: 31px;
color: var(--text);
font-size: 14px;
font-weight: 700;
}

.advantage-list li::before {
content: "✓";
position: absolute;
top: 2px;
left: 0;
width: 21px;
height: 21px;
display: grid;
place-items: center;
border-radius: 50%;
color: var(--primary);
background: var(--primary-light);
font-size: 11px;
}

/* GONDERI TURU */

.send-section {
background: var(--light);
}

.send-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 18px;
}

.send-card {
padding: 32px;
border: 1px solid var(--border);
border-radius: 20px;
background: var(--white);
}

.send-card > span {
font-size: 27px;
}

.send-card h3 {
margin-top: 17px;
color: var(--dark);
font-size: 18px;
}

.send-card p {
margin-top: 8px;
color: var(--muted);
font-size: 13px;
}

/* SIK SORULAN SORULAR */

.faq-container {
display: grid;
grid-template-columns: 0.8fr 1.2fr;
gap: 100px;
align-items: start;
}

.faq-content p {
margin-top: 20px;
color: var(--muted);
}

.faq-list {
display: grid;
gap: 12px;
}

.faq-list details {
padding: 20px 24px;
border: 1px solid var(--border);
border-radius: 15px;
background: var(--white);
}

.faq-list summary {
position: relative;
padding-right: 30px;
cursor: pointer;
list-style: none;
color: var(--dark);
font-size: 14px;
font-weight: 800;
}

.faq-list summary::-webkit-details-marker {
display: none;
}

.faq-list summary::after {
content: "+";
position: absolute;
top: -3px;
right: 0;
color: var(--primary);
font-size: 22px;
}

.faq-list details[open] summary::after {
content: "−";
}

.faq-list p {
padding-top: 15px;
color: var(--muted);
font-size: 13px;
}

/* CTA */

.cta-section {
padding: 85px 0;
background: linear-gradient(135deg, var(--primary), #ff9c42);
}

.cta-container {
display: flex;
align-items: center;
justify-content: space-between;
gap: 50px;
}

.cta-content {
max-width: 700px;
}

.cta-content > span {
color: rgba(255, 255, 255, 0.78);
font-size: 11px;
font-weight: 900;
letter-spacing: 1.5px;
}

.cta-content h2 {
margin-top: 10px;
color: var(--white);
font-size: clamp(32px, 4vw, 48px);
line-height: 1.16;
letter-spacing: -1.5px;
}

.cta-content p {
margin-top: 17px;
color: rgba(255, 255, 255, 0.85);
}

.cta-buttons {
display: flex;
flex-wrap: wrap;
gap: 12px;
}

/* FOOTER */

.site-footer {
background: var(--dark);
}

.footer-container {
display: grid;
grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
gap: 60px;
padding: 80px 0;
}

.footer-logo {
color: var(--white);
font-size: 21px;
font-weight: 900;
}

.footer-brand p {
max-width: 320px;
margin: 20px 0;
color: #9aa7b8;
font-size: 13px;
}

.footer-phone {
color: var(--primary);
font-size: 18px;
font-weight: 900;
}

.footer-column {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 10px;
}

.footer-column h3 {
margin-bottom: 10px;
color: var(--white);
font-size: 15px;
}

.footer-column a {
color: #9aa7b8;
font-size: 13px;
transition: color 0.2s ease;
}

.footer-column a:hover {
color: var(--primary);
}

.footer-contact p {
margin-bottom: 4px;
color: #9aa7b8;
font-size: 13px;
}

.footer-bottom {
border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom-container {
min-height: 70px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
color: #7f8b9c;
font-size: 11px;
}

/* 1150PX */

@media (max-width: 1150px) {

.desktop-nav {
    gap: 15px;
}

.desktop-nav a {
    font-size: 12px;
}

.hero-container {
    gap: 40px;
}

.hero-image {
    height: 580px;
}

.service-grid {
    grid-template-columns: repeat(2, 1fr);
}

.intro-container,
.advantage-container,
.faq-container {
    gap: 60px;
}

.footer-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}


}

/* 1024PX */

@media screen and (max-width: 1024px) {

.desktop-nav {
    display: none !important;
}

.mobile-menu-button {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid #e5e9ee;
    border-radius: 10px;
    background: #ffffff;
    cursor: pointer;
}

.mobile-menu-button span {
    display: block !important;
    width: 22px;
    height: 2px;
    margin: 0;
    background: #07111f;
    transition: 0.3s ease;
}

.mobile-navigation {
    display: none !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 15px;
    background: #ffffff;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
    z-index: 9999;
}

.mobile-navigation.is-open {
    display: flex !important;
    flex-direction: column;
}

.mobile-navigation a {
    display: block;
    padding: 14px 16px;
    color: #07111f;
    border-bottom: 1px solid #eeeeee;
    font-size: 15px;
    font-weight: 700;
}

.mobile-navigation a:last-child {
    border-bottom: none;
}

.mobile-navigation a.active {
    color: #ff7900;
    background: #fff1e5;
}

.mobile-navigation .mobile-phone {
    margin-top: 10px;
    color: #ffffff;
    background: #07111f;
    border-radius: 8px;
    text-align: center;
}

.mobile-menu-button.is-active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.mobile-menu-button.is-active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-button.is-active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}


}

@media screen and (min-width: 1025px) {

.mobile-menu-button,
.mobile-navigation {
    display: none !important;
}

}

.intro-container,
.advantage-container,
.faq-container {
    grid-template-columns: 1fr;
}

.process-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
}

.process-grid {
    grid-template-columns: repeat(2, 1fr);
}

.process-card:nth-child(2) {
    border-right: 0;
}

.send-grid {
    grid-template-columns: repeat(2, 1fr);
}

}

/* 768PX */

@media (max-width: 768px) {

.section {
    padding: 80px 0;
}

.header-container {
    min-height: 76px;
}

.hero-section {
    min-height: auto;
    padding: 75px 0;
}

.hero-container {
    grid-template-columns: 1fr;
    gap: 55px;
}

.hero-image {
    height: 600px;
}

.hero-top-card {
    top: 25px;
    left: 15px;
}

.hero-bottom-card {
    right: 15px;
    bottom: 25px;
}

.process-grid {
    border-top: 0;
}

.process-card {
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.process-card:nth-child(2) {
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.cta-container {
    flex-direction: column;
    align-items: flex-start;
}

.footer-bottom-container {
    flex-direction: column;
    justify-content: center;
    padding: 18px 0;
}

}

/* 560PX */

@media (max-width: 560px) {

.container {
    width: calc(100% - 30px);
}

.header-phone {
    display: none;
}

.hero-section {
    padding: 60px 0;
}

.hero-eyebrow {
    font-size: 9px;
}

.hero-content h1 {
    font-size: clamp(38px, 11vw, 52px);
    letter-spacing: -2.4px;
}

.hero-description {
    font-size: 14px;
}

.hero-buttons {
    display: grid;
    grid-template-columns: 1fr;
}

.hero-buttons .button {
    width: 100%;
}

.hero-info-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.hero-image {
    height: 450px;
    border-radius: 24px;
}

.hero-floating-card {
    padding: 11px 13px;
    gap: 9px;
}

.card-icon,
.card-check {
    width: 35px;
    height: 35px;
    border-radius: 10px;
}

.hero-floating-card strong {
    font-size: 10px;
}

.hero-floating-card small {
    font-size: 7px;
}

.hero-top-card {
    left: 10px;
}

.hero-bottom-card {
    right: 10px;
}

.section-heading {
    margin-bottom: 40px;
}

.section-heading h2,
.intro-heading h2,
.process-heading h2,
.advantage-content h2,
.faq-content h2 {
    font-size: 32px;
    letter-spacing: -1.2px;
}

.service-grid,
.process-grid,
.send-grid,
.footer-container {
    grid-template-columns: 1fr;
}

.process-card,
.process-card:nth-child(2) {
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.advantage-visual {
    min-height: 370px;
    border-radius: 25px;
}

.advantage-panel {
    padding: 18px;
}

.advantage-panel strong {
    font-size: 21px;
}

.panel-one {
    top: 35px;
    left: 20px;
}

.panel-two {
    top: 145px;
    right: 20px;
}

.panel-three {
    bottom: 35px;
    left: 45px;
}

.cta-section {
    padding: 70px 0;
}

.cta-buttons {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
}

.cta-buttons .button {
    width: 100%;
}

.footer-container {
    padding: 60px 0;
    gap: 38px;
}

.mobile-menu-inner {
    width: calc(100% - 30px);
}


}
