:root{
  --accent:#cf3458;
  --accent-2:#ef5e7d;
  --ink:#15171b;
  --muted:#6f747d;
  --line:#e9e9ec;
  --soft:#f7f7f8;
  --dark:#101217;
  --dark-2:#17191f;
  --white:#fff;
  --shell:1240px;
  --radius:24px;
  --shadow:0 24px 70px rgba(17,19,24,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:"Manrope",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%}
svg{display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.svg-defs{position:absolute;overflow:hidden}
.shell{width:min(var(--shell),calc(100% - 48px));margin-inline:auto}
.site-header{height:50px;background:rgba(255,255,255,.88);border-bottom:1px solid rgba(232,233,236,.9);display:flex;align-items:center;position:sticky;top:0;z-index:100;backdrop-filter:blur(18px)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:18px}
.brand{display:inline-flex;flex-direction:column;align-items:center;line-height:1}
.brand-main{font-size:22px;font-weight:800;letter-spacing:-1.3px}.brand-main span{color:var(--accent)}
.brand small{font-size:5px;letter-spacing:3px;color:#93969e;margin-top:2px;font-weight:700}
.top-nav{display:flex;gap:24px;font-size:12px;font-weight:700;color:#50545b}.top-nav a{transition:.2s}.top-nav a:hover{color:var(--accent)}
.header-cta{display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:800}.header-cta svg{width:14px;height:14px}
.hero{position:relative;overflow:hidden;background:var(--dark);color:#fff;padding:84px 0 96px}
.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(to bottom,#000,transparent)}
.hero-glow{position:absolute;border-radius:50%;filter:blur(4px);opacity:.55}.hero-glow-one{width:560px;height:560px;background:radial-gradient(circle,rgba(207,52,88,.30),transparent 68%);right:-80px;top:-160px}.hero-glow-two{width:430px;height:430px;background:radial-gradient(circle,rgba(89,128,255,.12),transparent 70%);left:36%;bottom:-250px}
.hero-grid{position:relative;display:grid;grid-template-columns:.9fr 1.1fr;gap:72px;align-items:center}
.eyebrow,.section-kicker{display:inline-flex;align-items:center;gap:10px;color:var(--accent);font-size:11px;text-transform:uppercase;letter-spacing:1.8px;font-weight:850}.eyebrow span{width:22px;height:2px;background:var(--accent);border-radius:5px}
.hero h1{font-size:clamp(42px,4.3vw,66px);line-height:.98;letter-spacing:-3.1px;margin:16px 0 20px;max-width:650px;font-weight:800}.hero h1 em{font-style:normal;color:#ef9bad}
.hero-copy>p{max-width:620px;color:#b7bac1;font-size:15px;line-height:1.75;margin:0 0 28px}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.btn{min-height:50px;padding:0 21px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:13px;font-weight:800;transition:.25s ease}.btn svg{width:17px;height:17px}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 12px 32px rgba(207,52,88,.28)}.btn-primary:hover{transform:translateY(-2px);background:#dc3b61}.btn-ghost{border:1px solid #353841;color:#e6e7ea}.btn-ghost:hover{background:#1c1f25;border-color:#555964}.btn-light{background:#fff;color:#15171b}.btn-light:hover{transform:translateY(-2px)}
.hero-tech{display:flex;flex-wrap:wrap;gap:17px;margin-top:31px;color:#9ea2aa;font-size:12px;font-weight:700}.hero-tech span{display:inline-flex;align-items:center;gap:7px}.hero-tech svg{width:17px;height:17px}.hero-tech svg.react{color:#61dafb}.hero-tech svg.vue{color:#42b883}.hero-tech svg.html{color:#e44d26}.hero-tech svg.laravel{color:#ff4d4d}
.hero-visual{position:relative;min-height:560px;display:flex;align-items:center}.hero-shot{display:block;width:100%;height:560px;overflow:hidden;border-radius:22px;background:#fff;box-shadow:0 30px 90px rgba(0,0,0,.34)}.hero-shot img{display:block;width:100%;height:100%;object-fit:cover;object-position:top center;transform:none}
.float-card{position:absolute;z-index:4;background:#fff;color:#16181c;border-radius:16px;box-shadow:0 20px 55px rgba(0,0,0,.22);display:flex;align-items:center;gap:10px;padding:13px 16px}.float-card strong{font-size:27px;color:var(--accent)}.float-card span{font-size:11px;font-weight:800;line-height:1.2}.float-card svg{width:23px;height:23px;color:var(--accent)}.float-card-a{left:-4px;bottom:50px}.float-card-b{right:-2px;top:86px}
.stats-wrap{position:relative;z-index:5;margin-top:-40px}.stats{background:#fff;border:1px solid #ececef;border-radius:20px;box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(4,1fr);padding:26px 20px}.stats div{display:flex;align-items:center;justify-content:center;gap:12px;min-height:52px;border-right:1px solid var(--line)}.stats div:last-child{border:0}.stats strong{font-size:24px;letter-spacing:-1px}.stats span{color:#777b83;font-size:12px;line-height:1.35;max-width:100px}
.section{padding:104px 0}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:50px;margin-bottom:42px}.section-head h2,.rtl-copy h2,.final-card h2{font-size:clamp(36px,4vw,56px);letter-spacing:-2.8px;line-height:1.05;margin:10px 0 0}.section-head>p{max-width:480px;color:var(--muted);font-size:15px;line-height:1.7;margin:0}.section-head.centered{align-items:center}.section-head.centered>div{max-width:700px}.section-head.centered>p{max-width:420px}
.demo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px}.demo-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;box-shadow:0 8px 35px rgba(23,25,30,.055);transition:.3s ease}.demo-card:hover{transform:translateY(-5px);box-shadow:0 22px 55px rgba(23,25,30,.11);border-color:#dddde2}.shot{height:470px;overflow:hidden;display:block;background:#f1f1f2;position:relative;border-bottom:1px solid var(--line)}.shot img{width:100%;height:auto;display:block;transition:transform 8s cubic-bezier(.2,.7,.25,1);will-change:transform}.demo-card:hover .shot img{transform:translateY(calc(-100% + 470px))}.shot:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,transparent 70%,rgba(14,15,18,.22));pointer-events:none;opacity:.1;transition:.2s}.shot:hover:after{opacity:.4}.shot-overlay{position:absolute;right:18px;bottom:18px;background:#15171b;color:#fff;border-radius:999px;padding:11px 15px;font-size:11px;font-weight:800;display:flex;align-items:center;gap:7px;opacity:0;transform:translateY(7px);transition:.25s}.shot-overlay svg{width:14px;height:14px}.shot:hover .shot-overlay{opacity:1;transform:none}.demo-body{padding:24px}.demo-title{display:flex;gap:18px;align-items:flex-start}.demo-title>span{width:42px;height:42px;border-radius:13px;background:#fff1f4;color:var(--accent);display:grid;place-items:center;font-size:11px;font-weight:900;flex:0 0 auto}.demo-title h3{font-size:24px;letter-spacing:-.8px;margin:0 0 7px}.demo-title p{font-size:13px;color:var(--muted);line-height:1.55;margin:0;min-height:42px}
.framework-links{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:20px;padding-top:18px;border-top:1px solid var(--line)}.fw{height:42px;border-radius:11px;border:1px solid #e7e8eb;display:flex;align-items:center;justify-content:center;gap:7px;font-size:11px;font-weight:800;background:#fafafa;transition:.2s}.fw svg{width:17px;height:17px}.fw:hover{transform:translateY(-2px);background:#fff;box-shadow:0 8px 18px rgba(20,22,27,.08)}.fw.laravel svg{color:#ff424b}.fw.react svg{color:#22a8d6}.fw.vue svg{color:#34a878}.fw.html svg{color:#e95a2c}
.rtl-section{padding-top:44px;background:linear-gradient(#fff 0,#fff 20%,#f7f7f8 20%,#f7f7f8 100%)}.rtl-card{background:linear-gradient(135deg,#101217,#18151a 75%,#24131a);border-radius:30px;padding:42px;display:grid;grid-template-columns:1.15fr .85fr;gap:55px;align-items:center;color:#fff;overflow:hidden;position:relative}.rtl-card:after{content:"";position:absolute;width:360px;height:360px;border-radius:50%;background:rgba(207,52,88,.11);right:-170px;bottom:-190px}.rtl-preview{position:relative;z-index:1}.rtl-browser{box-shadow:0 30px 70px rgba(0,0,0,.35);transform:rotate(-1deg)}.rtl-browser .browser-screen{height:500px}.rtl-copy{position:relative;z-index:2}.section-kicker.light{color:#f48aa2}.rtl-copy h2{margin-bottom:18px}.rtl-copy>p{color:#b9bbc2;line-height:1.75;font-size:15px}.rtl-copy ul{list-style:none;padding:0;margin:25px 0;display:grid;gap:11px;color:#e3e4e7;font-size:13px}.rtl-copy li{display:flex;align-items:center;gap:9px}.rtl-copy li span{color:#ff7896;font-weight:900}.rtl-note{font-size:11px;line-height:1.55;color:#8f929a;padding:12px 14px;border:1px solid #2d3037;background:#15171c;border-radius:12px}.framework-links-dark{border-color:#303238}.framework-links-dark .fw{background:#181a20;border-color:#30333a;color:#fff}.framework-links-dark .fw:hover{background:#21242b}
.editions{background:#f7f7f8}.edition-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.edition-card{background:#fff;border:1px solid #e7e8eb;border-radius:20px;padding:26px;min-height:300px;transition:.25s;position:relative;overflow:hidden}.edition-card:hover{transform:translateY(-5px);box-shadow:0 18px 45px rgba(23,25,30,.08)}.edition-card:after{content:"";position:absolute;width:120px;height:120px;border-radius:50%;right:-45px;top:-45px;background:#f8f8f9}.edition-icon{width:51px;height:51px;border-radius:15px;display:grid;place-items:center;background:#f5f5f6;position:relative;z-index:1}.edition-icon svg{width:28px;height:28px}.edition-card>span{display:block;margin-top:24px;color:#9a9da4;font-size:10px;text-transform:uppercase;letter-spacing:1.4px;font-weight:850}.edition-card h3{font-size:25px;margin:7px 0 9px;letter-spacing:-1px}.edition-card p{color:var(--muted);font-size:12px;line-height:1.65;min-height:79px}.edition-card b{display:flex;align-items:center;gap:7px;color:#303238;font-size:11px;margin-top:20px}.edition-card b svg{width:14px;height:14px}.laravel-card .edition-icon{color:#ff424b;background:#fff1f2}.react-card .edition-icon{color:#22a8d6;background:#eefaff}.vue-card .edition-icon{color:#34a878;background:#ecfaf4}.html-card .edition-icon{color:#e95a2c;background:#fff4ee}
.final-cta{background:#f7f7f8;padding:0 0 92px}.final-card{background:linear-gradient(120deg,#111318,#20151a);color:#fff;border-radius:28px;padding:52px 58px;display:flex;align-items:center;justify-content:space-between;gap:30px;position:relative;overflow:hidden}.final-card:after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(207,52,88,.25),transparent 68%);right:-120px;top:-170px}.final-card h2{font-size:44px;position:relative;z-index:1}.final-card .btn{position:relative;z-index:2;flex:0 0 auto}
.footer{background:#0e1014;color:#92959d;border-top:2px solid var(--accent)}.footer-inner{min-height:130px;display:flex;align-items:center;justify-content:space-between;gap:30px;font-size:11px}.footer-brand .brand-main{color:#fff}.footer-brand small{color:#676b74}.footer-inner>a{color:#fff;font-weight:700}
@media (max-width:1050px){.hero-grid{grid-template-columns:1fr;gap:55px}.hero-copy{max-width:820px}.hero-visual{min-height:540px}.hero-shot{height:540px}.edition-grid{grid-template-columns:repeat(2,1fr)}.rtl-card{grid-template-columns:1fr;gap:36px}.rtl-browser .browser-screen{height:450px}}
@media (max-width:780px){.shell{width:min(100% - 30px,var(--shell))}.site-header{height:46px}.top-nav{display:none}.brand-main{font-size:20px}.header-cta{font-size:0;border:1px solid #e5e6e9;border-radius:50%;width:32px;height:32px;justify-content:center}.header-cta svg{width:14px}.hero{padding:62px 0 76px}.hero h1{letter-spacing:-2.2px}.hero-visual{min-height:430px}.hero-shot{height:430px;border-radius:18px}.stats{grid-template-columns:repeat(2,1fr);gap:0}.stats div{border-bottom:1px solid var(--line)}.stats div:nth-child(2){border-right:0}.stats div:nth-child(3),.stats div:nth-child(4){border-bottom:0}.section{padding:78px 0}.section-head,.section-head.centered{align-items:flex-start;flex-direction:column;gap:16px}.demo-grid{grid-template-columns:1fr}.shot{height:430px}.demo-card:hover .shot img{transform:none}.rtl-card{padding:25px}.rtl-browser .browser-screen{height:390px}.edition-grid{grid-template-columns:1fr 1fr}.final-card{padding:40px 28px;flex-direction:column;align-items:flex-start}.final-card h2{font-size:36px}.footer-inner{padding:34px 0;flex-direction:column;justify-content:center;text-align:center}.framework-links{grid-template-columns:repeat(2,1fr)}}
@media (max-width:520px){.hero-tech{gap:11px}.hero h1{font-size:38px}.hero-copy>p{font-size:14px}.hero-visual{min-height:340px}.hero-shot{height:340px;border-radius:16px}.stats{padding:10px}.stats div{min-height:80px;flex-direction:column;gap:4px;text-align:center}.stats span{max-width:130px}.section-head h2,.rtl-copy h2{font-size:37px}.shot{height:360px}.demo-title{gap:12px}.demo-title h3{font-size:21px}.demo-body{padding:18px}.edition-grid{grid-template-columns:1fr}.rtl-browser .browser-screen{height:300px}.final-card h2{font-size:32px}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}.demo-card:hover .shot img{transform:none}}


/* Luxury compact hero + straight RTL preview overrides */
.hero{padding:76px 0 88px}
.eyebrow,.section-kicker{font-size:10px;letter-spacing:1.45px}
.eyebrow span{width:20px}
.hero h1{font-size:clamp(32px,3.2vw,52px);line-height:1.02;letter-spacing:-2.2px;margin:14px 0 18px;max-width:540px;font-weight:800}
.hero-copy>p{max-width:560px;font-size:14px;line-height:1.7;margin:0 0 24px}
.hero-tech{gap:15px;margin-top:24px;font-size:11px}
.rtl-card{grid-template-columns:1.02fr .98fr;gap:44px;padding:40px}
.rtl-preview{display:flex;align-items:center;justify-content:center}
.rtl-browser{transform:none!important;max-width:680px;width:100%;margin:0 auto;border-radius:22px;overflow:hidden;background:#fff;border:1px solid rgba(255,255,255,.08);box-shadow:0 24px 64px rgba(0,0,0,.30)}
.rtl-browser .browser-bar{background:#fff;padding:14px 18px;border-bottom:1px solid #ececef}
.rtl-browser .browser-screen{height:520px;overflow:hidden;background:#fff}
.rtl-browser .browser-screen img{display:block;width:100%;height:100%;object-fit:cover;object-position:top center}
@media (max-width:1050px){.rtl-card{grid-template-columns:1fr;gap:34px}.rtl-browser{max-width:100%}.rtl-browser .browser-screen{height:460px}}
@media (max-width:780px){.hero{padding:58px 0 72px}.hero h1{font-size:clamp(34px,8vw,42px);letter-spacing:-1.8px;max-width:100%}.hero-copy>p{font-size:13px}.rtl-card{padding:26px}.rtl-browser .browser-screen{height:400px}}
@media (max-width:520px){.eyebrow,.section-kicker{font-size:9px;letter-spacing:1.2px}.hero h1{font-size:32px;letter-spacing:-1.5px}.rtl-browser .browser-screen{height:320px}}

.simple-section-title{margin:-18px 0 34px;text-align:center}
.simple-section-title h2{margin:0;font-size:clamp(26px,2.2vw,34px);line-height:1.15;letter-spacing:-1.25px;font-weight:800;color:var(--ink)}
.demos{padding-top:76px}
.closing-title{background:#f7f7f8;padding:28px 0 70px;text-align:center}
.closing-title h2{margin:0;font-size:clamp(24px,2vw,32px);line-height:1.2;letter-spacing:-1.1px;font-weight:800;color:var(--ink)}
@media (max-width:780px){.demos{padding-top:58px}.simple-section-title{margin:-6px 0 28px}.closing-title{padding:22px 0 54px}}


.editions-title{text-align:center;margin:0 auto 42px}
.editions-title h2{margin:0;font-size:clamp(28px,2.6vw,38px);line-height:1.15;letter-spacing:-1.6px;font-weight:800;color:var(--ink)}
@media (max-width:780px){.editions-title{margin-bottom:30px}.editions-title h2{font-size:30px}}
@media (max-width:520px){.editions-title h2{font-size:26px;letter-spacing:-1px}}

/* Hero copy vertical alignment */
@media (min-width:1051px){
  .hero-copy{transform:translateY(-38px)}
}

.hero-visual{
  min-height:0;
  align-items:flex-start;
  justify-content:center;
}
.hero-shot{
  width:min(100%,553px);
  height:auto;
  max-height:none;
  margin-inline:auto;
  overflow:hidden;
}
.hero-shot img{
  display:block;
  width:100%;
  max-width:553px;
  height:auto;
  object-fit:contain;
  object-position:top center;
  transform:none;
}
@media (max-width:1050px){
  .hero-visual{min-height:0}
  .hero-shot{height:auto}
}
@media (max-width:780px){
  .hero-visual{min-height:0}
  .hero-shot{height:auto}
}
@media (max-width:520px){
  .hero-visual{min-height:0}
  .hero-shot{height:auto}
}

/* FINAL — exact user screenshots, no distortion */
.hero-grid{grid-template-columns:.86fr 1.14fr;gap:58px}
.hero-visual{min-height:0;align-items:center;justify-content:center}
.hero-shot{width:100%;height:auto;max-width:none;aspect-ratio:16/9;margin:0;overflow:hidden;border-radius:22px;background:#fff;box-shadow:0 30px 90px rgba(0,0,0,.34)}
.hero-shot img{display:block;width:100%;height:100%;max-width:none;object-fit:contain;object-position:center;transform:none;background:#fff}
.demo-card .shot img{width:100%;height:auto;max-width:none;object-fit:unset;object-position:top center}
.rtl-preview{display:flex;align-items:center;justify-content:center}
.rtl-shot{position:relative;display:block;width:100%;height:520px;overflow:hidden;border-radius:22px;background:#fff;border:1px solid rgba(255,255,255,.08);box-shadow:0 24px 64px rgba(0,0,0,.30)}
.rtl-shot img{display:block;width:100%;height:auto;max-width:none;transform:none;transition:transform 12s cubic-bezier(.2,.7,.25,1)}
.rtl-shot:hover img{transform:translateY(calc(-100% + 520px))}
.rtl-shot-label{position:absolute;top:16px;left:16px;z-index:2;padding:9px 12px;border-radius:999px;background:rgba(15,17,22,.86);color:#fff;font-size:10px;font-weight:800;letter-spacing:.35px;backdrop-filter:blur(10px)}
@media (max-width:1050px){.hero-grid{grid-template-columns:1fr;gap:44px}.hero-shot{max-width:920px;margin-inline:auto}.rtl-shot{height:460px}.rtl-shot:hover img{transform:none}}
@media (max-width:780px){.hero-shot{border-radius:18px}.rtl-shot{height:400px}.rtl-shot:hover img{transform:none}}
@media (max-width:520px){.hero-shot{border-radius:15px}.rtl-shot{height:320px}.rtl-shot-label{top:10px;left:10px;padding:7px 9px;font-size:9px}}
@media (prefers-reduced-motion:reduce){.rtl-shot:hover img{transform:none}}
