:root{
  --cream:#fff8ef;
  --paper:#ffffff;
  --ink:#171719;
  --ink-2:#26262a;
  --muted:#747178;
  --line:#ded8cf;
  --coral:#ff6f4c;
  --coral-dark:#dc4f30;
  --yellow:#ffd33d;
  --blue:#326bff;
  --mint:#8ee1bd;
  --lav:#cfc3ff;
  --soft:#f3ede3;
  --dark:#18181b;
  --radius:0px;
  --shadow:0 30px 80px rgba(35,29,24,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;background:var(--cream);color:var(--ink);
  font-family:"DM Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  -webkit-font-smoothing:antialiased;overflow-x:hidden
}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
button{cursor:pointer}
.shell{width:min(1220px,calc(100% - 44px));margin:0 auto}
.noise{
  position:fixed;inset:0;pointer-events:none;z-index:9999;opacity:.035;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E")
}

.site-header{
  position:sticky;top:0;z-index:100;background:rgba(255,248,239,.9);
  border-bottom:1px solid rgba(194,183,171,.65);backdrop-filter:blur(16px)
}
.header-inner{height:78px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand{display:flex;align-items:center;gap:11px;min-width:max-content}
.brand-symbol{
  width:42px;height:42px;background:var(--yellow);position:relative;display:block;overflow:hidden;
  transform:rotate(-4deg)
}
.brand-symbol .eye{position:absolute;width:5px;height:8px;border-radius:50%;background:#1d1d1f;top:12px}
.brand-symbol .eye:nth-child(1){left:11px}.brand-symbol .eye:nth-child(2){right:11px}
.brand-symbol .smile{
  position:absolute;width:20px;height:10px;border-bottom:3px solid #1d1d1f;border-radius:0 0 20px 20px;
  left:11px;top:20px
}
.brand-symbol.dark{background:#fff}
.brand-name{display:flex;align-items:baseline;gap:2px}
.brand-name strong{font-family:Manrope,sans-serif;font-size:22px;letter-spacing:-.05em}
.brand-name small{font-size:11px;font-weight:800;color:#8c8680}
.main-nav{display:flex;align-items:center;gap:29px;font-size:13px;font-weight:700}
.main-nav a{position:relative;padding:30px 0}
.main-nav a:after{
  content:"";position:absolute;left:0;bottom:20px;width:0;height:2px;background:var(--coral);
  transition:.2s ease
}
.main-nav a:hover:after{width:100%}
.header-tools{display:flex;align-items:center;gap:15px}
.plain-link{font-size:13px;font-weight:700}
.top-cta{
  background:var(--ink);color:#fff;padding:12px 17px;font-size:12px;font-weight:800;
  transition:.2s ease
}
.top-cta:hover{background:var(--coral)}
.menu-btn{display:none;width:38px;height:38px;border:0;background:none;position:relative}
.menu-btn span{position:absolute;left:8px;right:8px;height:2px;background:#111}
.menu-btn span:first-child{top:13px}.menu-btn span:last-child{bottom:13px}

.hero{
  min-height:760px;display:flex;align-items:center;position:relative;padding:84px 0 90px;overflow:hidden
}
.hero-grid{display:grid;grid-template-columns:.95fr 1.18fr;gap:62px;align-items:center}
.hero-copy{position:relative;z-index:2}
.live-pill{
  display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid #ddd5cb;
  padding:8px 11px;font-size:10px;font-weight:800;margin-bottom:21px
}
.live-pill i{width:7px;height:7px;background:#2ba56f;border-radius:50%;box-shadow:0 0 0 4px rgba(43,165,111,.12)}
.kicker,.section-label{
  font-size:10px;letter-spacing:.18em;font-weight:800;color:#8b8179;text-transform:uppercase
}
.hero h1{
  font-family:Manrope,sans-serif;font-size:clamp(56px,6vw,91px);line-height:.92;
  margin:17px 0 28px;letter-spacing:-.075em
}
.hero h1 .line{display:block}
.hero h1 .accent-line{color:var(--coral)}
.hero-text{
  max-width:620px;font-size:17px;line-height:1.75;color:#5f5b5f;margin:0 0 30px
}
.hero-join{
  width:min(610px,100%);background:#fff;border:1px solid #d9d0c5;padding:18px;
  box-shadow:0 20px 50px rgba(40,33,26,.07)
}
.join-label{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}
.join-label span{font-size:12px;font-weight:800}
.join-label small{font-size:10px;color:#9c9690}
.join-control{display:grid;grid-template-columns:1fr;border:1px solid #cfc7bd;background:#fff}
.join-control input,
.join-password input{
  width:100%;border:0;outline:0;padding:16px 15px;font-size:14px;min-width:0;background:#fff;color:var(--ink)
}
.join-control input::placeholder,
.join-password input::placeholder{color:#9b958f}

.join-password{
  display:grid;grid-template-columns:1fr auto;border:1px solid #cfc7bd;background:#fff;margin-top:9px
}
.join-password button{
  border:0;border-left:1px solid #ded7cf;background:#f8f5f0;color:#555;
  padding:0 14px;font-size:10px;font-weight:800;min-width:68px
}
.join-password button:hover{background:#f0ebe4;color:#111}

.join-note{margin:9px 0 12px;font-size:9px;line-height:1.5;color:#8d8781}

.join-submit{
  width:100%;min-height:49px;border:0;background:var(--coral);color:#fff;
  display:flex;align-items:center;justify-content:space-between;gap:18px;
  padding:0 17px;font-size:12px;font-weight:800
}
.join-submit b{font-size:16px}
.join-submit:hover{background:var(--coral-dark)}
.hero-meta{display:flex;gap:30px;flex-wrap:wrap;margin-top:25px}
.hero-meta div{display:grid;gap:2px}
.hero-meta strong{font-family:Manrope,sans-serif;font-size:17px}
.hero-meta span{font-size:10px;color:#8b8580;font-weight:600}

.hero-stage{position:relative;min-height:540px}
.stage-card-main{
  position:absolute;left:0;top:38px;width:100%;background:#fff;border:1px solid #cfc7bd;
  box-shadow:var(--shadow);transform:rotate(1deg)
}
.stage-top{
  height:68px;border-bottom:1px solid #e2ddd6;background:#fbfaf7;display:flex;
  justify-content:space-between;align-items:center;padding:0 21px
}
.stage-top>div:first-child{display:grid;gap:2px}
.mini-eyebrow{font-size:8px;letter-spacing:.15em;color:#999;font-weight:800}
.stage-top strong{font-size:17px;font-family:Manrope,sans-serif}
.stage-online{font-size:10px;font-weight:700;color:#5f625f}
.stage-online i{display:inline-block;width:7px;height:7px;background:#29a46e;border-radius:50%;margin-right:5px}
.stage-body{display:grid;grid-template-columns:52px 1fr 128px;min-height:420px}
.mini-sidebar{background:#202125;padding:14px 8px;border-right:1px solid #2d2e32;display:flex;flex-direction:column;align-items:center;gap:10px}
.mini-brand{width:29px;height:29px;background:var(--yellow);display:grid;place-items:center;font-weight:900;margin-bottom:9px}
.mini-icon{width:29px;height:29px;border:0;background:#303136;color:#b8bac0;font-weight:900}
.mini-icon.active{background:#fff;color:#111}
.mini-chat{padding:0 18px 15px;background:#fff;display:flex;flex-direction:column}
.topic-line{margin:0 -18px 14px;padding:11px 15px;background:#fff7e3;border-bottom:1px solid #f0dfae;font-size:9px;color:#746a58}
.chat-row{display:flex;gap:10px;margin:10px 0}
.avatar{width:32px;height:32px;flex:0 0 32px;border-radius:50%;display:grid;place-items:center;font-size:10px;font-weight:800}
.av1{background:#f5d0c6;color:#9c4c39}.av2{background:#d3dfff;color:#3854a4}.av3{background:#d8f0e4;color:#39765a}
.chat-name{font-size:10px;font-weight:800}.chat-name small{font-size:8px;color:#aaa;margin-left:6px;font-weight:500}
.chat-row p{margin:3px 0 0;font-size:10px;color:#5d6065}
.typing-line{margin-top:auto;display:flex;align-items:center;gap:7px;padding:8px 0;color:#999}
.typing-line small{font-size:8px}
.typing-dots{display:flex;gap:2px}.typing-dots i{width:3px;height:3px;background:#888;border-radius:50%}
.composer{height:42px;border:1px solid #ded8d0;display:flex;align-items:center;justify-content:space-between;padding-left:12px;color:#aaa;font-size:9px}
.composer button{height:100%;border:0;background:#222328;color:#fff;padding:0 14px;font-size:9px}
.mini-users{background:#f6f4f0;border-left:1px solid #e2ddd6;padding:17px 12px}
.users-title{font-size:8px;font-weight:900;color:#96908a;margin-bottom:15px;letter-spacing:.12em}
.users-title span{float:right}
.user-pill{display:flex;align-items:center;gap:6px;margin:12px 0;font-size:9px;font-weight:700;color:#484b50}
.user-pill b{margin-left:auto;color:#e4b800}
.status{width:6px;height:6px;border-radius:50%;background:#28a36c}.status.away{background:#df983a}
.floating-note{
  position:absolute;display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #d7cec3;
  padding:12px 14px;box-shadow:0 18px 40px rgba(37,29,22,.11);z-index:3
}
.floating-note b{display:block;font-size:10px}.floating-note small{display:block;margin-top:2px;color:#89837d;font-size:8px}
.note-one{left:-34px;bottom:32px;transform:rotate(-3deg)}
.note-two{right:-22px;top:0;transform:rotate(3deg)}
.note-icon{width:31px;height:31px;background:var(--yellow);display:grid;place-items:center;font-weight:900;font-size:18px}
.pulse-dot{width:11px;height:11px;background:#28a36c;border-radius:50%;box-shadow:0 0 0 6px rgba(40,163,108,.12)}
.sticker{position:absolute;font-family:Manrope,sans-serif;font-weight:900;letter-spacing:-.05em;z-index:4}
.sticker-one{right:-15px;bottom:16px;background:var(--blue);color:#fff;padding:9px 13px;transform:rotate(-7deg);font-size:15px}
.sticker-two{left:18px;top:8px;color:#111;background:var(--yellow);padding:8px 10px;transform:rotate(8deg)}
.hero-orbit{position:absolute;border:1px solid rgba(128,115,104,.24);border-radius:50%}
.orb-1{width:480px;height:480px;right:-200px;top:50px}.orb-2{width:250px;height:250px;left:-130px;bottom:20px}

.marquee-band{background:var(--ink);color:#fff;overflow:hidden;border-top:1px solid #111;border-bottom:1px solid #111}
.marquee-track{
  width:max-content;display:flex;gap:22px;align-items:center;padding:15px 0;
  animation:marquee 24s linear infinite;font-family:Manrope,sans-serif;font-size:12px;font-weight:800;letter-spacing:.12em
}
.marquee-track i{color:var(--yellow);font-style:normal}
@keyframes marquee{to{transform:translateX(-50%)}}

.section{padding:110px 0}
.section-label{margin-bottom:24px}.section-label.light{color:#b9b7b9}
.intro-section{background:#fff}
.intro-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:90px;align-items:end}
.intro-grid h2,.section-top h2,.hchat-copy h2,.safety-intro h2,.big-cta h2{
  font-family:Manrope,sans-serif;letter-spacing:-.06em
}
.intro-grid h2{font-size:clamp(42px,5vw,66px);line-height:1.02;margin:0}
.intro-grid h2 em{font-style:normal;color:var(--coral)}
.intro-copy p{font-size:16px;line-height:1.75;color:#67636a;margin:0 0 27px}
.intro-copy a{display:inline-flex;gap:28px;border-bottom:1px solid #222;padding-bottom:7px;font-size:12px;font-weight:800}
.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:70px;border-top:1px solid #dcd8d2;border-bottom:1px solid #dcd8d2}
.benefit-grid article{padding:30px 30px 34px;border-right:1px solid #dcd8d2}
.benefit-grid article:last-child{border-right:0}
.benefit-no{font-size:9px;color:#a59f99;font-weight:900}
.benefit-grid h3{font-family:Manrope,sans-serif;font-size:20px;margin:24px 0 9px}
.benefit-grid p{font-size:12px;line-height:1.65;color:#777177;margin:0}

.rooms-section{background:var(--soft)}
.section-top{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:38px}
.section-top h2{font-size:clamp(40px,4vw,58px);margin:0}
.section-top>a{font-size:12px;font-weight:800;border-bottom:1px solid #222;padding-bottom:6px}
.rooms-board{display:grid;grid-template-columns:1.15fr .85fr;grid-template-rows:repeat(2,280px);gap:12px}
.room-card{
  position:relative;padding:25px;display:flex;flex-direction:column;justify-content:space-between;
  overflow:hidden;border:1px solid rgba(0,0,0,.09);transition:transform .2s ease,box-shadow .2s ease
}
.room-card:hover{transform:translateY(-3px);box-shadow:0 20px 40px rgba(38,30,22,.11)}
.room-main{grid-row:1/3;background:#1f2024;color:#fff}
.room-radio{background:var(--yellow)}
.room-game{background:var(--lav)}
.room-city{background:#fff}
.room-topline{display:flex;justify-content:space-between;font-size:9px;font-weight:900;letter-spacing:.12em}
.room-count{display:flex;align-items:center;gap:5px}.room-count i{width:6px;height:6px;background:#2ba56f;border-radius:50%}
.room-card small{font-size:9px;letter-spacing:.14em;font-weight:900;opacity:.65}
.room-card h3{font-family:Manrope,sans-serif;font-size:44px;letter-spacing:-.06em;margin:9px 0 12px}
.room-main h3{font-size:70px}
.room-card p{font-size:12px;line-height:1.65;max-width:410px;margin:0;opacity:.73}
.room-arrow{position:absolute;right:24px;bottom:21px;font-size:24px;font-weight:700}

.hchat-section{background:#17171a;color:#fff;overflow:hidden}
.hchat-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;align-items:center}
.hchat-copy h2{font-size:clamp(43px,4.8vw,66px);line-height:1.02;margin:0 0 25px}
.hchat-copy>p{color:#b8b7bb;font-size:15px;line-height:1.75;margin:0 0 35px;max-width:520px}
.hchat-list{border-top:1px solid #38383d;margin-bottom:35px}
.hchat-list div{display:grid;grid-template-columns:35px 1fr;gap:16px;padding:14px 0;border-bottom:1px solid #38383d}
.hchat-list b{font-size:9px;color:#77777c}.hchat-list span{font-size:12px;color:#dedde1}
.invert-btn{display:inline-flex;align-items:center;gap:35px;background:#fff;color:#17171a;padding:14px 17px;font-size:11px;font-weight:900}
.hchat-showcase{position:relative;min-height:590px}
.phone-shell{
  position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(2deg);
  width:290px;height:555px;border:10px solid #0d0d0f;border-radius:34px;background:#fff;box-shadow:0 30px 70px rgba(0,0,0,.45);overflow:hidden
}
.phone-top{height:35px;background:#f4f3f1;color:#111;display:flex;align-items:center;justify-content:space-between;padding:0 15px;font-size:9px}
.phone-top span{width:7px;height:7px;border-radius:50%;background:#31a76f}.phone-top i{width:23px;height:7px;border-radius:10px;background:#d4d2cf}
.phone-content{height:calc(100% - 35px);background:#f7f6f3;color:#111;padding:0 11px 11px}
.mobile-tabs{height:38px;margin:0 -11px;background:#fff;border-bottom:1px solid #e3e0db;display:flex;align-items:center;justify-content:space-around;font-size:8px}
.mobile-tabs b{color:var(--coral)}
.mobile-topic{margin:10px 0;background:#fff4d6;border:1px solid #f1dfad;padding:9px;font-size:8px;color:#74684d}
.mobile-msg{display:flex;gap:8px;margin:13px 0}
.mobile-msg i{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;font-style:normal;font-size:9px;font-weight:900}
.mobile-msg .m1{background:#d3dfff}.mobile-msg .m2{background:#f4d5cd}.mobile-msg .m3{background:#d7ebdf}
.mobile-msg b{display:block;font-size:9px}.mobile-msg p{margin:3px 0 0;font-size:8px;color:#666}
.mobile-bottom{position:absolute;left:11px;right:11px;bottom:12px;height:38px;border:1px solid #d9d5ce;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 11px;font-size:8px;color:#999}
.mobile-bottom b{font-size:18px;color:#333}
.showcase-card{
  position:absolute;display:flex;align-items:center;gap:10px;background:#fff;color:#111;padding:12px 14px;
  box-shadow:0 16px 40px rgba(0,0,0,.28)
}
.showcase-card span{width:31px;height:31px;display:grid;place-items:center;background:#f0ede8}
.showcase-card b{display:block;font-size:10px}.showcase-card small{display:block;font-size:8px;color:#8b8784;margin-top:2px}
.sc1{left:0;top:90px;transform:rotate(-5deg)}.sc2{right:0;top:170px;transform:rotate(5deg)}.sc3{left:25px;bottom:72px;transform:rotate(3deg)}

.safety-section{background:#fff}
.safety-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;align-items:start}
.safety-intro h2{font-size:clamp(40px,4vw,57px);line-height:1.03;margin:0 0 24px}
.safety-intro p{font-size:14px;line-height:1.75;color:#6c676c;max-width:450px}
.safety-cards{border-top:1px solid #dcd7d1}
.safety-cards article{display:grid;grid-template-columns:55px 1fr;gap:15px;padding:27px 0;border-bottom:1px solid #dcd7d1}
.safety-cards article>span{font-size:9px;color:#a49e98;font-weight:900}
.safety-cards h3{font-family:Manrope,sans-serif;margin:0 0 7px;font-size:20px}
.safety-cards p{font-size:12px;line-height:1.6;color:#777177;margin:0}

.big-cta{background:var(--coral);color:#fff;padding:70px 0}
.big-cta-inner{display:grid;grid-template-columns:120px 1fr auto;gap:40px;align-items:center}
.cta-face{width:96px;height:96px;background:var(--yellow);position:relative;transform:rotate(-5deg)}
.cta-face .eye{position:absolute;width:9px;height:13px;background:#1d1d1f;border-radius:50%;top:27px}
.cta-face .eye:nth-child(1){left:27px}.cta-face .eye:nth-child(2){right:27px}
.cta-face .smile{position:absolute;width:46px;height:22px;border-bottom:6px solid #1d1d1f;border-radius:0 0 46px 46px;left:25px;top:45px}
.big-cta h2{font-size:55px;margin:5px 0 7px}
.big-cta p{margin:0;color:#ffe0d7}
.big-cta>a{display:flex;align-items:center;justify-content:space-between;gap:25px;background:#fff;color:#111;padding:16px 19px;font-size:12px;font-weight:900;min-width:145px}

footer{background:#111113;color:#fff;padding:50px 0 24px}
.footer-top{display:flex;justify-content:space-between;gap:50px;padding-bottom:38px}
.footer-brand{display:flex;align-items:center;gap:13px}
.footer-brand strong{display:block;font-family:Manrope,sans-serif;font-size:18px}.footer-brand small{display:block;margin-top:4px;color:#85858a;font-size:10px}
.footer-links{display:flex;gap:70px}
.footer-links div{display:grid;gap:8px}.footer-links b{font-size:9px;color:#6f6f75;letter-spacing:.13em;margin-bottom:4px}.footer-links a{font-size:11px;color:#c7c7cb}
.footer-bottom{border-top:1px solid #2a2a2e;padding-top:18px;display:flex;justify-content:space-between;color:#6f6f74;font-size:9px}

@media(max-width:1020px){
  .main-nav{display:none;position:absolute;left:0;right:0;top:78px;background:#fff8ef;border-bottom:1px solid #ddd4c9;padding:12px 22px;flex-direction:column;align-items:flex-start;gap:0}
  .main-nav.open{display:flex}.main-nav a{padding:12px 0;width:100%}.main-nav a:after{display:none}
  .menu-btn{display:block}.plain-link,.top-cta{display:none}
  .hero-grid,.intro-grid,.hchat-grid,.safety-grid{grid-template-columns:1fr}
  .hero-stage{margin-top:20px}.hero{padding-top:55px}
  .intro-grid{gap:32px}.hchat-grid{gap:40px}.safety-grid{gap:40px}
}
@media(max-width:780px){
  .shell{width:min(100% - 28px,1220px)}
  .header-inner{height:68px}.main-nav{top:68px}
  .hero{min-height:auto;padding:45px 0 70px}
  .hero h1{font-size:54px}
  .hero-text{font-size:15px}
  .join-control,.join-password{grid-template-columns:1fr}
  .join-password button{border-left:0;border-top:1px solid #ded7cf;min-height:39px}
  .join-submit{min-height:49px}
  .hero-stage{min-height:470px}
  .stage-body{grid-template-columns:45px 1fr}.mini-users{display:none}
  .floating-note{display:none}.sticker-one{right:3px}
  .section{padding:75px 0}
  .benefit-grid{grid-template-columns:1fr}
  .benefit-grid article{border-right:0;border-bottom:1px solid #dcd8d2}.benefit-grid article:last-child{border-bottom:0}
  .rooms-board{grid-template-columns:1fr;grid-template-rows:auto}
  .room-main{grid-row:auto}.room-card{min-height:240px}.room-main h3{font-size:50px}
  .hchat-showcase{min-height:560px}.showcase-card{transform:none!important}.sc1{left:0;top:80px}.sc2{right:0;top:150px}.sc3{left:0;bottom:62px}
  .big-cta-inner{grid-template-columns:1fr;align-items:start}.big-cta>a{width:max-content}
  .footer-top{flex-direction:column}.footer-links{gap:40px}.footer-bottom{flex-direction:column;gap:6px}
}
@media(max-width:520px){
  .brand-symbol{width:37px;height:37px}.brand-name strong{font-size:20px}
  .hero h1{font-size:43px}
  .hero-meta{gap:18px}
  .hero-stage{min-height:420px}
  .stage-card-main{top:28px}.stage-body{grid-template-columns:1fr}.mini-sidebar{display:none}
  .stage-top{height:58px}
  .hero-orbit{display:none}
  .section-top{align-items:flex-start;flex-direction:column}
  .intro-grid h2,.section-top h2,.hchat-copy h2,.safety-intro h2{font-size:38px}
  .room-card{min-height:220px}.room-card h3{font-size:39px}.room-main h3{font-size:45px}
  .phone-shell{width:260px;height:510px}
  .showcase-card{display:none}
  .big-cta h2{font-size:41px}
  .cta-face{width:78px;height:78px}.cta-face .eye{top:21px}.cta-face .eye:nth-child(1){left:21px}.cta-face .eye:nth-child(2){right:21px}.cta-face .smile{width:38px;left:20px;top:36px}
}


/* ===== KAHKAHA V3 / marka + HChat gerçekçi önizleme ===== */
.brand-symbol-svg{
  background:none!important;
  color:var(--yellow);
  transform:rotate(-4deg);
  overflow:visible;
}
.brand-symbol-svg svg{display:block;width:100%;height:100%}
.brand-symbol-svg.dark{color:#fff}

.community-proof{
  display:flex;flex-wrap:wrap;gap:8px;margin:-8px 0 28px
}
.community-proof span{
  display:inline-flex;align-items:center;gap:7px;
  padding:7px 9px;border:1px solid #ddd4c8;background:rgba(255,255,255,.6);
  font-size:9px;font-weight:800;color:#6e6863
}
.community-proof b{color:#2ba56f;font-size:8px}

.stage-brandline{display:flex;align-items:center;gap:10px}
.mini-logo{
  width:30px;height:30px;background:var(--yellow);display:grid;place-items:center;
  font-family:Manrope,sans-serif;font-weight:900;color:#161618
}
.hchat-desktop-preview{
  grid-template-columns:52px 126px 1fr 132px!important;
}
.preview-channel-column{
  background:#f4f2ee;border-right:1px solid #dfdbd5;padding:15px 9px;min-width:0
}
.preview-section-title{
  font-size:7px;font-weight:900;letter-spacing:.14em;color:#9a948e;margin:4px 7px 8px
}
.preview-section-title.second{margin-top:19px}
.channel-item,.pm-item{
  width:100%;border:0;background:none;display:flex;align-items:center;justify-content:space-between;
  min-height:29px;padding:0 8px;font-size:8px;font-weight:800;color:#66696d;text-align:left
}
.channel-item.active{background:#fff;color:#171719;border-left:2px solid var(--coral)}
.channel-item b{font-size:7px;color:#aaa}
.pm-item{justify-content:flex-start;gap:6px}
.pm-item i{
  margin-left:auto;width:15px;height:15px;border-radius:50%;background:var(--coral);
  color:#fff;display:grid;place-items:center;font-style:normal;font-size:7px
}
.pm-avatar{width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:#f3d1c8;color:#934837;font-size:7px}
.pm-avatar.alt{background:#d8e0ff;color:#405895}
.mini-sidebar-spacer{flex:1}
.avatar-mini{border-radius:50%;background:#f4d6cf;color:#7f3f31!important}

.topic-line{display:flex;align-items:center;justify-content:space-between;gap:8px}
.topic-line button{border:0;background:none;color:#9a927f;font-size:14px}
.highlight-message{
  position:relative;margin-left:-6px;margin-right:-6px;padding:7px 6px;background:#faf9f6
}
.reaction-chip{
  position:absolute;right:6px;bottom:5px;background:#fff;border:1px solid #e5dfd7;
  padding:3px 6px;font-size:7px;font-weight:800
}
.game-notice{
  display:grid;grid-template-columns:auto 1fr auto;gap:9px;align-items:center;
  margin:11px 0;padding:9px 10px;background:#fff8df;border:1px solid #eddeb1
}
.game-notice>span{font-size:16px}
.game-notice b{display:block;font-size:8px}
.game-notice small{display:block;font-size:7px;color:#8d826b;margin-top:2px}
.game-notice button{border:0;background:#232429;color:#fff;padding:5px 8px;font-size:7px;font-weight:800}
.composer{gap:7px;padding-left:6px}
.composer>span{flex:1}
.composer-plus,.composer-actions button{
  width:25px;height:25px;border:0!important;background:#f1efeb!important;color:#555!important;padding:0!important
}
.composer-actions{display:flex;align-items:center;gap:5px;height:auto}
.composer-actions .send-btn{
  width:auto!important;height:30px!important;background:#222328!important;color:#fff!important;padding:0 9px!important
}
.user-pill em{
  margin-left:auto;font-style:normal;font-size:6px;padding:2px 4px;background:#fff0c7;color:#9a6a00
}
.user-pill.owner{color:#171719}
.user-pill.owner b{color:#e0ae00}

.brand-system-section{padding:0 0 110px;background:#fff}
.brand-system-grid{
  display:grid;grid-template-columns:1fr 1fr;border:1px solid #d9d3cc;background:#fff
}
.brand-poster{
  min-height:460px;background:var(--coral);color:#fff;padding:48px;
  display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden
}
.brand-poster:after{
  content:"";position:absolute;width:280px;height:280px;border:1px solid rgba(255,255,255,.28);
  border-radius:50%;right:-110px;top:-85px
}
.poster-logo{display:flex;align-items:center;gap:18px;position:relative;z-index:2}
.poster-face{
  width:78px;height:78px;background:var(--yellow);position:relative;display:block;transform:rotate(-5deg)
}
.poster-face i{
  position:absolute;width:8px;height:12px;border-radius:50%;background:#171719;top:23px
}
.poster-face i:nth-child(1){left:22px}.poster-face i:nth-child(2){right:22px}
.poster-face b{
  position:absolute;width:38px;height:18px;border-bottom:5px solid #171719;border-radius:0 0 38px 38px;
  left:20px;top:39px
}
.poster-logo strong{font-family:Manrope,sans-serif;font-size:54px;letter-spacing:-.07em;line-height:.9}
.poster-logo small{font-size:13px;font-weight:800;opacity:.8;margin-left:3px}
.brand-poster>p{font-family:Manrope,sans-serif;font-size:28px;letter-spacing:-.04em;max-width:320px;margin:0}
.poster-tags{display:flex;gap:9px;flex-wrap:wrap}
.poster-tags span{
  border:1px solid rgba(255,255,255,.38);padding:7px 9px;font-size:8px;font-weight:900;letter-spacing:.12em
}
.brand-system-copy{padding:55px}
.brand-system-copy h2{
  font-family:Manrope,sans-serif;font-size:46px;line-height:1.05;letter-spacing:-.06em;margin:0 0 21px
}
.brand-system-copy>p{font-size:14px;line-height:1.75;color:#6f696e;max-width:500px}
.brand-values{display:grid;gap:0;margin-top:35px;border-top:1px solid #ded8d1}
.brand-values>div{
  display:grid;grid-template-columns:34px 80px 1fr;gap:12px;align-items:center;padding:15px 0;border-bottom:1px solid #ded8d1
}
.swatch{width:26px;height:26px;display:block}
.swatch.coral{background:var(--coral)}.swatch.yellow{background:var(--yellow)}.swatch.ink{background:var(--ink)}
.brand-values b{font-size:11px}.brand-values small{font-size:10px;color:#8a8580}

@media(max-width:1120px){
  .hchat-desktop-preview{grid-template-columns:52px 108px 1fr!important}
  .mini-users{display:none!important}
}
@media(max-width:900px){
  .brand-system-grid{grid-template-columns:1fr}
  .brand-poster{min-height:380px}
}
@media(max-width:780px){
  .hchat-desktop-preview{grid-template-columns:42px 1fr!important}
  .preview-channel-column{display:none}
  .community-proof{margin-top:0}
}
@media(max-width:520px){
  .brand-poster{padding:30px;min-height:330px}
  .poster-face{width:60px;height:60px}
  .poster-face i{top:17px}.poster-face i:nth-child(1){left:17px}.poster-face i:nth-child(2){right:17px}
  .poster-face b{width:30px;left:15px;top:29px}
  .poster-logo strong{font-size:40px}
  .brand-system-copy{padding:30px 24px}
  .brand-system-copy h2{font-size:36px}
  .brand-values>div{grid-template-columns:30px 75px 1fr}
}


/* ===== V4 / GERÇEK HCHAT EKRAN GÖRÜNTÜSÜ ===== */
.real-stage{min-height:510px}
.real-hchat-card{
  position:absolute;left:0;right:0;top:42px;background:#fff;border:1px solid #cbc4ba;
  box-shadow:0 30px 85px rgba(39,31,24,.17);transform:rotate(.75deg)
}
.real-hchat-bar{
  height:52px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;
  padding:0 15px;border-bottom:1px solid #ded8d0;background:#fbfaf7
}
.browser-dots{display:flex;gap:5px}.browser-dots i{width:7px;height:7px;border-radius:50%;background:#cac4bc}
.browser-title{display:flex;align-items:baseline;gap:8px}
.browser-title b{font-size:10px}.browser-title span{font-size:8px;color:#9a948e}
.browser-live{justify-self:end;font-size:8px;font-weight:900;color:#4d5d53}
.browser-live i{display:inline-block;width:6px;height:6px;background:#28a36c;border-radius:50%;margin-right:5px}
.real-hchat-screen{position:relative;overflow:hidden;background:#f4f6fa}
.real-hchat-screen>img{display:block;width:100%;height:auto;aspect-ratio:1.99/1;object-fit:cover}
.screen-glow{
  position:absolute;inset:0;pointer-events:none;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.35),inset 0 -70px 100px rgba(255,255,255,.04)
}
.kahkaha-patch{
  position:absolute;left:0.65%;top:0.65%;height:7.1%;min-height:26px;
  display:flex;align-items:center;gap:7px;padding:4px 10px 4px 5px;
  background:rgba(255,255,255,.97);border-right:1px solid #e3e7ed;border-bottom:1px solid #e3e7ed;
  box-shadow:4px 5px 16px rgba(40,48,60,.06);z-index:3
}
.kahkaha-patch strong{display:block;font-family:Manrope,sans-serif;font-size:9px;line-height:1}
.kahkaha-patch small{display:block;font-size:6px;color:#8b8f95;margin-top:2px;font-weight:700}
.patch-face,.mini-smile{
  width:25px;height:25px;display:block;background:var(--yellow);position:relative;flex:0 0 auto
}
.patch-face i,.mini-smile i{
  position:absolute;width:3px;height:5px;background:#171719;border-radius:50%;top:7px
}
.patch-face i:nth-child(1),.mini-smile i:nth-child(1){left:7px}
.patch-face i:nth-child(2),.mini-smile i:nth-child(2){right:7px}
.patch-face b,.mini-smile b{
  position:absolute;width:12px;height:6px;border-bottom:2px solid #171719;border-radius:0 0 12px 12px;
  left:6px;top:13px
}
.real-feature-chip{
  position:absolute;z-index:4;display:flex;align-items:center;gap:8px;background:#fff;
  border:1px solid #d8d0c6;padding:10px 12px;box-shadow:0 17px 38px rgba(35,28,22,.12)
}
.real-feature-chip>span{width:27px;height:27px;background:#f4efe8;display:grid;place-items:center;font-size:13px}
.real-feature-chip b{display:block;font-size:9px}.real-feature-chip small{display:block;font-size:7px;color:#8e8882;margin-top:2px}
.chip-users{right:-20px;top:108px;transform:rotate(2deg)}
.chip-tabs{right:-35px;bottom:75px;transform:rotate(-2deg)}
.chip-tools{left:-25px;bottom:31px;transform:rotate(-3deg)}

.real-ui-section{padding:105px 0;background:#fff}
.real-ui-head{
  display:grid;grid-template-columns:1.1fr .7fr;gap:80px;align-items:end;margin-bottom:38px
}
.real-ui-head h2{
  font-family:Manrope,sans-serif;font-size:clamp(43px,5vw,66px);line-height:1.02;
  letter-spacing:-.06em;margin:0
}
.real-ui-head>p{font-size:14px;line-height:1.75;color:#6d686d;margin:0}
.real-ui-frame{
  border:1px solid #d4cec6;background:#f8f8f7;box-shadow:0 35px 85px rgba(40,32,25,.13)
}
.real-ui-frame-top{
  height:57px;display:flex;align-items:center;justify-content:space-between;padding:0 17px;
  border-bottom:1px solid #dfdad4;background:#fbfaf7
}
.real-ui-brand{display:flex;align-items:center;gap:10px}
.real-ui-brand strong{display:block;font-size:10px}.real-ui-brand small{display:block;font-size:7px;color:#99938d}
.real-ui-actions{display:flex;gap:5px}.real-ui-actions span{width:7px;height:7px;border-radius:50%;background:#cac4bc}
.real-ui-image-wrap{position:relative;overflow:hidden;background:#eef3f9}
.real-ui-image-wrap>img{display:block;width:100%;height:auto}
.showcase-patch{left:.5%;top:.5%;height:7%}
.hotspot{
  position:absolute;width:28px;height:28px;border-radius:50%;background:var(--coral);color:#fff;
  border:3px solid #fff;box-shadow:0 8px 20px rgba(34,31,29,.25);display:grid;place-items:center;
  font-size:9px;font-weight:900
}
.hs-channel{left:4.4%;top:8.5%}
.hs-users{right:19.4%;top:18%}
.hs-tabs{right:2.5%;top:18%}
.hs-input{left:44%;bottom:2.5%}
.real-ui-notes{
  display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #ddd7d0;border-top:0
}
.real-ui-notes article{display:grid;grid-template-columns:35px 1fr;gap:12px;padding:22px;border-right:1px solid #ddd7d0}
.real-ui-notes article:last-child{border-right:0}
.real-ui-notes article>span{font-size:8px;font-weight:900;color:var(--coral)}
.real-ui-notes b{font-family:Manrope,sans-serif;font-size:13px}
.real-ui-notes p{font-size:10px;line-height:1.55;color:#7b7579;margin:6px 0 0}

@media(max-width:1020px){
  .real-ui-head{grid-template-columns:1fr;gap:22px}
  .real-feature-chip{display:none}
}
@media(max-width:780px){
  .real-stage{min-height:390px}
  .real-hchat-card{top:25px}
  .real-hchat-bar{height:44px}
  .browser-title span{display:none}
  .real-ui-section{padding:72px 0}
  .real-ui-notes{grid-template-columns:1fr 1fr}
  .real-ui-notes article:nth-child(2){border-right:0}
  .real-ui-notes article:nth-child(-n+2){border-bottom:1px solid #ddd7d0}
}
@media(max-width:520px){
  .real-stage{min-height:290px}
  .real-hchat-bar{height:39px;padding:0 9px}
  .browser-title b{font-size:8px}.browser-live{font-size:7px}
  .real-hchat-screen>img{aspect-ratio:1.75/1;object-fit:cover;object-position:center}
  .kahkaha-patch{display:none}
  .real-ui-notes{grid-template-columns:1fr}
  .real-ui-notes article{border-right:0;border-bottom:1px solid #ddd7d0}
  .real-ui-notes article:last-child{border-bottom:0}
  .hotspot{width:23px;height:23px}
}


/* ===== KAHKAHA gerçek ekran görüntüleri ===== */
.real-hchat-screen>img,
.real-ui-image-wrap>img{display:block;width:100%;height:auto}
.real-ui-image-wrap>img{border-radius:0 0 18px 18px}
.phone-shot-shell{
  position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(2deg);
  width:390px;max-width:min(100%,390px);height:auto;border:0;border-radius:34px;background:transparent;
  box-shadow:0 30px 70px rgba(0,0,0,.24);overflow:hidden
}
.phone-shot{display:block;width:100%;height:auto;border-radius:34px}
@media (max-width: 760px){
  .phone-shot-shell{width:270px}
}


/* ===== Tanıtım görseli: doğal ürün anlatımı ===== */
.promo-notes article{
  grid-template-columns:46px 1fr!important;
  align-items:flex-start;
}
.promo-notes .promo-icon{
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  background:#fff7df;
  border:1px solid #eadfc8;
  font-size:18px;
}
.promo-notes article>span{display:none!important}
.promo-notes b{
  font-size:13px!important;
  letter-spacing:-.01em;
}
.promo-notes p{
  margin-top:5px!important;
  font-size:11px!important;
  line-height:1.6!important;
}
.hotspot{display:none!important}
