body {
    margin:0;
    font-family:'Manrope',sans-serif;
    background:#f8fafb;
    color:#1e1e1e;
}

.container {
    max-width:1200px;
    margin:auto;
    padding:0 20px;
}

.topbar {
    background:#eef4f2;
    padding:12px 0;
    font-size:14px;
}

.topbar-flex {
    display:flex;
    justify-content:space-between;
}

.main-header {
    background:white;
    padding:20px 0;
    border-bottom:1px solid #eee;
}

.header-flex {
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.logo {
    font-weight:700;
    font-size:22px;
    color:#0f5c4a;
}

.nav a {
    margin:0 15px;
    text-decoration:none;
    color:#333;
    font-weight:500;
}

.nav a:hover {
    color:#0f5c4a;
}

.hero {
    height: 480px; /* Tok görünüm */
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #eef4f2 72%, #ffffff 38%);
}

.hero-inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero-left {
    width: 55%;
    z-index: 2;
    padding-left: 20px;
    max-width: 480px;
    margin-left: 200px;
}

.hero-right {
    width: 45%;
    height: 100%;
    position: relative;
    overflow: hidden;
    clip-path: polygon(12% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.hero-right::before {
    content:'';
    position:absolute;
    right:0;
    top:0;
    width:100%;
    height:100%;
    background: radial-gradient(circle at 70% 40%, rgba(46,139,87,0.12), transparent 60%);
    z-index:0;
}

.hero-right img {
    height: 100%;
    width: 80%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.05);
}

.hero-left {
    width: 50%;
    padding-left: 100px;
}

.hero-right {
    width: 50%;
    clip-path: polygon(18% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.hero-left h1 {
    font-size: 42px;
    line-height: 1.15;
    max-width: 520px;
}

.hero::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 55%;
    height: 100%;
    background: radial-gradient(circle at 60% 40%, rgba(46,139,87,0.15), transparent 60%);
    pointer-events: none;
}
.hero-left .reviews {
    margin-bottom: 18px;
}

.btn-primary {
    display:inline-block;
    margin-top:30px;
    padding:16px 34px;
    background:#0f5c4a;
    color:white;
    text-decoration:none;
    border-radius:8px;
    font-weight:600;
}

.btn-primary:hover {
    background:#0a4638;
}



.trustpilot {
    padding:40px 0;
    background:#f3f7f6;
    text-align:center;
    font-size:16px;
    color:#2e7d32;
}

.how {
    padding:100px 0;
    text-align:center;
}

.how-grid {
    display:flex;
    justify-content:space-between;
    margin-top:60px;
}

.how-item {
    width:22%;
}

.how-item h3 {
    margin-top:20px;
}

.treatments {
    padding:100px 0;
    background:white;
}

.treatment-grid {
    display:flex;
    justify-content:space-between;
    margin-top:60px;
}

.treatment-card {
    background:#f6f8f9;
    padding:40px;
    border-radius:12px;
    width:30%;
    text-align:center;
}

footer {
    background:#111;
    color:#ccc;
    padding:80px 0;
}

.footer-grid {
    display:flex;
    justify-content:space-between;
}

.footer-bottom {
    text-align:center;
    margin-top:40px;
}
.how {
    padding:100px 0;
    background:#f6f8f7;
    text-align:center;
}

.how h2 {
    font-size:32px;
    margin-bottom:60px;
}

.how-grid {
    display:flex;
    justify-content:space-between;
    gap:40px;
}

.how-item {
    flex:1;
}

.how-item h3 {
    font-size:18px;
    margin-bottom:10px;
}

.how-item p {
    font-size:14px;
    color:#666;
}
@media (max-width: 992px) {
    .how-grid {
        flex-direction:column;
        gap:60px;
    }
}
.how-icon {
    width:40px;
    height:40px;
    margin:0 auto 25px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#0f5c4a;
}

.how-icon svg {
    width:40px;
    height:40px;
}
.site-header {
    border-bottom:1px solid #e5e5e5;
    background:#fff;
}

.top-bar {
    background:#eef4f2;
    font-size:13px;
}

.top-bar .container {
    display:flex;
    justify-content:space-between;
    padding:8px 0;
}

.main-header {
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:20px 0;
}

.branding .logo {
    font-size:22px;
    font-weight:700;
    color:#0f5c4a;
}

.branding .subtitle {
    font-size:12px;
    color:#777;
}

.main-nav a {
    margin:0 15px;
    text-decoration:none;
    color:#333;
    font-weight:500;
}

.main-nav a:hover {
    color:#0f5c4a;
}

.lang-switch a {
    text-decoration:none;
    font-size:14px;
    color:#333;
}

.container {
    width:1200px;
    margin:0 auto;
}

.promo-bar {
    background:#2e8b57;
    color:#fff;
    padding:10px 0;
}

.promo-inner {
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.promo-code {
    background:#fff;
    color:#2e8b57;
    padding:3px 8px;
    border-radius:4px;
    font-weight:600;
}

.new-badge {
    background:#4caf50;
    padding:3px 8px;
    border-radius:4px;
    margin-left:8px;
    font-size:12px;
}

.promo-btn {
    background:#fff;
    color:#2e8b57;
    padding:8px 18px;
    border-radius:20px;
    text-decoration:none;
    font-weight:600;
}

.main-header {
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:20px 0;
}

.logo {
    font-size:22px;
    font-weight:700;
    color:#2e8b57;
}

.subtitle {
    font-size:12px;
    color:#777;
}

.main-nav a {
    margin-left:20px;
    text-decoration:none;
    color:#333;
}


.hero-search {
    display:flex;
    margin-top:20px;
}

.hero-search input {
    padding:12px;
    width:300px;
    border:1px solid #ccc;
    border-radius:4px 0 0 4px;
}

.hero-search button {
    padding:12px 20px;
    background:#2e8b57;
    color:#fff;
    border:none;
    border-radius:0 4px 4px 0;
}


.features {
    display:flex;
    justify-content:space-between;
    padding:80px 0;
}

.feature {
    width:30%;
    text-align:center;
}

.features {
    padding:100px 0;
    background:#ffffff;
}

.feature-grid {
    display:flex;
    justify-content:space-between;
    gap:40px;
}

.feature-card {
    flex:1;
    background:#f6f8f7;
    padding:40px;
    border-radius:14px;
    text-align:center;
    transition:all 0.3s ease;
}

.feature-card:hover {
    transform:translateY(-6px);
    box-shadow:0 10px 30px rgba(0,0,0,0.06);
}

.feature-icon {
    width:60px;
    height:60px;
    margin:0 auto 20px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#0f5c4a;
}

.feature-icon svg {
    width:38px;
    height:38px;
}

.feature-card h3 {
    margin-bottom:12px;
}

.feature-card p {
    font-size:14px;
    color:#666;
}
.page-hero {
    background:#e7efec;
    padding:80px 0;
    text-align:center;
}

.page-hero h1 {
    font-size:42px;
    margin-bottom:20px;
}

.how-steps {
    padding:100px 0;
    background:#ffffff;
}

.how-step {
    margin-bottom:60px;
}

.how-step h2 {
    font-size:22px;
    margin-bottom:15px;
}
.product-hero {
    background:#e7efec;
    padding:100px 0;
}

.product-hero-inner {
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.product-hero-left {
    width:50%;
}

.product-hero-right img {
    width:400px;
}

.product-benefits {
    list-style:none;
    padding:0;
    margin:20px 0;
}

.product-benefits li {
    margin-bottom:8px;
}

.treatment-options {
    padding:100px 0;
    background:#fff;
}

.price {
    display:block;
    margin:15px 0;
    font-weight:600;
}

.btn-secondary {
    display:inline-block;
    padding:10px 20px;
    border:1px solid #0f5c4a;
    color:#0f5c4a;
    text-decoration:none;
    border-radius:6px;
}

.cta-section {
    background:#0f5c4a;
    color:white;
    padding:80px 0;
    text-align:center;
}
.lang-switch {
    position:relative;
    display:flex;
    align-items:center;
    gap:12px;
}

.lang-switch a {
    display:flex;
    align-items:center;
    gap:6px;
    font-size:13px;
    text-decoration:none;
    color:#666;
    transition:all 0.2s ease;
}

.lang-switch img {
    width:14px;
    height:9px;
    object-fit:cover;
    border-radius:2px;
    box-shadow:0 1px 2px rgba(0,0,0,0.15);
}

.lang-switch a:hover {
    color:#0f5c4a;
}

.active-lang {
    font-weight:600;
    color:#0f5c4a !important;
}


.lang-dropdown {
    position:relative;
    cursor:pointer;
}

.lang-current {
    display:flex;
    align-items:center;
    gap:6px;
    font-size:13px;
    color:#333;
}

.lang-current img {
    width:14px;
    height:9px;
    border-radius:2px;
}

.lang-options {
    position:absolute;
    top:30px;
    right:0;
    background:white;
    border-radius:8px;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    padding:8px 0;
    display:none;
    min-width:90px;
}

.lang-options a {
    display:flex;
    align-items:center;
    gap:6px;
    padding:8px 14px;
    font-size:13px;
    color:#333;
    text-decoration:none;
}

.lang-options a:hover {
    background:#f3f7f6;
}

.lang-dropdown:hover .lang-options {
    display:block;
}

.lang-dropdown {
    position:relative;
}

.lang-options {
    position:absolute;
    top:100%;      /* önceki 30px yerine */
    right:0;
    margin-top:4px;  /* küçük yumuşak boşluk */
    background:white;
    border-radius:8px;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    padding:8px 0;
    display:none;
    min-width:100px;
    z-index:999;
}

.lang-dropdown:hover .lang-options {
    display:block;
}

.lang-options {
    display:none;
}

.lang-options.show {
    display:block;
}

.lang-options img {
    width:16px;
    height:10px;
}

.lang-current img {
    width:14px;
    height:9px;
}