
:root{
  --blue:#0865e8;--blue-dark:#0752ba;--navy:#122440;--soft:#f4f8fd;
  --line:#dbe5f1;--text:#1b2a42;--muted:#68758a;--green:#25d366;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--text);background:#fff}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(1340px,calc(100% - 48px));margin:auto}
.header{height:82px;background:#fff;border-bottom:1px solid #edf1f7;position:sticky;top:0;z-index:50}
.nav{height:100%;display:flex;align-items:center;gap:36px}
.logo img{width:185px}
.menu{margin-left:auto;display:flex;align-items:center;gap:34px;font-size:15px}
.menu a:hover,.menu a.active{color:var(--blue)}
.head-cta{margin-left:18px;background:var(--blue);color:#fff;padding:15px 22px;border-radius:7px;font-weight:700}
.mobile-toggle{display:none;margin-left:auto;border:0;background:var(--blue);color:#fff;font-size:24px;border-radius:7px;padding:8px 12px}
.hero{position:relative;min-height:440px;overflow:hidden;background:#eef4fb}
.hero-media{position:absolute;inset:0;background:url('../images/dentweb-hero.svg') center right/cover no-repeat}
.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.96) 27%,rgba(255,255,255,.75) 45%,rgba(255,255,255,.08) 70%)}
.hero-inner{position:relative;z-index:2;min-height:440px;display:flex;align-items:center}
.hero-copy{width:46%;padding:46px 0}
.hero h1{font-size:46px;line-height:1.02;margin:0 0 14px;letter-spacing:-1.5px}
.hero h1 span{color:var(--blue)}
.hero p{font-size:16px;line-height:1.65;max-width:520px;margin:0 0 24px}
.checks{display:grid;gap:10px;margin:20px 0 28px;font-size:15px}
.checks div::before{content:"✓";display:inline-grid;place-items:center;width:18px;height:18px;border-radius:50%;background:var(--blue);color:#fff;font-size:12px;font-weight:800;margin-right:10px}
.actions{display:flex;gap:12px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 24px;border-radius:7px;background:var(--blue);color:#fff;font-size:13px;font-weight:800;border:1px solid var(--blue)}
.btn.outline{background:transparent;color:var(--blue)}
.arrow{position:absolute;top:50%;z-index:3;width:48px;height:48px;border:0;border-radius:50%;background:#fff;color:var(--blue);font-size:28px;box-shadow:0 10px 28px rgba(0,0,0,.08)}
.arrow.left{left:24px}.arrow.right{right:24px}
.quick-wrap{position:relative;z-index:5;margin-top:-24px}
.quick{background:#fff;border-radius:10px;box-shadow:0 8px 28px rgba(30,60,110,.13);display:grid;grid-template-columns:repeat(6,1fr);padding:17px 18px}
.quick-item{display:flex;align-items:center;gap:12px;padding:0 16px;border-right:1px solid #e9eef5}
.quick-item:last-child{border:0}
.quick-ico{font-size:25px;color:var(--blue)}
.quick strong{display:block;font-size:13px}.quick span{font-size:12px;color:var(--muted)}
.demo-section{padding:26px 0 10px}
.title-center{text-align:center;margin:0 auto 20px}
.title-center h2{font-size:24px;margin:0 0 6px}.title-center h2 span{color:var(--blue)}
.title-center p{margin:0;color:var(--muted);font-size:14px}
.demo-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:15px}
.demo-card{border:1px solid var(--line);border-radius:9px;background:#fff;overflow:hidden;transition:.2s}
.demo-card:hover{transform:translateY(-4px);box-shadow:0 10px 24px rgba(29,66,119,.12)}
.demo-card img{width:100%;aspect-ratio:1.38/1;object-fit:cover}
.demo-info{text-align:center;padding:9px 8px 11px}
.demo-info strong{display:block;font-size:13px}.demo-info span{font-size:12px}
.demo-all{text-align:center;margin:10px 0 6px}
.demo-all a{display:inline-block;color:var(--blue);border:1px solid var(--blue);padding:8px 42px;border-radius:6px;font-size:12px;font-weight:700}
.footer{margin-top:8px;background:linear-gradient(135deg,#073b92,#075fd4);color:#fff;padding:26px 0 14px}
.footer-grid{display:grid;grid-template-columns:1.3fr repeat(4,1fr);gap:54px}
.footer-logo{width:165px;filter:brightness(0) invert(1)}
.footer p{font-size:13px;line-height:1.65;color:#e9f2ff}
.footer h4{margin:4px 0 10px;font-size:14px}
.footer a{display:block;font-size:13px;line-height:1.75;color:#fff}
.contact-line{display:flex;gap:10px;align-items:flex-start;margin:7px 0;font-size:13px}
.netsiyon{font-size:18px;font-weight:800;margin-top:12px}
.netsiyon span{font-size:13px;font-weight:500}
.footer-bottom{border-top:1px solid rgba(255,255,255,.2);margin-top:18px;padding-top:12px;display:flex;justify-content:space-between;font-size:11px;color:#d8e8ff}
.wa-float{position:fixed;right:22px;bottom:22px;width:54px;height:54px;border-radius:50%;background:var(--green);display:grid;place-items:center;color:#fff;font-size:28px;box-shadow:0 8px 24px rgba(0,0,0,.18);z-index:70}
.page-hero{padding:58px 0;background:linear-gradient(180deg,#f3f7fd,#fff);border-bottom:1px solid #e9eff7}
.page-hero h1{font-size:42px;margin:0 0 10px}.page-hero p{max-width:760px;color:var(--muted);line-height:1.7}
.section{padding:54px 0}
.cards3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.info-card{border:1px solid var(--line);border-radius:14px;padding:24px;background:#fff}
.info-card h3{margin-top:0}.info-card p{color:var(--muted);line-height:1.7}
.faq details{border:1px solid var(--line);border-radius:10px;padding:16px 18px;margin:10px 0}.faq summary{font-weight:700;cursor:pointer}.faq p{color:var(--muted);line-height:1.7}
@media(max-width:1100px){
 .menu{gap:18px}.demo-grid{grid-template-columns:repeat(4,1fr)}.quick{grid-template-columns:repeat(3,1fr);gap:14px}.quick-item{border:0}
 .footer-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:760px){
 .container{width:min(100% - 28px,1340px)}.header{height:70px}.logo img{width:155px}
 .menu,.head-cta{display:none}.mobile-toggle{display:block}
 .menu.open{display:flex;position:absolute;left:0;right:0;top:70px;background:#fff;flex-direction:column;align-items:flex-start;padding:20px 28px;border-top:1px solid #eee;box-shadow:0 12px 24px rgba(0,0,0,.08)}
 .hero{min-height:620px}.hero-media{background-position:63% center}.hero::after{background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.92) 45%,rgba(255,255,255,.22) 100%)}
 .hero-inner{min-height:620px;align-items:flex-start}.hero-copy{width:100%;padding-top:38px}.hero h1{font-size:38px}.arrow{display:none}
 .quick-wrap{margin-top:-14px}.quick{grid-template-columns:repeat(2,1fr)}.quick-item{padding:8px}
 .demo-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr;gap:28px}.footer-bottom{flex-direction:column;gap:8px}
 .cards3{grid-template-columns:1fr}.page-hero h1{font-size:34px}
}

/* Final birebir görsel revizyonları */
.quick-ico svg{width:30px;height:30px;display:block}
.demo-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
.demo-card img{aspect-ratio:1.55/1;object-fit:cover}
.demo-info{padding:10px 8px 12px}
.demo-info strong{font-size:15px}.demo-info span{font-size:13px}
.footer{background:linear-gradient(135deg,#111,#171b20)}
.footer-brand{margin-bottom:10px}
.footer-wordmark{font-size:30px;line-height:1;font-weight:800;letter-spacing:-1px;color:#fff}
.footer-tagline{font-size:14px;font-weight:700;color:#fff;margin-top:5px}
@media(max-width:1100px){.demo-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.demo-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:460px){.demo-grid{grid-template-columns:1fr}}

/* DentWeb dental visual adjustments */
.hero-media{background-color:#eef6ff}
.footer-wordmark{letter-spacing:-1.1px}

.article-wrap{max-width:920px}.article-wrap h2{font-size:30px;margin-top:34px}.article-wrap p{color:var(--muted);line-height:1.8}

/* DentWeb final slider image */
.hero-media{
 background-image:url('../images/dentweb-slider.png')!important;
 background-position:center right!important;
 background-size:cover!important;
 background-repeat:no-repeat!important;
}

/* Final DentWeb slider image - user supplied */
.hero-media{
  background-image:url('../images/dentwebslider.png') !important;
  background-position:center top !important;
  background-size:cover !important;
  background-repeat:no-repeat !important;
}

/* DentWeb final logo image */
.logo img{width:210px;height:auto;object-fit:contain}
@media(max-width:760px){.logo img{width:175px}}


/* DentWeb Klinik Yönetim Sistemi satış bölümleri */
.eyebrow{display:inline-block;color:var(--blue);font-size:12px;font-weight:900;letter-spacing:1.2px;margin-bottom:10px}
.cms-intro{padding:74px 0;background:linear-gradient(180deg,#fff,#f6f9fd)}
.cms-intro-grid{display:grid;grid-template-columns:.92fr 1.08fr;align-items:center;gap:54px}
.cms-copy h2{font-size:38px;line-height:1.15;margin:0 0 16px;letter-spacing:-1px}.cms-copy h2 span{color:var(--blue)}
.cms-copy>p{font-size:16px;line-height:1.8;color:var(--muted);margin:0 0 24px}
.cms-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:0 0 25px}
.cms-mini-grid div{border:1px solid var(--line);background:#fff;border-radius:11px;padding:14px 15px;box-shadow:0 6px 18px rgba(20,60,110,.05)}
.cms-mini-grid b{display:block;font-size:14px;margin-bottom:4px}.cms-mini-grid small{color:var(--muted);font-size:12px}
.cms-slider{position:relative;background:#fff;border:1px solid var(--line);border-radius:18px;padding:12px;box-shadow:0 20px 55px rgba(18,49,94,.14);overflow:hidden}
.cms-slides{position:relative;aspect-ratio:1.36/1;overflow:hidden;border-radius:12px;background:#edf4fb}
.cms-slide{position:absolute;inset:0;margin:0;opacity:0;transform:scale(1.015);transition:opacity .5s ease,transform .6s ease;display:grid;place-items:center;background:#fff}
.cms-slide.active{opacity:1;transform:scale(1);z-index:1}.cms-slide img{width:100%;height:100%;object-fit:contain}
.cms-prev,.cms-next{position:absolute;z-index:4;top:50%;transform:translateY(-50%);width:42px;height:42px;border:0;border-radius:50%;background:#fff;color:var(--blue);font-size:26px;box-shadow:0 7px 20px rgba(0,0,0,.14);cursor:pointer}
.cms-prev{left:22px}.cms-next{right:22px}.cms-dots{display:flex;justify-content:center;gap:7px;padding-top:12px}.cms-dots button{width:8px;height:8px;border:0;padding:0;border-radius:50%;background:#c8d4e3;cursor:pointer}.cms-dots button.active{width:25px;border-radius:10px;background:var(--blue)}
.cms-features{padding:68px 0;background:#fff}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px;margin-top:30px}.feature-card{border:1px solid var(--line);background:#fff;border-radius:14px;padding:22px 19px;transition:.2s;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;left:0;top:0;width:4px;height:0;background:var(--blue);transition:.25s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 14px 34px rgba(20,60,110,.11)}.feature-card:hover:before{height:100%}.feature-icon{width:47px;height:47px;border-radius:12px;background:#edf5ff;display:grid;place-items:center;font-size:23px;margin-bottom:15px}.feature-card h3{font-size:16px;margin:0 0 8px;color:var(--navy)}.feature-card p{font-size:13px;color:var(--muted);line-height:1.7;margin:0}.cms-cta{padding:28px 0 58px}.cms-cta-inner{background:linear-gradient(135deg,#0753bc,#0875ee);border-radius:20px;color:#fff;padding:37px 42px;display:flex;align-items:center;justify-content:space-between;gap:40px}.cms-cta-inner span{font-size:12px;font-weight:800;letter-spacing:1px}.cms-cta-inner h2{font-size:28px;margin:7px 0}.cms-cta-inner p{margin:0;color:#eaf3ff}.cms-cta-buttons{display:flex;gap:10px;flex-shrink:0}.btn.white{background:#fff;border-color:#fff;color:var(--blue)}.btn.ghost-white{background:transparent;border-color:rgba(255,255,255,.65);color:#fff}.feature-page-grid{grid-template-columns:repeat(3,1fr);margin-top:0}.feature-hero .actions{margin-top:24px}.mockup-wide{padding:0 0 56px}.mockup-wide img{max-width:1050px;margin:28px auto;border:1px solid var(--line);border-radius:18px;box-shadow:0 18px 50px rgba(20,60,110,.13)}
@media(max-width:1100px){.cms-intro-grid{grid-template-columns:1fr;gap:34px}.feature-grid{grid-template-columns:repeat(3,1fr)}.cms-copy{max-width:800px}.cms-slider{max-width:850px;width:100%;margin:auto}.cms-cta-inner{align-items:flex-start;flex-direction:column}.cms-cta-buttons{flex-wrap:wrap}.feature-page-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.cms-intro{padding:48px 0}.cms-copy h2{font-size:30px}.cms-mini-grid{grid-template-columns:1fr}.feature-grid,.feature-page-grid{grid-template-columns:1fr}.cms-features{padding:48px 0}.cms-slider{padding:8px}.cms-slides{aspect-ratio:1/1}.cms-prev,.cms-next{width:36px;height:36px;font-size:22px}.cms-prev{left:14px}.cms-next{right:14px}.cms-cta-inner{padding:29px 23px}.cms-cta-inner h2{font-size:24px}.cms-cta-buttons{width:100%}.cms-cta-buttons .btn{width:100%}.feature-card{padding:20px}.mockup-wide{padding-bottom:42px}}

/* DentWeb Ekran Görselleri */
.screen-section{padding:72px 0;background:#f7faff}
.screen-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:30px}
.screen-card{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;box-shadow:0 8px 24px rgba(29,66,119,.08);transition:.2s}
.screen-card:hover{transform:translateY(-4px);box-shadow:0 14px 32px rgba(29,66,119,.14)}
.screen-card a{display:block;color:inherit;text-decoration:none}
.screen-card img{display:block;width:100%;aspect-ratio:2.1/1;object-fit:contain;object-position:left top;background:#f5f8fc;border-bottom:1px solid var(--line)}
.screen-info{padding:14px 16px}.screen-info strong{display:block;font-size:15px;color:#10213d}.screen-info span{display:block;font-size:12px;color:#738099;margin-top:3px}
.screen-all{text-align:center;margin-top:28px}.screen-all a{display:inline-block;color:var(--blue);border:1px solid var(--blue);padding:10px 28px;border-radius:7px;font-size:12px;font-weight:700}
@media(max-width:980px){.screen-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.screen-grid{grid-template-columns:1fr}.screen-section{padding:48px 0}}




/* DentWeb footer - screenshot layout, colors inverted only */
.site-footer{
  background:#ffffff !important;
  color:#111111 !important;
  padding:28px 0 10px !important;
  border-top:1px solid #eeeeee !important;
}
.site-footer .container{
  width:min(1280px, calc(100% - 48px)) !important;
  margin:0 auto !important;
}
.site-footer .footer-grid{
  display:grid !important;
  grid-template-columns:1.35fr 1fr 1.05fr 1fr 1.05fr !important;
  gap:48px !important;
  align-items:start !important;
}
.site-footer .footer-logo-img{
  display:block !important;
  width:182px !important;
  max-width:100% !important;
  height:auto !important;
  margin:0 0 10px !important;
}
.site-footer .footer-brand p{
  color:#111 !important;
  font-size:13px !important;
  line-height:1.65 !important;
  margin:0 !important;
  max-width:255px !important;
  font-weight:400 !important;
}
.site-footer h4{
  color:#111 !important;
  font-size:14px !important;
  font-weight:700 !important;
  margin:10px 0 12px !important;
}
.site-footer ul{
  list-style:none !important;
  margin:0 !important;
  padding:0 !important;
}
.site-footer li{
  margin:0 0 7px !important;
  padding:0 !important;
}
.site-footer a,
.site-footer p,
.site-footer span,
.site-footer li{
  color:#111111 !important;
}
.site-footer a{
  text-decoration:none !important;
  font-size:13px !important;
  font-weight:400 !important;
}
.site-footer a:hover{ color:#1769ff !important; }
.site-footer .contact-item{
  display:flex !important;
  align-items:center !important;
  gap:8px !important;
  margin:0 0 10px !important;
  font-size:13px !important;
}
.site-footer .affiliate{
  margin-top:16px !important;
  font-size:13px !important;
}
.site-footer .affiliate strong{
  font-size:18px !important;
  font-weight:700 !important;
}
.site-footer .footer-bottom{
  border-top:1px solid #d9d9d9 !important;
  margin-top:20px !important;
  padding-top:10px !important;
  display:flex !important;
  justify-content:space-between !important;
  align-items:center !important;
  gap:20px !important;
  font-size:11px !important;
  color:#111 !important;
}
.site-footer .footer-bottom a{
  font-size:11px !important;
}
@media(max-width:980px){
  .site-footer .footer-grid{
    grid-template-columns:1fr 1fr 1fr !important;
    gap:30px !important;
  }
}
@media(max-width:700px){
  .site-footer .footer-grid{
    grid-template-columns:1fr 1fr !important;
  }
  .site-footer .footer-bottom{
    flex-direction:column !important;
    align-items:flex-start !important;
  }
}
@media(max-width:480px){
  .site-footer .footer-grid{
    grid-template-columns:1fr !important;
  }
}

/* DentWeb teklif formu */
.contact-info-grid{grid-template-columns:repeat(3,1fr)!important}
.offer-form-wrap{margin-top:42px;background:#fff;border:1px solid #e5ecf5;border-radius:24px;padding:38px;box-shadow:0 14px 40px rgba(13,50,96,.07)}
.offer-form-title{max-width:760px;margin:0 auto 28px}
.offer-form-title .eyebrow{display:inline-block;color:#1769ff;font-weight:700;font-size:12px;letter-spacing:.08em;margin-bottom:8px}
.offer-form-title h2 span{color:#1769ff}
.offer-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.form-group{display:flex;flex-direction:column;gap:7px}
.form-group-full{grid-column:1/-1}
.form-group label{font-weight:600;color:#172033;font-size:14px}
.form-group input,.form-group select,.form-group textarea{width:100%;box-sizing:border-box;border:1px solid #d9e3ef;border-radius:12px;background:#fff;color:#172033;padding:13px 14px;font:inherit;outline:none;transition:.2s}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#1769ff;box-shadow:0 0 0 3px rgba(23,105,255,.10)}
.offer-submit{margin-top:22px;border:0;cursor:pointer}
.offer-note{font-size:12px;color:#687386;margin-top:10px}
.hp-field{position:absolute!important;left:-9999px!important;opacity:0!important;height:1px!important;width:1px!important}
.form-alert{border-radius:12px;padding:13px 16px;margin-bottom:18px;font-size:14px}
.form-success{background:#edf9f1;color:#176b3a;border:1px solid #ccebd7}
.form-error{background:#fff1f1;color:#a62c2c;border:1px solid #f1cece}
.mockup-wide img[src*="3-devices-white"]{width:100%;max-width:1180px;height:auto;display:block;margin:24px auto 0;object-fit:contain}
@media(max-width:700px){.contact-info-grid,.offer-grid{grid-template-columns:1fr!important}.offer-form-wrap{padding:24px 18px}}

/* DentWeb SEO/GEO + Instagram */
.seo-intent-section{background:#fff}
.seo-intent-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:28px}
.seo-intent-grid article{border:1px solid #e4ebf4;border-radius:18px;padding:24px;background:#fff}
.seo-intent-grid h3{margin:0 0 9px;color:#172033}
.seo-intent-grid p,.seo-summary{color:#5c6878;line-height:1.75}
.seo-summary{max-width:1000px;margin:24px auto 0;text-align:center}
@media(max-width:760px){.seo-intent-grid{grid-template-columns:1fr}}
@media(max-width:480px){}

/* DentWeb pricing packages */
.pricing-title{max-width:820px;margin:0 auto 34px}
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;align-items:stretch}
.price-card{position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid #e3eaf3;border-radius:22px;padding:30px 26px;box-shadow:0 12px 34px rgba(20,55,95,.06)}
.price-card.featured{border:2px solid #1769ff;transform:translateY(-8px);box-shadow:0 18px 44px rgba(23,105,255,.14)}
.price-badge{align-self:flex-start;background:#eef5ff;color:#1769ff;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:800;letter-spacing:.04em;margin-bottom:16px}
.price-card.featured .price-badge{background:#1769ff;color:#fff}
.price-card h3{font-size:24px;margin:0 0 10px;color:#172033}
.price{font-size:38px;line-height:1;font-weight:800;color:#1769ff;margin:4px 0 16px}
.price span{font-size:24px}
.price-desc{min-height:68px;color:#677386;line-height:1.65;margin:0 0 18px}
.price-card ul{list-style:none;padding:0;margin:0 0 24px}
.price-card li{position:relative;padding:0 0 10px 23px;color:#344255;line-height:1.5}
.price-card li:before{content:"✓";position:absolute;left:0;top:0;color:#1769ff;font-weight:800}
.price-card .btn{margin-top:auto;text-align:center}
@media(max-width:900px){.pricing-grid{grid-template-columns:1fr}.price-card.featured{transform:none}.price-desc{min-height:0}}

/* Reliable DentWeb treatment/x-ray icons (no emoji dependency) */
.dw-icon{display:inline-block;width:24px;height:24px;min-width:24px;vertical-align:middle;margin-right:9px;background-size:contain;background-position:center;background-repeat:no-repeat}
.dw-icon-treatment{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%231769ff' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 7c-7 0-12 6-12 14 0 9 5 13 7 21 2 9 4 15 8 15 5 0 4-16 9-16s4 16 9 16c4 0 6-6 8-15 2-8 7-12 7-21 0-8-5-14-12-14-5 0-8 3-12 3S25 7 20 7Z'/%3E%3C/svg%3E")}
.dw-icon-xray{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none' stroke='%231769ff' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='8' y='10' width='48' height='44' rx='5'/%3E%3Cpath d='M20 22c5 3 8 3 12 0 4 3 7 3 12 0M19 32c5 3 9 4 13 1 4 3 8 2 13-1M22 42c4 2 7 3 10 1 3 2 6 1 10-1'/%3E%3C/svg%3E")}
.dw-feature-icon .dw-icon{margin:0;width:28px;height:28px}

/* DentWeb canlı demo satış alanları */
.live-demo-section{background:#f7faff}
.live-demo-box{display:grid;grid-template-columns:1.45fr .85fr;gap:32px;align-items:center;background:#fff;border:1px solid #e2eaf4;border-radius:26px;padding:38px;box-shadow:0 16px 46px rgba(20,55,95,.07)}
.live-demo-copy h2{margin:8px 0 12px;color:#172033;font-size:34px}
.live-demo-copy p{color:#637083;line-height:1.75;max-width:700px}
.demo-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}
.demo-login-card{background:#f4f8ff;border:1px solid #dbe8fb;border-radius:18px;padding:24px}
.demo-login-title{font-weight:800;color:#172033;font-size:18px;margin-bottom:16px}
.demo-login-row{display:flex;justify-content:space-between;gap:16px;padding:10px 0;border-bottom:1px solid #dce5f2;font-size:14px}
.demo-login-row span{color:#6b7788}
.demo-login-row strong,.demo-login-row a{color:#1769ff;text-decoration:none;word-break:break-all;text-align:right}
.demo-login-card p{font-size:12px;color:#7a8797;line-height:1.6;margin:14px 0 0}
.pricing-demo-cta{background:#f7faff}
.pricing-demo-inner{display:flex;justify-content:space-between;gap:30px;align-items:center;background:#fff;border:1px solid #e2eaf4;border-radius:22px;padding:30px}
.pricing-demo-inner h2{margin:7px 0 9px;color:#172033}
.pricing-demo-inner p{margin:0;color:#637083;max-width:720px;line-height:1.7}
.pricing-demo-actions{display:flex;flex-direction:column;gap:9px;min-width:230px}
.pricing-demo-actions .btn{text-align:center}
.pricing-demo-actions small{text-align:center;color:#6c7888}
.feature-demo-strip{background:#1769ff;padding:24px 0}
.feature-demo-inner{display:flex;justify-content:space-between;align-items:center;gap:20px;color:#fff}
.feature-demo-inner strong,.feature-demo-inner span{color:#fff}
.feature-demo-strip .btn.primary{background:#fff;color:#1769ff}
@media(max-width:850px){
 .live-demo-box{grid-template-columns:1fr}
 .pricing-demo-inner,.feature-demo-inner{flex-direction:column;align-items:flex-start}
 .pricing-demo-actions{width:100%}
}
