:root{--green:#4b9b39;--green-dark:#23642a;--green-soft:#eaf5e7;--ink:#20372c;--muted:#6c7b73;--cream:#fbfaf6;--line:#e0e8df;--white:#fff;--danger:#ad4545;--shadow:0 18px 45px rgba(35,73,40,.10)}
*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font:15px/1.6 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:var(--green-dark);text-decoration:none}a:hover{text-decoration:underline}.container{width:min(1120px,calc(100% - 36px));margin:0 auto}.site-header{position:sticky;top:0;z-index:5;background:rgba(251,250,246,.94);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.nav-wrap,.footer-wrap{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:76px}.brand{display:flex;align-items:center;gap:11px;text-decoration:none;color:var(--ink)}.brand strong,.brand small{display:block;line-height:1.2}.brand small{color:var(--muted);font-size:11px;margin-top:5px}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;color:var(--white);background:linear-gradient(145deg,var(--green),var(--green-dark));font-weight:800;letter-spacing:-1px}nav{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:17px;font-size:13px}nav a{color:var(--ink)}.nav-button,.button{display:inline-block;border:0;border-radius:12px;padding:10px 16px;background:var(--green);color:var(--white);cursor:pointer;font:inherit;font-weight:700;text-align:center}.button:hover,.nav-button:hover{background:var(--green-dark);text-decoration:none}.button.secondary{background:var(--green-soft);color:var(--green-dark)}.button.outline{background:transparent;color:var(--green-dark);border:1px solid var(--green)}.button.danger{background:#f7e3e3;color:var(--danger)}.page-main{min-height:calc(100vh - 140px);padding:34px 0 70px}.hero{display:grid;grid-template-columns:1.15fr .85fr;gap:40px;align-items:center;padding:68px 0 54px}.eyebrow{color:var(--green-dark);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}h1,h2,h3{line-height:1.17;letter-spacing:-.03em;margin:0 0 15px}h1{font-size:clamp(37px,6vw,68px);max-width:690px}h2{font-size:clamp(26px,4vw,40px)}h3{font-size:19px}p{margin:0 0 15px}.lead{color:var(--muted);font-size:18px;max-width:620px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:25px}.hero-card{position:relative;overflow:hidden;min-height:350px;padding:28px;border-radius:28px;background:linear-gradient(145deg,#eff8e9,#dcefd6);box-shadow:var(--shadow)}.hero-card:after{content:"";position:absolute;width:240px;height:240px;right:-70px;bottom:-85px;border-radius:50%;background:rgba(75,155,57,.18)}.hero-card h3{max-width:230px;font-size:28px}.hero-card .mini-stat{position:absolute;left:28px;bottom:27px;z-index:1;padding:14px 17px;border-radius:16px;background:rgba(255,255,255,.84);box-shadow:0 8px 20px rgba(35,73,40,.08)}.mini-stat strong{display:block;color:var(--green-dark);font-size:30px;line-height:1}.mini-stat span{color:var(--muted);font-size:12px}.section{padding:48px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}.section-head p{color:var(--muted);max-width:520px}.grid-3,.stats-grid,.form-grid,.two-col{display:grid;gap:16px}.grid-3{grid-template-columns:repeat(3,1fr)}.stats-grid{grid-template-columns:repeat(4,1fr);margin-bottom:30px}.two-col{grid-template-columns:1fr 1fr;align-items:start}.card,.stat-card,.form-card,.table-wrap{border:1px solid var(--line);border-radius:20px;background:var(--white);box-shadow:0 6px 23px rgba(35,73,40,.04)}.card{padding:23px}.card p,.muted{color:var(--muted)}.number{display:inline-grid;place-items:center;width:34px;height:34px;margin-bottom:18px;border-radius:11px;background:var(--green-soft);color:var(--green-dark);font-weight:800}.stat-card{padding:20px}.stat-card strong{display:block;color:var(--green-dark);font-size:29px;line-height:1.2}.stat-card span{color:var(--muted);font-size:13px}.form-card{max-width:820px;margin:12px auto;padding:clamp(23px,5vw,42px)}.form-card.narrow{max-width:520px}.form-top{margin-bottom:25px}.form-top p{color:var(--muted)}.form-grid{grid-template-columns:repeat(2,1fr)}.field{margin-bottom:16px}.field.full{grid-column:1/-1}label{display:block;margin-bottom:6px;font-size:13px;font-weight:700}input,select,textarea{width:100%;border:1px solid #ccd9cc;border-radius:11px;background:#fff;color:var(--ink);padding:11px 12px;font:inherit;outline:none}input:focus,select:focus,textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(75,155,57,.13)}textarea{min-height:100px;resize:vertical}.help{display:block;color:var(--muted);font-size:12px;margin-top:5px}.check{display:flex;align-items:flex-start;gap:9px;margin:12px 0;color:var(--muted);font-size:13px}.check input{width:auto;margin-top:5px}.form-actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-top:22px}.alert{margin:0 0 18px;padding:12px 15px;border-radius:12px;font-size:14px}.alert.success{background:#e3f3e0;color:#2c6c2c}.alert.error{background:#fbe7e7;color:#8b3030}.result-card{max-width:760px;margin:22px auto;padding:34px;border-radius:25px;background:linear-gradient(150deg,#f0f8ed,#fff);border:1px solid var(--line)}.result-highlight{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:25px 0}.result-highlight div{padding:17px;border-radius:16px;background:var(--white);border:1px solid var(--line)}.result-highlight strong{display:block;color:var(--green-dark);font-size:27px}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;min-width:650px}th,td{padding:13px 15px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}th{color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.04em}tr:last-child td{border-bottom:0}.badge{display:inline-block;padding:4px 9px;border-radius:999px;background:var(--green-soft);color:var(--green-dark);font-size:12px;font-weight:700}.badge.warning{background:#fff1dc;color:#8b5d18}.badge.danger{background:#fbe7e7;color:var(--danger)}.dashboard-head{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:25px}.dashboard-head p{color:var(--muted);margin:0}.toolbar{display:flex;flex-wrap:wrap;gap:9px;align-items:center}.inline-form{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.inline-form input,.inline-form select{width:auto}.kv{display:grid;grid-template-columns:145px 1fr;gap:9px 14px;font-size:14px}.kv dt{color:var(--muted)}.kv dd{margin:0;font-weight:600}.note{padding:14px 0;border-bottom:1px solid var(--line)}.note:last-child{border-bottom:0}.note small{color:var(--muted)}.timeline{position:relative;padding-left:22px}.timeline:before{content:"";position:absolute;left:4px;top:5px;bottom:5px;width:2px;background:var(--line)}.timeline-item{position:relative;padding:0 0 20px}.timeline-item:before{content:"";position:absolute;left:-22px;top:6px;width:10px;height:10px;border:3px solid var(--green);border-radius:50%;background:var(--white)}.price{color:var(--green-dark);font-weight:800;white-space:nowrap}.footer-wrap{min-height:80px;color:var(--muted);font-size:12px;border-top:1px solid var(--line)}.empty{padding:25px;border:1px dashed #cbd8cb;border-radius:15px;color:var(--muted);text-align:center}.product-row{display:grid;grid-template-columns:28px 1fr 120px 70px;gap:10px;align-items:center;padding:12px 0;border-bottom:1px solid var(--line)}.product-row:last-child{border-bottom:0}.product-row input[type=number]{padding:7px}.stars{color:#e7a42f;letter-spacing:2px}.small{font-size:12px}
@media(max-width:800px){.nav-wrap{align-items:flex-start;flex-direction:column;padding:14px 0}nav{justify-content:flex-start}.hero,.two-col{grid-template-columns:1fr}.grid-3,.stats-grid{grid-template-columns:repeat(2,1fr)}.hero{padding-top:35px}}@media(max-width:560px){.container{width:min(100% - 24px,1120px)}.grid-3,.stats-grid,.form-grid,.result-highlight{grid-template-columns:1fr}.section-head,.dashboard-head,.footer-wrap{align-items:flex-start;flex-direction:column}.product-row{grid-template-columns:25px 1fr 90px}.product-row .product-code{display:none}}

/* Ana sayfa - vitrin tasarımı */
.home-page{overflow:hidden;margin:0 -1px}.home-page em{color:var(--green);font-style:normal}.home-hero{display:grid;grid-template-columns:minmax(0,1.03fr) minmax(390px,.97fr);gap:55px;align-items:center;padding:58px 0 78px}.home-eyebrow{display:flex;align-items:center;gap:8px}.eyebrow-dot{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 6px var(--green-soft)}.home-hero h1{max-width:700px;margin:20px 0 22px;font-size:clamp(42px,6.1vw,73px);letter-spacing:-.065em}.home-hero-lead{max-width:585px;color:var(--muted);font-size:18px;line-height:1.75}.home-hero-actions{display:flex;gap:11px;flex-wrap:wrap;margin-top:29px}.home-hero-actions .button,.final-cta-actions .button{display:flex;align-items:center;justify-content:space-between;gap:33px;min-width:140px;padding:12px 14px 12px 19px;border-radius:14px}.home-button-primary{background:var(--green);box-shadow:0 12px 25px rgba(75,155,57,.22)}.home-button-primary b,.home-button-panel b{display:grid;place-items:center;width:27px;height:27px;border-radius:9px;background:rgba(255,255,255,.19);font-size:17px}.home-button-panel{background:var(--ink);color:#fff}.home-button-panel:hover{background:var(--green-dark);color:#fff}.home-trust-row{display:flex;gap:18px;flex-wrap:wrap;margin-top:26px;color:var(--muted);font-size:12px;font-weight:700}.home-trust-row span{display:flex;align-items:center;gap:6px}.home-trust-row i,.panel-benefits i{display:grid;place-items:center;width:19px;height:19px;border-radius:50%;background:var(--green-soft);color:var(--green-dark);font-style:normal;font-size:12px}
.home-hero-visual{position:relative;min-height:455px;overflow:hidden;border-radius:33px;background:linear-gradient(145deg,#f7e8e4 0%,#f2eee1 41%,#d8ead3 100%);box-shadow:var(--shadow)}.home-hero-visual:before{content:"";position:absolute;inset:20px;border:1px solid rgba(35,100,42,.13);border-radius:26px}.hero-orbit{position:absolute;border:1px solid rgba(35,100,42,.15);border-radius:50%;transform:rotate(-22deg)}.hero-orbit-one{width:420px;height:175px;left:10%;top:18%;}.hero-orbit-two{width:330px;height:155px;left:20%;top:28%;border-color:rgba(210,127,113,.22)}.hero-leaf{position:absolute;color:rgba(75,155,57,.46);font-size:25px}.hero-leaf-one{top:50px;right:55px}.hero-leaf-two{bottom:98px;left:44px;font-size:18px;color:rgba(210,127,113,.45)}.home-slide{position:absolute;inset:54px 47px 72px;opacity:0;animation:home-slide-fade 15s infinite;padding:8px 7px}.home-slide-two{animation-delay:5s}.home-slide-three{animation-delay:10s}.slide-kicker{color:var(--green-dark);font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.slide-brand{display:flex;align-items:center;gap:7px;margin-top:10px;color:var(--ink);font-size:27px;font-weight:800;letter-spacing:-.06em}.brand-leaf{display:grid;place-items:center;width:32px;height:32px;border-radius:11px;background:var(--green);color:#fff;font-size:25px;transform:rotate(-25deg)}.home-slide h2{max-width:390px;margin-top:70px;color:var(--ink);font-size:clamp(30px,4vw,49px);letter-spacing:-.065em}.home-slide h2 strong{color:var(--green-dark)}.slide-product-row{display:flex;align-items:center;gap:10px;margin-top:34px}.product-orb{display:block;width:38px;height:38px;border-radius:13px;box-shadow:5px 8px 15px rgba(35,73,40,.15)}.orb-green{background:linear-gradient(145deg,#88c776,#347d35)}.orb-pink{background:linear-gradient(145deg,#f2beb1,#c56d62);margin-left:-15px}.orb-yellow{background:linear-gradient(145deg,#f6d872,#d7a632);margin-left:-15px}.slide-product-row small{margin-left:5px;color:var(--muted);font-size:11px;font-weight:700}.slide-progress{display:grid;grid-template-columns:1fr auto;align-items:center;gap:11px;max-width:285px;margin-top:92px}.slide-progress>span{height:8px;overflow:hidden;border-radius:99px;background:rgba(35,100,42,.12)}.slide-progress>span i{display:block;height:100%;border-radius:99px;background:var(--green)}.slide-progress b{color:var(--green-dark);font-size:14px}.slide-progress small{grid-column:1/-1;color:var(--muted);font-size:11px}.slide-bubbles{display:flex;flex-wrap:wrap;gap:8px;margin-top:93px}.slide-bubbles span{padding:9px 13px;border:1px solid rgba(35,100,42,.15);border-radius:999px;background:rgba(255,255,255,.55);color:var(--green-dark);font-size:11px;font-weight:800}.hero-visual-footer{position:absolute;right:39px;bottom:27px;left:39px;display:flex;justify-content:space-between;color:var(--muted);font-size:11px;font-weight:800;letter-spacing:.03em}.hero-visual-footer span{display:flex;align-items:center;gap:7px}.pulse-dot{display:block;width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px rgba(75,155,57,.13)}@keyframes home-slide-fade{0%,28%{opacity:1;transform:translateY(0)}33%,95%{opacity:0;transform:translateY(8px)}100%{opacity:1}}
.home-intro{padding-top:32px}.home-section-heading{display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:end;margin-bottom:27px}.home-section-heading h2,.purpose-copy h2,.panel-copy h2,.proof-heading h2,.faq-heading h2{margin-top:13px;font-size:clamp(30px,4.3vw,51px);letter-spacing:-.065em}.home-section-heading>p{max-width:480px;margin:0 0 4px;color:var(--muted);font-size:16px;line-height:1.75}.home-value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.home-value-card{position:relative;min-height:254px;padding:23px;border:1px solid var(--line);border-radius:22px;background:var(--white);box-shadow:0 8px 25px rgba(35,73,40,.04);transition:transform .2s,box-shadow .2s}.home-value-card:hover{transform:translateY(-4px);box-shadow:0 15px 32px rgba(35,73,40,.10)}.home-value-featured{background:linear-gradient(145deg,#e7f3e3,#fff)}.home-value-icon{display:grid;place-items:center;width:43px;height:43px;margin-bottom:29px;border-radius:14px;background:var(--green);color:#fff;font-size:25px}.value-number{color:var(--green);font-size:11px;font-weight:800;letter-spacing:.1em}.home-value-card h3{margin:7px 0 9px;font-size:21px}.home-value-card p{max-width:280px;margin:0;color:var(--muted);font-size:13px;line-height:1.65}.value-arrow{position:absolute;right:22px;bottom:20px;color:var(--green);font-size:22px}
.home-purpose{display:grid;grid-template-columns:.93fr 1.07fr;gap:72px;align-items:center;padding-top:100px}.purpose-visual{position:relative;min-height:500px;overflow:hidden;border-radius:28px;background:linear-gradient(145deg,#253e2c,#3e6944);box-shadow:var(--shadow)}.purpose-visual:after{content:"";position:absolute;width:390px;height:390px;right:-135px;bottom:-150px;border:1px solid rgba(255,255,255,.2);border-radius:50%}.purpose-visual-top{position:absolute;z-index:2;top:25px;right:27px;left:27px;display:flex;justify-content:space-between;color:rgba(255,255,255,.75);font-size:11px;font-weight:800;letter-spacing:.08em}.purpose-leaf-shape{position:absolute;top:88px;left:75px;color:rgba(201,226,183,.3);font-size:180px;line-height:1;transform:rotate(-20deg)}.purpose-bottle{position:absolute;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center;border:5px solid rgba(255,255,255,.68);box-shadow:18px 25px 36px rgba(8,25,12,.28)}.purpose-bottle span{font-size:48px;font-weight:900;letter-spacing:-.1em}.purpose-bottle small{font-size:8px;letter-spacing:.12em}.bottle-one{width:144px;height:205px;bottom:91px;left:105px;border-radius:23px 23px 35px 35px;background:linear-gradient(145deg,#e4c486,#b47b3e)}.bottle-one:before{content:"";position:absolute;top:-31px;width:78px;height:34px;border-radius:9px 9px 3px 3px;background:#c7a265;border:4px solid rgba(255,255,255,.65)}.bottle-two{width:112px;height:160px;right:68px;bottom:79px;border-radius:20px 20px 29px 29px;background:linear-gradient(145deg,#e8efdc,#95b77d);color:#376336}.bottle-two:before{content:"";position:absolute;top:-28px;width:61px;height:31px;border-radius:8px 8px 3px 3px;background:#d9e8cf;border:4px solid rgba(255,255,255,.6)}.purpose-caption{position:absolute;z-index:2;bottom:26px;left:27px;color:rgba(255,255,255,.83);font-size:13px;line-height:1.6}.purpose-caption strong{color:#fff;font-size:20px}.purpose-copy{max-width:575px}.purpose-lead{margin:19px 0 30px;color:var(--muted);font-size:16px;line-height:1.75}.purpose-list{display:grid;gap:0}.purpose-list>div{display:grid;grid-template-columns:39px 1fr;gap:14px;padding:16px 0;border-top:1px solid var(--line)}.purpose-list>div>span{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;background:var(--green-soft);color:var(--green-dark);font-size:11px;font-weight:800}.purpose-list p{margin:0}.purpose-list strong,.purpose-list small{display:block}.purpose-list strong{font-size:15px}.purpose-list small{margin-top:3px;color:var(--muted);font-size:12px;line-height:1.5}
.home-panel{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;align-items:center;padding-top:110px}.panel-copy{max-width:510px}.panel-copy>p{margin:20px 0;color:var(--muted);font-size:16px;line-height:1.75}.panel-benefits{display:grid;gap:10px;margin:25px 0}.panel-benefits span{display:flex;align-items:center;gap:9px;color:var(--ink);font-size:13px;font-weight:700}.text-link{display:inline-flex;align-items:center;gap:10px;color:var(--green-dark);font-weight:800}.text-link span{font-size:20px;transition:transform .2s}.text-link:hover{text-decoration:none}.text-link:hover span{transform:translateX(4px)}.panel-mockup{position:relative;min-height:380px;padding:26px;border:10px solid #dcead7;border-radius:31px;background:#fff;box-shadow:0 22px 55px rgba(35,73,40,.14);transform:rotate(1.5deg)}.panel-mockup:before{content:"";position:absolute;z-index:-1;inset:17px -23px -25px 23px;border-radius:28px;background:#eff7eb}.mockup-top{display:flex;align-items:center;gap:11px;padding-bottom:22px;border-bottom:1px solid var(--line)}.mockup-avatar{display:grid;place-items:center;width:39px;height:39px;border-radius:13px;background:var(--green);color:#fff;font-weight:800}.mockup-top span:nth-child(2){display:grid;gap:1px;flex:1}.mockup-top small,.mockup-highlight small{color:var(--muted);font-size:11px}.mockup-top strong{font-size:15px}.mockup-top>b{color:#b1beb4;letter-spacing:2px}.mockup-highlight{margin-top:20px;padding:20px;border-radius:19px;background:linear-gradient(145deg,#eef8ea,#f9fcf6)}.mockup-highlight strong{display:block;margin-top:4px;color:var(--green-dark);font-size:24px;letter-spacing:-.04em}.mockup-chart{display:flex;align-items:end;gap:7px;height:58px;margin-top:16px}.mockup-chart i{display:block;width:calc(14.28% - 5px);height:var(--chart-height,50%);border-radius:8px 8px 3px 3px;background:linear-gradient(#79bd67,var(--green))}.mockup-chart i:nth-child(1){height:33%}.mockup-chart i:nth-child(2){height:47%}.mockup-chart i:nth-child(3){height:41%}.mockup-chart i:nth-child(4){height:62%}.mockup-chart i:nth-child(5){height:55%}.mockup-chart i:nth-child(6){height:78%}.mockup-chart i:nth-child(7){height:92%}.mockup-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:15px}.mockup-stats div{padding:13px;border:1px solid var(--line);border-radius:14px}.mockup-stats span,.mockup-stats strong{display:block}.mockup-stats span{color:var(--muted);font-size:10px}.mockup-stats strong{margin-top:4px;color:var(--green-dark);font-size:17px}.mockup-history{display:flex;align-items:center;justify-content:space-between;margin-top:15px;padding:13px 3px}.mockup-history>span{display:grid;grid-template-columns:31px 1fr;column-gap:9px}.history-icon{grid-row:span 2;display:grid;place-items:center;width:31px;height:31px;border-radius:10px;background:var(--green-soft);color:var(--green-dark);font-style:normal}.mockup-history b{font-size:12px}.mockup-history small{color:var(--muted);font-size:10px}.mockup-history>strong{color:var(--green);font-size:23px}
.home-social-proof{display:grid;grid-template-columns:.75fr 1.25fr;gap:60px;align-items:center;padding-top:110px}.proof-heading h2{font-size:clamp(28px,3.8vw,46px)}.proof-heading .text-link{margin-top:14px}.proof-quote{position:relative;padding:40px 43px;border-radius:25px;background:var(--ink);color:#fff;box-shadow:var(--shadow)}.quote-mark{position:absolute;top:13px;right:33px;color:#95c485;font:700 84px/1 Georgia,serif;opacity:.8}.proof-quote>p{max-width:580px;margin:15px 0 45px;color:rgba(255,255,255,.86);font-size:22px;line-height:1.55;letter-spacing:-.025em}.proof-bottom{display:flex;justify-content:space-between;align-items:end;gap:15px;padding-top:18px;border-top:1px solid rgba(255,255,255,.15)}.proof-bottom span{display:grid;gap:2px}.proof-bottom b{color:#f2c965;letter-spacing:2px}.proof-bottom small{color:rgba(255,255,255,.55);font-size:11px}.proof-bottom a{color:#fff;font-size:12px;font-weight:800}
.home-faq{display:grid;grid-template-columns:.75fr 1.25fr;gap:65px;padding-top:115px}.faq-heading{max-width:350px}.faq-heading p{margin-top:20px;color:var(--muted);font-size:15px;line-height:1.7}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 13px}.faq-grid details{align-self:start;border:1px solid var(--line);border-radius:15px;background:#fff;transition:background .2s,box-shadow .2s}.faq-grid details[open]{background:#f7fbf5;box-shadow:0 7px 20px rgba(35,73,40,.06)}.faq-grid summary{display:flex;align-items:center;gap:10px;padding:15px 16px;cursor:pointer;list-style:none;font-size:13px;font-weight:800;line-height:1.35}.faq-grid summary::-webkit-details-marker{display:none}.faq-grid summary:after{content:"+";margin-left:auto;color:var(--green);font-size:20px;font-weight:400}.faq-grid details[open] summary:after{content:"−"}.faq-grid summary span{display:grid;place-items:center;flex:0 0 27px;width:27px;height:27px;border-radius:9px;background:var(--green-soft);color:var(--green-dark);font-size:10px}.faq-grid details p{margin:0;padding:0 16px 17px 53px;color:var(--muted);font-size:12px;line-height:1.6}.home-final-cta{display:flex;align-items:center;justify-content:space-between;gap:40px;margin:105px 0 20px;padding:38px 42px;border-radius:25px;background:linear-gradient(110deg,#e8f4e4,#f8f1e7);box-shadow:0 11px 30px rgba(35,73,40,.06)}.home-final-cta h2{margin:11px 0 0;font-size:clamp(28px,4vw,47px);letter-spacing:-.06em}.final-cta-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
@media(max-width:950px){.home-hero{gap:30px;grid-template-columns:1fr 1fr}.home-hero-visual{min-height:420px}.home-purpose,.home-panel{gap:40px}.home-social-proof,.home-faq{gap:35px}.home-section-heading{gap:30px}.home-final-cta{padding:31px 28px}}
@media(max-width:800px){.home-hero,.home-purpose,.home-panel,.home-social-proof,.home-faq{grid-template-columns:1fr}.home-hero{padding-top:35px}.home-hero-copy{max-width:680px}.home-hero-visual{min-height:430px}.home-section-heading{grid-template-columns:1fr;gap:10px}.home-value-grid{grid-template-columns:1fr}.home-value-card{min-height:190px}.home-value-icon{margin-bottom:18px}.purpose-visual{min-height:430px;max-width:600px}.purpose-copy{max-width:680px}.home-panel{padding-top:75px}.panel-copy{max-width:680px}.panel-mockup{max-width:650px}.home-social-proof{padding-top:80px}.proof-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;flex-wrap:wrap}.proof-heading h2{width:100%}.home-faq{padding-top:85px}.faq-heading{max-width:600px}.home-final-cta{align-items:flex-start;flex-direction:column}.final-cta-actions{justify-content:flex-start}}
@media(max-width:560px){.home-hero h1{font-size:46px}.home-hero-lead{font-size:16px}.home-hero-visual{min-height:370px;border-radius:24px}.home-slide{inset:40px 26px 60px}.home-slide h2{margin-top:52px;font-size:31px}.slide-progress{margin-top:70px}.slide-bubbles{margin-top:65px}.hero-visual-footer{right:25px;bottom:21px;left:25px}.home-trust-row{gap:10px 14px;font-size:11px}.home-purpose{padding-top:70px}.purpose-visual{min-height:390px}.purpose-leaf-shape{left:35px;font-size:140px}.bottle-one{left:56px;bottom:70px;transform:scale(.82);transform-origin:bottom}.bottle-two{right:31px;bottom:68px;transform:scale(.78);transform-origin:bottom}.purpose-caption{left:21px;bottom:19px}.home-social-proof{padding-top:65px}.proof-quote{padding:32px 25px}.proof-quote>p{font-size:18px;margin-bottom:32px}.proof-bottom{align-items:flex-start;flex-direction:column}.faq-grid{grid-template-columns:1fr}.home-final-cta{margin-top:80px;padding:27px 22px}.final-cta-actions{width:100%}.final-cta-actions .button{flex:1;min-width:0;gap:12px}}
.final-cta-contact{flex-basis:100%;color:var(--muted);font-size:11px;text-align:right}.final-cta-contact a{color:var(--green-dark)}
/* Ortak üst menü - Bedriye Kaynar */
.site-header .nav-wrap{min-height:88px}.brand-expanded{gap:13px}.brand-logo-mark{position:relative;display:grid;place-items:center;width:52px;height:52px;overflow:hidden;border-radius:17px;background:linear-gradient(145deg,#74bb5d 0%,#23642a 100%);color:#fff;box-shadow:0 9px 20px rgba(35,100,42,.22)}.brand-logo-mark:before{content:"";position:absolute;inset:-18px -9px auto auto;width:55px;height:55px;border:1px solid rgba(255,255,255,.3);border-radius:50%}.brand-logo-mark span{position:relative;z-index:1;font-size:15px;font-weight:900;letter-spacing:-.1em}.brand-logo-mark i{position:absolute;right:8px;top:8px;width:12px;height:19px;border:2px solid rgba(255,255,255,.85);border-left:0;border-bottom:0;border-radius:100% 0 100% 0;transform:rotate(28deg)}.brand-logo-mark img{position:relative;z-index:1;width:100%;height:100%;padding:6px;object-fit:contain;border-radius:14px}.brand-logo-mark img+i{z-index:2}.brand-copy strong{font-size:18px;letter-spacing:-.03em}.brand-copy strong b{font-weight:800}.brand-copy small{font-size:10px;letter-spacing:.02em}.nav-panel{display:flex;align-items:center;gap:17px}.primary-nav{gap:5px}.primary-nav .nav-link,.primary-nav .nav-action{position:relative;display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:9px 11px;border-radius:11px;color:var(--ink);font-size:12px;font-weight:800;transition:color .18s,background .18s,transform .18s,box-shadow .18s}.primary-nav .nav-link:after{content:"";position:absolute;right:11px;bottom:5px;left:11px;height:2px;border-radius:9px;background:var(--green);transform:scaleX(0);transform-origin:right;transition:transform .2s}.primary-nav .nav-link:hover,.primary-nav .nav-link:focus-visible{color:var(--green-dark);background:var(--green-soft);text-decoration:none;transform:translateY(-1px)}.primary-nav .nav-link:hover:after,.primary-nav .nav-link:focus-visible:after{transform:scaleX(1);transform-origin:left}.primary-nav .nav-action{padding:9px 10px 9px 15px;color:#fff}.primary-nav .nav-action b{display:grid;place-items:center;width:24px;height:24px;border-radius:8px;background:rgba(255,255,255,.18);font-size:15px}.primary-nav .nav-action-primary{background:var(--green);box-shadow:0 8px 18px rgba(75,155,57,.2)}.primary-nav .nav-action-dark{background:var(--ink)}.primary-nav .nav-action:hover,.primary-nav .nav-action:focus-visible{background:var(--green-dark);color:#fff;text-decoration:none;transform:translateY(-2px);box-shadow:0 9px 19px rgba(35,100,42,.18)}.social-nav{display:flex;align-items:center;gap:8px;padding-left:14px;border-left:1px solid var(--line)}.social-link{display:grid;place-items:center;width:38px;height:38px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--green-dark);transition:background .18s,color .18s,border-color .18s,transform .18s,box-shadow .18s}.social-link svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.social-link .social-fill{fill:currentColor;stroke:none}.social-whatsapp svg{fill:currentColor;stroke:none}.social-link:hover,.social-link:focus-visible{color:#fff;text-decoration:none;transform:translateY(-2px);box-shadow:0 8px 16px rgba(35,73,40,.16)}.social-instagram:hover,.social-instagram:focus-visible{background:#c25f74;border-color:#c25f74}.social-whatsapp:hover,.social-whatsapp:focus-visible{background:#39a94b;border-color:#39a94b}
@media(max-width:950px){.site-header .nav-wrap{align-items:center;flex-direction:row;padding:12px 0}.nav-panel{gap:9px}.primary-nav{gap:2px}.primary-nav .nav-link{padding-right:8px;padding-left:8px}.social-nav{padding-left:9px}}
@media(max-width:700px){.site-header .nav-wrap{align-items:flex-start}.nav-panel{align-items:flex-end;flex-direction:column;gap:7px}.primary-nav{justify-content:flex-end}.primary-nav .nav-link{min-height:32px;padding:5px 7px;font-size:11px}.primary-nav .nav-link:after{display:none}.primary-nav .nav-action{min-height:34px;padding:6px 8px 6px 11px;font-size:11px}.primary-nav .nav-action b{width:20px;height:20px}.social-nav{gap:6px;padding:0;border:0}.social-link{width:32px;height:32px;border-radius:10px}.social-link svg{width:16px;height:16px}}
@media(max-width:500px){.site-header .nav-wrap{gap:9px}.brand-logo-mark{width:44px;height:44px;border-radius:14px}.brand-copy strong{font-size:15px}.brand-copy small{max-width:145px;font-size:9px}.primary-nav .nav-link:nth-child(2){display:none}.primary-nav .nav-link{font-size:10px;padding-right:5px;padding-left:5px}.primary-nav .nav-action{font-size:10px}.social-link{width:30px;height:30px}}


/* Ana sayfa hero ekleri - mevcut style.css dosyasının en altına eklenebilir */
.home-page .home-hero{position:relative;isolation:isolate;margin-top:22px;padding:44px 28px 62px;border:1px solid rgba(224,232,223,.92);border-radius:36px;background:linear-gradient(120deg,rgba(255,255,255,.72),rgba(245,250,241,.52));box-shadow:0 18px 45px rgba(35,73,40,.05)}
.home-page .home-hero:before{content:"";position:absolute;z-index:-1;top:-1px;right:18%;width:190px;height:190px;border:1px solid rgba(75,155,57,.13);border-radius:50%;pointer-events:none}.home-page .home-hero:after{content:"";position:absolute;z-index:-1;bottom:28px;left:36%;width:9px;height:9px;border-radius:50%;background:var(--green);box-shadow:0 0 0 7px rgba(75,155,57,.1),170px -22px 0 -2px rgba(210,127,113,.45);pointer-events:none}
.home-page .home-hero-copy{position:relative;z-index:1;min-width:0;padding:4px 0 0}.home-page .home-message-stage{min-height:355px;transition:opacity .24s ease,transform .24s ease}.home-page .home-message-stage.is-switching{opacity:0;transform:translateY(8px)}.home-page .home-message-meta{display:flex;align-items:center;gap:9px;margin:17px 0 6px;color:var(--muted);font-size:11px;font-weight:800;letter-spacing:.09em}.home-page .home-message-icon{display:grid;place-items:center;width:25px;height:25px;border-radius:8px;background:var(--green-soft);color:var(--green-dark);font-size:14px;letter-spacing:0}.home-page .home-message-stage h1{display:grid;gap:0;max-width:700px;margin:8px 0 22px;font-size:clamp(42px,5.8vw,72px);line-height:1.04;letter-spacing:-.068em}.home-page .home-message-stage h1 span,.home-page .home-message-stage h1 em{display:block}.home-page .home-message-stage h1 em{color:var(--green);font-style:normal}.home-page .home-message-stage .home-hero-lead{max-width:590px}
.home-page .home-hero-visual{min-height:500px;box-shadow:0 22px 48px rgba(35,73,40,.12)}.home-page .home-hero-visual .home-slide{display:flex;flex-direction:column;inset:54px 47px 72px;z-index:1;opacity:0;transform:translateY(10px);animation:none;transition:opacity .5s ease,transform .5s ease;pointer-events:none}.home-page .home-hero-visual .home-slide.is-active{opacity:1;transform:translateY(0);pointer-events:auto}.home-page .home-hero-visual .home-slide h2{margin-top:56px;max-width:470px}.home-page .home-hero-visual .slide-product-row,.home-page .home-hero-visual .slide-progress,.home-page .home-hero-visual .slide-bubbles{margin-top:auto;padding-top:24px}.home-page .home-hero-visual .hero-visual-footer{z-index:2}.home-page .hero-visual-footer #hero-slide-counter{min-width:42px;text-align:right}
@media(max-width:950px){.home-page .home-hero{padding-right:22px;padding-left:22px}.home-page .home-hero-visual{min-height:470px}}
@media(max-width:800px){.home-page .home-hero{margin-top:12px;padding:34px 20px 48px;border-radius:28px}.home-page .home-message-stage{min-height:325px}.home-page .home-hero-visual{min-height:455px}.home-page .home-hero-visual .home-slide{inset:47px 35px 65px}.home-page .home-hero-visual .home-slide h2{margin-top:48px}}
@media(max-width:560px){.home-page .home-hero{padding:25px 14px 34px;border-radius:23px}.home-page .home-message-meta{margin-top:12px}.home-page .home-message-stage{min-height:315px}.home-page .home-message-stage h1{font-size:42px;margin-bottom:18px}.home-page .home-hero-visual{min-height:405px;border-radius:24px}.home-page .home-hero-visual .home-slide{inset:38px 25px 58px}.home-page .home-hero-visual .home-slide h2{margin-top:42px;font-size:30px}.home-page .home-hero-visual .slide-product-row,.home-page .home-hero-visual .slide-progress,.home-page .home-hero-visual .slide-bubbles{padding-top:16px}.home-page .home-hero:before{right:5%;width:120px;height:120px}}
@media(prefers-reduced-motion:reduce){.home-page .home-message-stage,.home-page .home-hero-visual .home-slide{transition:none}}

/* Ana sayfa hero ekleri: mevcut style.css dosyasının en altına eklenebilir. */
.home-page .home-hero-reviews{align-items:stretch}
.home-page .home-hero-reviews .home-hero-copy{display:flex;flex-direction:column;justify-content:center;min-width:0}
.home-page .home-static-message{min-height:278px}
.home-page .home-static-message h1{display:grid;gap:0;margin:18px 0 22px}
.home-page .home-static-message h1 span,.home-page .home-static-message h1 em{display:block}
.home-page .home-static-message h1 em{color:var(--green);font-style:normal}
.home-page .home-purpose-points{display:grid;gap:0;max-width:630px;margin-top:5px;border-top:1px solid var(--line)}
.home-page .home-purpose-points>div{display:grid;grid-template-columns:37px 1fr;gap:11px;align-items:start;padding:10px 0;border-bottom:1px solid var(--line)}
.home-page .home-purpose-points i{display:grid;place-items:center;width:28px;height:28px;border-radius:9px;background:var(--green-soft);color:var(--green-dark);font-size:10px;font-style:normal;font-weight:800}
.home-page .home-purpose-points strong,.home-page .home-purpose-points small{display:block}
.home-page .home-purpose-points strong{font-size:13px}
.home-page .home-purpose-points small{margin-top:2px;color:var(--muted);font-size:11px;line-height:1.45}

.home-page .home-review-visual{display:flex;flex-direction:column;min-height:560px;padding:48px 44px 29px;box-sizing:border-box}
.home-page .home-review-head{position:relative;z-index:1;display:flex;align-items:flex-start;justify-content:space-between;gap:18px}
.home-page .home-review-head h2{max-width:390px;margin:13px 0 0;color:var(--ink);font-size:clamp(30px,3.5vw,46px);line-height:1.02;letter-spacing:-.065em}
.home-page .home-review-head h2 strong{color:var(--green-dark)}
.home-page .home-review-count{padding-top:4px;color:var(--muted);font-size:11px;font-weight:800;letter-spacing:.08em;white-space:nowrap}
.home-page .home-review-viewport{position:relative;z-index:1;display:flex;align-items:center;flex:1;min-height:280px;margin:22px 0 18px}
.home-page .home-review-card{position:relative;inset:auto;width:100%;padding:25px;border:1px solid rgba(35,100,42,.13);border-radius:23px;background:rgba(255,255,255,.73);box-shadow:0 14px 30px rgba(35,73,40,.08);box-sizing:border-box;opacity:1;transform:none;animation:none;transition:none}
.home-page .home-review-card[hidden]{display:none!important}
.home-page .home-review-card-head{display:flex;align-items:center;gap:12px}
.home-page .home-review-avatar{display:grid;place-items:center;width:48px;height:48px;border-radius:16px;background:linear-gradient(145deg,#79bb5d,#4d963f);color:#fff;font-size:21px;font-weight:800}
.home-page .home-review-person{display:grid;gap:3px;min-width:0;flex:1}
.home-page .home-review-person strong{overflow:hidden;color:var(--ink);font-size:17px;text-overflow:ellipsis;white-space:nowrap}
.home-page .home-review-person small{color:var(--green-dark);font-size:10px;font-weight:800}
.home-page .home-review-stars{color:#e7a63d;font-size:21px;letter-spacing:2px;line-height:1;white-space:nowrap}
.home-page .home-review-card blockquote{margin:28px 0 25px;color:var(--muted);font-size:19px;line-height:1.5;letter-spacing:-.025em}
.home-page .home-review-meta{display:flex;flex-wrap:wrap;gap:10px 18px;padding-top:16px;border-top:1px solid rgba(35,100,42,.12);color:var(--muted);font-size:10px;font-weight:800}
.home-page .home-review-meta span{display:flex;align-items:center;gap:6px}
.home-page .home-review-meta i{display:grid;place-items:center;width:20px;height:20px;border-radius:7px;background:var(--green-soft);color:var(--green-dark);font-style:normal;font-size:11px}
.home-page .home-review-empty{padding:30px 27px;background:rgba(255,255,255,.56);text-align:left}
.home-page .home-review-empty-icon{display:grid;place-items:center;width:44px;height:44px;margin-bottom:23px;border-radius:14px;background:var(--green);color:#fff;font-size:22px}
.home-page .home-review-empty h3{margin:14px 0 12px;color:var(--ink);font-size:31px;line-height:1.05;letter-spacing:-.06em}
.home-page .home-review-empty h3 strong{color:var(--green-dark)}
.home-page .home-review-empty p{max-width:390px;margin:0;color:var(--muted);font-size:13px;line-height:1.65}
.home-page .home-review-controls{position:relative;z-index:2;display:flex;align-items:center;gap:9px}
.home-page .home-review-controls button{display:inline-flex;align-items:center;justify-content:center;min-height:39px;border:1px solid rgba(35,100,42,.15);border-radius:12px;background:rgba(255,255,255,.72);color:var(--ink);font:inherit;font-size:12px;font-weight:800;cursor:pointer;transition:background .18s,color .18s,transform .18s,opacity .18s}
.home-page .home-review-controls button:first-child{width:39px;font-size:18px}
.home-page .home-review-controls button:nth-child(2){gap:16px;padding:8px 12px 8px 16px;background:var(--ink);color:#fff}
.home-page .home-review-controls button:nth-child(2) span{display:grid;place-items:center;width:23px;height:23px;border-radius:8px;background:rgba(255,255,255,.17);font-size:16px}
.home-page .home-review-controls button:hover:not(:disabled),.home-page .home-review-controls button:focus-visible:not(:disabled){background:var(--green-dark);color:#fff;transform:translateY(-2px)}
.home-page .home-review-controls button:disabled{cursor:not-allowed;opacity:.42}
.home-page .home-review-controls a{margin-left:auto;color:var(--green-dark);font-size:11px;font-weight:800}
.home-page .home-review-join{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:20px;padding-top:16px;border-top:1px solid rgba(35,100,42,.12);color:var(--muted);font-size:11px;font-weight:800}
.home-page .home-review-join>span{display:flex;align-items:center;gap:9px}
.home-page .home-review-join a{color:var(--green-dark);white-space:nowrap}

@media(max-width:950px){
    .home-page .home-review-visual{padding-right:32px;padding-left:32px}
    .home-page .home-review-stars{font-size:18px}
}
@media(max-width:800px){
    .home-page .home-static-message{min-height:0}
    .home-page .home-purpose-points{margin-top:23px}
    .home-page .home-review-visual{min-height:510px;padding:39px 30px 25px}
}
@media(max-width:560px){
    .home-page .home-static-message h1{font-size:46px}
    .home-page .home-review-visual{min-height:500px;padding:34px 25px 22px;border-radius:24px}
    .home-page .home-review-head h2{font-size:31px}
    .home-page .home-review-viewport{min-height:265px;margin-top:16px}
    .home-page .home-review-card{padding:21px}
    .home-page .home-review-card blockquote{margin:22px 0;font-size:17px}
    .home-page .home-review-card-head{align-items:flex-start;flex-wrap:wrap}
    .home-page .home-review-person{flex:1 1 calc(100% - 64px)}
    .home-page .home-review-stars{flex-basis:100%;padding-left:60px;margin-top:-8px}
    .home-page .home-review-controls a{font-size:10px}
    .home-page .home-review-join{align-items:flex-start;flex-direction:column;gap:6px}
}



/* Ortak üst menü ekleri: mevcut assets/style.css dosyasının en altına eklenebilir. */
.site-header .primary-nav .nav-link,.site-header .primary-nav .nav-action{white-space:nowrap}
.site-header .primary-nav .nav-icon{display:inline-grid;place-items:center;width:19px;height:19px;border-radius:6px;background:var(--green-soft);color:var(--green-dark);font-size:13px;line-height:1;font-weight:900}
.site-header .primary-nav .nav-link:hover .nav-icon,.site-header .primary-nav .nav-link:focus-visible .nav-icon{background:var(--green);color:#fff}
.site-header .primary-nav .nav-action-panel{background:var(--green);box-shadow:0 8px 18px rgba(75,155,57,.2)}
.site-header .primary-nav .nav-action-panel .nav-icon{background:rgba(255,255,255,.2);color:#fff}
.site-header .primary-nav .nav-action-panel:hover,.site-header .primary-nav .nav-action-panel:focus-visible{background:var(--green-dark);color:#fff}
@media(max-width:950px){.site-header .primary-nav .nav-icon{width:17px;height:17px;font-size:12px}}
@media(max-width:700px){.site-header .primary-nav .nav-icon{width:16px;height:16px;font-size:11px}.site-header .primary-nav .nav-link,.site-header .primary-nav .nav-action{gap:5px}}
@media(max-width:500px){.site-header .primary-nav .nav-icon{width:14px;height:14px;font-size:10px}.site-header .primary-nav .nav-link,.site-header .primary-nav .nav-action{gap:3px}}




/* Ürünler sayfası ekleri: mevcut assets/style.css dosyasının en altına eklenebilir. */
.products-page{padding-bottom:70px}
.products-page em{color:var(--green);font-style:normal}
.products-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;padding:52px 0 34px;border-bottom:1px solid var(--line)}
.products-hero h1{margin:14px 0 17px;font-size:clamp(42px,6vw,72px);line-height:1;letter-spacing:-.065em}
.products-hero p{max-width:650px;margin:0;color:var(--muted);font-size:17px;line-height:1.65}
.products-validity{min-width:230px;padding:20px;border:1px solid #d5e5d1;border-radius:19px;background:linear-gradient(145deg,#f1f8ed,#fff);box-shadow:0 8px 24px rgba(35,73,40,.05)}
.products-validity span,.products-validity strong,.products-validity small{display:block}.products-validity span{color:var(--green-dark);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.products-validity strong{margin:9px 0 5px;color:var(--ink);font-size:19px;letter-spacing:-.03em}.products-validity small{color:var(--muted);font-size:11px}
.products-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:25px 0 17px}
.products-search{display:flex;align-items:center;gap:10px;width:min(390px,100%);padding:12px 15px;border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--green-dark)}.products-search>span:first-child{font-size:23px;line-height:1}.products-search input{width:100%;border:0;outline:0;padding:0;background:transparent;color:var(--ink);font:inherit;font-size:14px}.products-search input::placeholder{color:#9ba99f}
.products-cart-bar{display:flex;align-items:center;gap:11px;padding:8px 9px 8px 12px;border:1px solid #d5e5d1;border-radius:15px;background:#f5fbf2}.cart-basket-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--green-soft);font-size:17px}.products-cart-bar>div{display:grid;gap:2px;min-width:125px}.products-cart-bar strong{font-size:13px}.products-cart-bar small{color:var(--muted);font-size:10px}.products-cart-bar form{margin:0}.products-cart-bar .button{padding:10px 12px;font-size:11px;white-space:nowrap}.products-cart-bar .button:disabled{cursor:not-allowed;opacity:.45}
.products-table-wrap{overflow:hidden;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 9px 28px rgba(35,73,40,.05)}
.products-table-head,.product-row{display:grid;grid-template-columns:64px 112px minmax(180px,1.1fr) minmax(200px,1.4fr) 125px 58px;gap:15px;align-items:center;padding:14px 20px}.products-table-head{color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;background:#f7fbf5;border-bottom:1px solid var(--line)}.product-row{min-height:105px;border-bottom:1px solid var(--line);transition:background .16s}.product-row:last-child{border-bottom:0}.product-row:hover{background:#fbfef9}.product-row[hidden]{display:none}.product-number{color:var(--green-dark);font-size:13px;font-weight:800}.product-image{display:grid;place-items:center;width:94px;height:78px;overflow:hidden;border-radius:14px;background:linear-gradient(145deg,#f1f7ee,#e4eee1);color:var(--muted);font-size:10px;font-weight:700;text-align:center}.product-image img{width:100%;height:100%;object-fit:cover}.product-name{min-width:0}.product-name strong,.product-name small{display:block}.product-name strong{color:var(--ink);font-size:15px;line-height:1.3}.product-name small{margin-top:6px;color:var(--muted);font-size:10px}.product-description{display:-webkit-box;overflow:hidden;color:var(--muted);font-size:12px;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:3}.product-price{color:var(--green-dark);font-size:15px;white-space:nowrap}.product-add-form{margin:0}.product-add{display:grid;place-items:center;width:39px;height:39px;border:0;border-radius:12px;background:var(--green);color:#fff;font:800 22px/1 inherit;cursor:pointer;box-shadow:0 7px 15px rgba(75,155,57,.2);transition:background .16s,transform .16s,box-shadow .16s}.product-add:hover,.product-add:focus-visible{background:var(--green-dark);transform:translateY(-2px);box-shadow:0 10px 18px rgba(35,100,42,.2)}.products-no-result{padding:30px;color:var(--muted);font-size:13px;text-align:center}.products-cart-detail{display:grid;grid-template-columns:.65fr 1.35fr;gap:40px;margin-top:35px;padding:27px;border:1px solid #d5e5d1;border-radius:22px;background:linear-gradient(110deg,#f2faef,#fff)}.products-cart-detail h2{margin:9px 0 0;font-size:30px;letter-spacing:-.06em}.cart-detail-list{display:grid;gap:0}.cart-detail-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 0;border-bottom:1px solid var(--line)}.cart-detail-row:last-child{border-bottom:0}.cart-detail-row span{display:grid;gap:4px;min-width:0}.cart-detail-row strong{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.cart-detail-row small{color:var(--muted);font-size:11px}.cart-detail-row form{margin:0}.cart-remove{border:0;background:none;color:#9b6d45;font:800 11px inherit;cursor:pointer}.cart-remove:hover{text-decoration:underline}
@media(max-width:1000px){.products-table-head,.product-row{grid-template-columns:45px 90px minmax(150px,1fr) minmax(150px,1.2fr) 105px 48px;gap:10px;padding-right:14px;padding-left:14px}.product-image{width:80px;height:70px}}
@media(max-width:800px){.products-hero{align-items:flex-start;flex-direction:column}.products-validity{min-width:0;width:100%;box-sizing:border-box}.products-toolbar{align-items:stretch;flex-direction:column}.products-search{width:auto}.products-cart-bar{justify-content:space-between}.products-table-head{display:none}.product-row{grid-template-columns:48px 84px minmax(0,1fr) 48px;gap:10px;padding:15px 13px}.product-row .product-description{grid-column:3/-1;grid-row:2}.product-row .product-price{grid-column:3;grid-row:3}.product-row .product-add-form{grid-column:4;grid-row:3;justify-self:end}.products-cart-detail{grid-template-columns:1fr;gap:22px}}
@media(max-width:560px){.products-hero{padding-top:32px}.products-hero h1{font-size:44px}.products-hero p{font-size:15px}.products-cart-bar{align-items:flex-start;flex-wrap:wrap}.products-cart-bar form{width:100%}.products-cart-bar .button{width:100%}.product-row{grid-template-columns:40px 72px minmax(0,1fr);gap:9px;padding:13px 11px}.product-image{width:72px;height:65px}.product-row .product-description{grid-column:3;grid-row:2}.product-row .product-price{grid-column:3;grid-row:3}.product-row .product-add-form{grid-column:3;grid-row:3;justify-self:end}.products-cart-detail{padding:21px 17px}.cart-detail-row{align-items:flex-start;flex-direction:column;gap:6px}.cart-detail-row form{align-self:flex-end}}

/* KATALOG_FLOW_VERSION: DIRECT_MEMBER_CHOICES_20260913
   Son blok: dosyada daha önce bulunan genel ürün kurallarını ezmeden yalnızca
   ürün kataloğundaki üye seçeneklerinin görünümünü kesinleştirir. */
.products-page .products-cart-bar .cart-guest-actions{display:flex!important;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:7px;min-width:0}
.products-page .products-cart-bar .cart-guest-actions>span{display:inline;color:var(--muted);font-size:10px;white-space:nowrap}
.products-page .products-cart-bar .cart-member-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:auto;padding:9px 11px;font-size:11px;white-space:nowrap}
.products-page .products-cart-bar .cart-member-button b{display:grid;place-items:center;width:18px;height:18px;border-radius:6px;background:rgba(255,255,255,.18);font-size:12px}
.products-page .products-cart-bar .cart-empty-note{display:block;margin-left:auto;color:var(--muted);font-size:10px;white-space:nowrap}
@media(max-width:560px){.products-page .products-cart-bar .cart-guest-actions{width:100%;justify-content:stretch}.products-page .products-cart-bar .cart-guest-actions>span{width:100%}.products-page .products-cart-bar .cart-member-button{width:auto;flex:1}}
.products-cart-bar .cart-guest-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:7px;min-width:0}.cart-guest-actions>span{color:var(--muted);font-size:10px;white-space:nowrap}.cart-member-button{display:inline-flex;align-items:center;gap:8px;padding:9px 11px;font-size:11px;white-space:nowrap}.cart-member-button b{display:grid;place-items:center;width:18px;height:18px;border-radius:6px;background:rgba(255,255,255,.18);font-size:12px}.cart-empty-note{margin-left:auto;color:var(--muted);font-size:10px;white-space:nowrap}
@media(max-width:560px){.products-cart-bar .cart-guest-actions{width:100%;justify-content:stretch}.cart-guest-actions>span{width:100%}.products-cart-bar .cart-guest-actions .cart-member-button{width:auto;flex:1;justify-content:center}}

/* Ürün kataloğu: ortak/admin sınıflarından izole edilmiş son düzeltmeler. */
.products-page .products-table-head,.products-page .product-row{display:grid;grid-template-columns:64px 112px minmax(180px,1.1fr) minmax(200px,1.4fr) 125px 58px;gap:15px;align-items:center;padding:14px 20px}.products-page .products-table-head{color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;background:#f7fbf5;border-bottom:1px solid var(--line)}.products-page .product-row{min-height:105px;border-bottom:1px solid var(--line);transition:background .16s}.products-page .product-row:last-child{border-bottom:0}.products-page .product-row:hover{background:#fbfef9}.products-page .product-number{color:var(--green-dark);font-size:13px;font-weight:800}.products-page .product-image{display:grid;place-items:center;width:94px;height:78px;overflow:hidden;border-radius:14px;background:linear-gradient(145deg,#f1f7ee,#e4eee1);color:var(--muted);font-size:10px;font-weight:700;text-align:center}.products-page .product-image img{width:100%;height:100%;object-fit:cover}.products-page .product-name{min-width:0}.products-page .product-name strong,.products-page .product-name small{display:block}.products-page .product-name strong{color:var(--ink);font-size:15px;line-height:1.3}.products-page .product-name small{margin-top:6px;color:var(--muted);font-size:10px}.products-page .product-description{display:-webkit-box;overflow:hidden;color:var(--muted);font-size:12px;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:3}.products-page .product-price{color:var(--green-dark);font-size:15px;white-space:nowrap}.products-page .product-add-form{margin:0}.products-page .product-add{display:grid;place-items:center;width:39px;height:39px;border:0;border-radius:12px;background:var(--green);color:#fff;font:800 22px/1 inherit;cursor:pointer;box-shadow:0 7px 15px rgba(75,155,57,.2);transition:background .16s,transform .16s,box-shadow .16s}.products-page .product-add:hover,.products-page .product-add:focus-visible{background:var(--green-dark);transform:translateY(-2px);box-shadow:0 10px 18px rgba(35,100,42,.2)}
#account-choice-modal{display:none;position:fixed;inset:0;z-index:20;align-items:center;justify-content:center;padding:20px}#account-choice-modal.is-open{display:flex}#account-choice-modal .modal-backdrop{position:absolute;inset:0;background:rgba(20,38,28,.52);backdrop-filter:blur(3px)}#account-choice-modal .modal-dialog{position:relative;width:min(480px,100%);max-height:min(720px,calc(100vh - 40px));overflow:auto;padding:30px;border-radius:24px;background:#fff;box-shadow:0 25px 80px rgba(10,35,18,.25)}#account-choice-modal .modal-close{position:absolute;right:16px;top:11px;border:0;background:none;color:var(--muted);font-size:29px;line-height:1;cursor:pointer}.account-choice-dialog h2{margin-bottom:12px}.account-choice-dialog>p{font-size:14px;line-height:1.65}.account-choice-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:25px}.account-choice-actions .button{display:flex;align-items:center;justify-content:space-between;gap:10px}.account-choice-actions .button b{display:grid;place-items:center;width:23px;height:23px;border-radius:8px;background:rgba(255,255,255,.17);font-size:14px}
/* Önceden eklenmiş genel ürün kuralları varsa teklif ekranının başlığını koru. */
.admin-products-sheet .products-table-head{display:grid;grid-template-columns:minmax(300px,1fr) 75px 180px 120px;gap:16px;padding:14px 13px;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.06em;font-weight:800;background:transparent;border-bottom:0}
@media(max-width:1000px){.products-page .products-table-head,.products-page .product-row{grid-template-columns:45px 90px minmax(150px,1fr) minmax(150px,1.2fr) 105px 48px;gap:10px;padding-right:14px;padding-left:14px}.products-page .product-image{width:80px;height:70px}.admin-products-sheet .products-table-head{display:none}}
@media(max-width:800px){.products-page .products-table-head{display:none}.products-page .product-row{grid-template-columns:48px 84px minmax(0,1fr) 48px;gap:10px;padding:15px 13px}.products-page .product-row .product-description{grid-column:3/-1;grid-row:2}.products-page .product-row .product-price{grid-column:3;grid-row:3}.products-page .product-row .product-add-form{grid-column:4;grid-row:3;justify-self:end}}
@media(max-width:560px){.products-page .product-row{grid-template-columns:40px 72px minmax(0,1fr);gap:9px;padding:13px 11px}.products-page .product-image{width:72px;height:65px}.products-page .product-row .product-description{grid-column:3;grid-row:2}.products-page .product-row .product-price{grid-column:3;grid-row:3}.products-page .product-row .product-add-form{grid-column:3;grid-row:3;justify-self:end}.account-choice-actions{grid-template-columns:1fr}}



/* Ürünler sayfası ekleri: mevcut assets/style.css dosyasının en altına eklenebilir. */
.products-page{padding-bottom:70px}
.products-page em{color:var(--green);font-style:normal}
.products-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;padding:52px 0 34px;border-bottom:1px solid var(--line)}
.products-hero h1{margin:14px 0 17px;font-size:clamp(42px,6vw,72px);line-height:1;letter-spacing:-.065em}
.products-hero p{max-width:650px;margin:0;color:var(--muted);font-size:17px;line-height:1.65}
.products-validity{min-width:230px;padding:20px;border:1px solid #d5e5d1;border-radius:19px;background:linear-gradient(145deg,#f1f8ed,#fff);box-shadow:0 8px 24px rgba(35,73,40,.05)}
.products-validity span,.products-validity strong,.products-validity small{display:block}.products-validity span{color:var(--green-dark);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.products-validity strong{margin:9px 0 5px;color:var(--ink);font-size:19px;letter-spacing:-.03em}.products-validity small{color:var(--muted);font-size:11px}
.products-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:25px 0 17px}
.products-search{display:flex;align-items:center;gap:10px;width:min(390px,100%);padding:12px 15px;border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--green-dark)}.products-search>span:first-child{font-size:23px;line-height:1}.products-search input{width:100%;border:0;outline:0;padding:0;background:transparent;color:var(--ink);font:inherit;font-size:14px}.products-search input::placeholder{color:#9ba99f}
.products-cart-bar{display:flex;align-items:center;gap:11px;padding:8px 9px 8px 12px;border:1px solid #d5e5d1;border-radius:15px;background:#f5fbf2}.cart-basket-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--green-soft);font-size:17px}.products-cart-bar>div{display:grid;gap:2px;min-width:125px}.products-cart-bar strong{font-size:13px}.products-cart-bar small{color:var(--muted);font-size:10px}.products-cart-bar form{margin:0}.products-cart-bar .button{padding:10px 12px;font-size:11px;white-space:nowrap}.products-cart-bar .button:disabled{cursor:not-allowed;opacity:.45}
.products-table-wrap{overflow:hidden;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 9px 28px rgba(35,73,40,.05)}
.products-table-head,.product-row{display:grid;grid-template-columns:64px 112px minmax(180px,1.1fr) minmax(200px,1.4fr) 125px 58px;gap:15px;align-items:center;padding:14px 20px}.products-table-head{color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;background:#f7fbf5;border-bottom:1px solid var(--line)}.product-row{min-height:105px;border-bottom:1px solid var(--line);transition:background .16s}.product-row:last-child{border-bottom:0}.product-row:hover{background:#fbfef9}.product-row[hidden]{display:none}.product-number{color:var(--green-dark);font-size:13px;font-weight:800}.product-image{display:grid;place-items:center;width:94px;height:78px;overflow:hidden;border-radius:14px;background:linear-gradient(145deg,#f1f7ee,#e4eee1);color:var(--muted);font-size:10px;font-weight:700;text-align:center}.product-image img{width:100%;height:100%;object-fit:cover}.product-name{min-width:0}.product-name strong,.product-name small{display:block}.product-name strong{color:var(--ink);font-size:15px;line-height:1.3}.product-name small{margin-top:6px;color:var(--muted);font-size:10px}.product-description{display:-webkit-box;overflow:hidden;color:var(--muted);font-size:12px;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:3}.product-price{color:var(--green-dark);font-size:15px;white-space:nowrap}.product-add-form{margin:0}.product-add{display:grid;place-items:center;width:39px;height:39px;border:0;border-radius:12px;background:var(--green);color:#fff;font:800 22px/1 inherit;cursor:pointer;box-shadow:0 7px 15px rgba(75,155,57,.2);transition:background .16s,transform .16s,box-shadow .16s}.product-add:hover,.product-add:focus-visible{background:var(--green-dark);transform:translateY(-2px);box-shadow:0 10px 18px rgba(35,100,42,.2)}.products-no-result{padding:30px;color:var(--muted);font-size:13px;text-align:center}.products-cart-detail{display:grid;grid-template-columns:.65fr 1.35fr;gap:40px;margin-top:35px;padding:27px;border:1px solid #d5e5d1;border-radius:22px;background:linear-gradient(110deg,#f2faef,#fff)}.products-cart-detail h2{margin:9px 0 0;font-size:30px;letter-spacing:-.06em}.cart-detail-list{display:grid;gap:0}.cart-detail-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 0;border-bottom:1px solid var(--line)}.cart-detail-row:last-child{border-bottom:0}.cart-detail-row span{display:grid;gap:4px;min-width:0}.cart-detail-row strong{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.cart-detail-row small{color:var(--muted);font-size:11px}.cart-detail-row form{margin:0}.cart-remove{border:0;background:none;color:#9b6d45;font:800 11px inherit;cursor:pointer}.cart-remove:hover{text-decoration:underline}
@media(max-width:1000px){.products-table-head,.product-row{grid-template-columns:45px 90px minmax(150px,1fr) minmax(150px,1.2fr) 105px 48px;gap:10px;padding-right:14px;padding-left:14px}.product-image{width:80px;height:70px}}
@media(max-width:800px){.products-hero{align-items:flex-start;flex-direction:column}.products-validity{min-width:0;width:100%;box-sizing:border-box}.products-toolbar{align-items:stretch;flex-direction:column}.products-search{width:auto}.products-cart-bar{justify-content:space-between}.products-table-head{display:none}.product-row{grid-template-columns:48px 84px minmax(0,1fr) 48px;gap:10px;padding:15px 13px}.product-row .product-description{grid-column:3/-1;grid-row:2}.product-row .product-price{grid-column:3;grid-row:3}.product-row .product-add-form{grid-column:4;grid-row:3;justify-self:end}.products-cart-detail{grid-template-columns:1fr;gap:22px}}
@media(max-width:560px){.products-hero{padding-top:32px}.products-hero h1{font-size:44px}.products-hero p{font-size:15px}.products-cart-bar{align-items:flex-start;flex-wrap:wrap}.products-cart-bar form{width:100%}.products-cart-bar .button{width:100%}.product-row{grid-template-columns:40px 72px minmax(0,1fr);gap:9px;padding:13px 11px}.product-image{width:72px;height:65px}.product-row .product-description{grid-column:3;grid-row:2}.product-row .product-price{grid-column:3;grid-row:3}.product-row .product-add-form{grid-column:3;grid-row:3;justify-self:end}.products-cart-detail{padding:21px 17px}.cart-detail-row{align-items:flex-start;flex-direction:column;gap:6px}.cart-detail-row form{align-self:flex-end}}
