
*{margin:0;padding:0;box-sizing:border-box}
:root{
  --fox:#E8520A;
  --navy:#1A1F2E;
  --navy2:#232A3B;
  --cream:#FAF7F2;
  --gold:#C9A84C;
  --light:#F5F0E8;
  --muted:#8B8880;
  --border:rgba(26,31,46,0.08);
    --text-2xl: 24px;
}
body{font-family:'DM Sans',sans-serif;background:var(--cream);color:var(--navy);overflow-x:hidden}

/* LANG SWITCHER */
.lang-bar{background:var(--navy);padding:0 5%;display:flex;align-items:center;justify-content:flex-end;height:36px;gap:4px;flex-wrap:wrap}
.lang-btn{background:none;border:none;font-size:11px;font-weight:400;color:rgba(255,255,255,0.4);cursor:pointer;padding:3px 7px;border-radius:4px;transition:all 0.15s;font-family:'DM Sans',sans-serif;letter-spacing:0.03em}
.lang-btn:hover{color:rgba(255,255,255,0.8)}
.lang-btn.active{color:#fff;background:rgba(255,255,255,0.12)}
.lang-sep{color:rgba(255,255,255,0.15);font-size:10px}

/* NAV */
nav{position:sticky;top:0;left:0;right:0;z-index:100;padding:0 5%;display:flex;align-items:center;justify-content:space-between;height:72px;background:rgba(250,247,242,0.95);backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}
.nav-logo{display:flex;align-items:center;gap:10px}
.nav-logo img{width:36px;height:36px;border-radius:8px}
/* .nav-logo span{font-family:'Cormorant Garamond',serif;font-size:22px;font-weight:600;color:var(--navy);letter-spacing:0.02em} */
.nav-links{display:flex;gap:32px;list-style:none}
.nav-links a{font-size:13px;font-weight:400;color:var(--muted);text-decoration:none;letter-spacing:0.04em;text-transform:uppercase;transition:color 0.2s;cursor:pointer}
.nav-links a:hover{color:var(--navy)}
.nav-cta{display:flex;gap:12px;align-items:center}
.btn-ghost{font-size:13px;font-weight:500;color:var(--navy);background:none;border:1px solid var(--border);padding:8px 20px;border-radius:40px;cursor:pointer;transition:all 0.2s;font-family:'DM Sans',sans-serif}
.btn-ghost:hover{border-color:var(--navy);background:var(--navy);color:var(--cream)}
.btn-primary{font-size:13px;font-weight:500;color:#fff;background:var(--fox);border:none;padding:9px 22px;border-radius:40px;cursor:pointer;transition:all 0.2s;font-family:'DM Sans',sans-serif}
.btn-primary:hover{background:#c94208;transform:translateY(-1px)}

/* HERO */
.hero{min-height:92vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:80px 5% 60px;position:relative;overflow:hidden}
.hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(232,82,10,0.08);border:1px solid rgba(232,82,10,0.15);border-radius:40px;padding:6px 16px;font-size:12px;font-weight:500;color:var(--fox);letter-spacing:0.06em;text-transform:uppercase;margin-bottom:32px}
.hero-badge::before{content:'';width:6px;height:6px;border-radius:50%;background:var(--fox);display:inline-block}
h1{font-family:'Cormorant Garamond',serif;font-size:clamp(48px,7vw,90px);font-weight:300;line-height:1.05;color:var(--navy);letter-spacing:-0.02em;margin-bottom:24px}
h1 em{font-style:italic;color:var(--fox)}
.hero-sub{font-size:clamp(14px,1.8vw,17px);font-weight:300;color:var(--muted);max-width:500px;line-height:1.8;margin-bottom:48px}
.hero-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.btn-lg{font-size:14px;font-weight:500;padding:14px 32px;border-radius:40px;cursor:pointer;transition:all 0.25s;font-family:'DM Sans',sans-serif}
.btn-dark{background:var(--navy);color:var(--cream);border:none}
.btn-dark:hover{background:#0d1017;transform:translateY(-2px)}
.btn-outline{background:transparent;color:var(--navy);border:1px solid rgba(26,31,46,0.2)}
.btn-outline:hover{border-color:var(--navy);background:var(--navy);color:var(--cream);transform:translateY(-2px)}
.hero-note{margin-top:16px;font-size:12px;color:var(--muted)}

/* MOCK */
.hero-visual{margin-top:64px;position:relative;width:100%;max-width:880px}
.mock-window{background:#fff;border:1px solid var(--border);border-radius:16px;overflow:hidden;box-shadow:0 24px 80px rgba(26,31,46,0.1)}
.mock-bar{background:var(--light);border-bottom:1px solid var(--border);padding:12px 20px;display:flex;align-items:center;gap:8px}
.mock-dot{width:10px;height:10px;border-radius:50%}
.mock-bar-title{margin-left:auto;margin-right:auto;font-size:12px;color:var(--muted);letter-spacing:0.04em}
.mock-body{padding:28px;display:grid;grid-template-columns:190px 1fr;gap:20px}
.mock-sidebar{display:flex;flex-direction:column;gap:6px}
.mock-menu-item{padding:7px 12px;border-radius:8px;font-size:12px;color:var(--muted);cursor:pointer;display:flex;align-items:center;gap:8px}
.mock-menu-item.active{background:rgba(232,82,10,0.08);color:var(--fox);font-weight:500}
.mock-menu-dot{width:4px;height:4px;border-radius:50%;background:currentColor;flex-shrink:0}
.mock-content{display:flex;flex-direction:column;gap:14px}
.mock-top-row{display:flex;gap:10px}
.mock-style-card{flex:1;background:var(--light);border:1px solid var(--border);border-radius:10px;padding:12px;cursor:pointer;transition:all 0.2s}
.mock-style-card.sel{background:var(--navy);border-color:var(--navy)}
.mock-style-card.sel .sc-label{color:#fff}
.mock-style-card.sel .sc-sub{color:rgba(255,255,255,0.5)}
.sc-swatch{height:36px;border-radius:6px;margin-bottom:8px}
.sc-label{font-size:11px;font-weight:500;color:var(--navy)}
.sc-sub{font-size:10px;color:var(--muted)}
.mock-prompt-row{background:var(--light);border:1px solid var(--border);border-radius:10px;padding:12px;display:flex;align-items:center;gap:12px}
.mock-prompt-input{flex:1;font-size:12px;color:var(--muted)}
.mock-gen-btn{background:var(--fox);color:#fff;border:none;border-radius:6px;padding:6px 14px;font-size:11px;font-weight:500;cursor:pointer}
.mock-result-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.mock-img-card{background:var(--light);border:1px solid var(--border);border-radius:8px;aspect-ratio:1;overflow:hidden;position:relative}
.mock-img-gradient{width:100%;height:100%}
.mock-img-label{position:absolute;bottom:6px;left:6px;font-size:9px;font-weight:500;color:#fff;background:rgba(26,31,46,0.5);padding:2px 6px;border-radius:4px}

/* STATS */
.stats{padding:72px 5%;display:flex;justify-content:center;gap:0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.stat-item{flex:1;max-width:220px;text-align:center;padding:0 32px;border-right:1px solid var(--border)}
.stat-item:last-child{border-right:none}
.stat-num{font-family:'Cormorant Garamond',serif;font-size:48px;font-weight:300;color:var(--navy);line-height:1}
.stat-num span{color:var(--fox)}
.stat-label{font-size:13px;color:var(--muted);margin-top:8px;font-weight:300}

/* SECTIONS */
.section{padding:96px 5%}
.section-label{font-size:11px;letter-spacing:0.1em;text-transform:uppercase;color:var(--fox);font-weight:500;margin-bottom:16px}
.section-title{font-family:'Cormorant Garamond',serif;font-size:clamp(34px,5vw,58px);font-weight:300;line-height:1.1;color:var(--navy);margin-bottom:16px}
.section-sub{font-size:15px;color:var(--muted);font-weight:300;line-height:1.8;max-width:460px}

/* STEPS */
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--border);border:1px solid var(--border);border-radius:16px;overflow:hidden;margin-top:52px}
.step-card{background:var(--cream);padding:32px 26px;transition:background 0.2s}
.step-card:hover{background:var(--light)}
.step-num{font-family:'Cormorant Garamond',serif;font-size:52px;font-weight:300;color:var(--border);line-height:1;margin-bottom:16px}
.step-icon{width:40px;height:40px;border-radius:10px;background:rgba(232,82,10,0.08);display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.step-icon svg{width:20px;height:20px;stroke:var(--fox);fill:none;stroke-width:1.5}
.step-title{font-size:15px;font-weight:500;color:var(--navy);margin-bottom:8px}
.step-desc{font-size:13px;color:var(--muted);line-height:1.7;font-weight:300}

/* FEATURES */
.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:52px}
.feat-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:30px;transition:all 0.25s}
.feat-card:hover{border-color:rgba(232,82,10,0.2);transform:translateY(-4px);box-shadow:0 16px 48px rgba(26,31,46,0.07)}
.feat-card.featured{background:var(--navy);border-color:var(--navy)}
.feat-tag{display:inline-block;font-size:10px;font-weight:500;letter-spacing:0.08em;text-transform:uppercase;padding:4px 10px;border-radius:40px;background:rgba(232,82,10,0.08);color:var(--fox);margin-bottom:18px}
.feat-card.featured .feat-tag{background:rgba(232,82,10,0.2);color:#ff8c5a}
.feat-icon{width:44px;height:44px;border-radius:12px;background:var(--light);display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.feat-card.featured .feat-icon{background:rgba(255,255,255,0.08)}
.feat-icon svg{width:22px;height:22px;stroke:var(--fox);fill:none;stroke-width:1.5}
.feat-title{font-size:17px;font-weight:500;color:var(--navy);margin-bottom:10px;line-height:1.3}
.feat-card.featured .feat-title{color:#fff}
.feat-desc{font-size:13px;color:var(--muted);line-height:1.7;font-weight:300}
.feat-card.featured .feat-desc{color:rgba(255,255,255,0.5)}
.feat-list{margin-top:16px;display:flex;flex-direction:column;gap:6px}
.feat-item{font-size:12px;color:var(--muted);display:flex;gap:8px;align-items:center}
.feat-card.featured .feat-item{color:rgba(255,255,255,0.5)}
.feat-check{width:16px;height:16px;border-radius:50%;background:rgba(232,82,10,0.1);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.feat-check svg{width:10px;height:10px;stroke:var(--fox);fill:none;stroke-width:2}

/* TYPES */
.types-section{background:var(--navy);padding:96px 5%}
.types-section .section-label{color:#ff8c5a}
.types-section .section-title{color:#fff}
.types-section .section-sub{color:rgba(255,255,255,0.4)}
.types-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:44px}
.type-pill{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:12px;padding:18px 14px;text-align:center;cursor:pointer;transition:all 0.2s}
.type-pill:hover{background:rgba(232,82,10,0.15);border-color:rgba(232,82,10,0.3)}
.type-icon{font-size:22px;margin-bottom:6px}
.type-name{font-size:11px;color:rgba(255,255,255,0.55);font-weight:400;line-height:1.4}

/* PRICING */
.pricing-wrap{background:var(--light);padding:96px 5%}
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:52px;max-width:860px}
.price-card{background:#fff;border:1px solid var(--border);border-radius:20px;padding:34px 30px;position:relative;transition:all 0.25s}
.price-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px rgba(26,31,46,0.08)}
.price-card.popular{background:var(--navy);border-color:var(--navy)}
.popular-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--fox);color:#fff;font-size:10px;font-weight:500;letter-spacing:0.06em;text-transform:uppercase;padding:5px 14px;border-radius:40px;white-space:nowrap}
.price-tier{font-size:12px;font-weight:500;letter-spacing:0.1em;text-transform:uppercase;color:var(--muted);margin-bottom:12px}
.price-card.popular .price-tier{color:rgba(255,255,255,0.4)}
.price-amount{font-family:'Cormorant Garamond',serif;font-size:50px;font-weight:300;color:var(--navy);line-height:1;margin-bottom:4px}
.price-card.popular .price-amount{color:#fff}
.price-amount sup{font-family:'DM Sans',sans-serif;font-size:17px;font-weight:400;vertical-align:top;margin-top:11px;display:inline-block}
.price-period{font-size:12px;color:var(--muted);margin-bottom:26px;font-weight:300}
.price-card.popular .price-period{color:rgba(255,255,255,0.4)}
.price-divider{height:1px;background:var(--border);margin-bottom:22px}
.price-card.popular .price-divider{background:rgba(255,255,255,0.1)}
.price-features{display:flex;flex-direction:column;gap:10px;margin-bottom:28px}
.price-feat{font-size:13px;color:var(--muted);display:flex;gap:10px;align-items:flex-start;line-height:1.5}
.price-card.popular .price-feat{color:rgba(255,255,255,0.6)}
.pf-check{flex-shrink:0;margin-top:2px;color:var(--fox)}
.btn-price{width:100%;padding:13px;border-radius:40px;font-size:13px;font-weight:500;cursor:pointer;transition:all 0.2s;font-family:'DM Sans',sans-serif;border:1px solid var(--border)}
.btn-price:hover{transform:translateY(-1px)}
.btn-price-outline{background:transparent;color:var(--navy)}
.btn-price-outline:hover{background:var(--navy);color:var(--cream)}
.btn-price-fox{background:var(--fox);color:#fff;border-color:var(--fox)}
.btn-price-fox:hover{background:#c94208}

/* TESTIMONIALS */
.testimonials{padding:96px 5%}
.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:52px}
.testi-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:30px}
.testi-stars{display:flex;gap:3px;margin-bottom:14px;color:var(--gold);font-size:13px}
.testi-text{font-family:'Cormorant Garamond',serif;font-size:17px;font-weight:300;font-style:italic;color:var(--navy);line-height:1.6;margin-bottom:18px}
.testi-author{display:flex;align-items:center;gap:12px}
.testi-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:500;color:#fff;flex-shrink:0}
.testi-name{font-size:13px;font-weight:500;color:var(--navy)}
.testi-role{font-size:11px;color:var(--muted)}

/* CTA */
.cta-section{padding:120px 5%;text-align:center}
.cta-inner{max-width:580px;margin:0 auto}
.cta-title{font-family:'Cormorant Garamond',serif;font-size:clamp(38px,6vw,68px);font-weight:300;color:var(--navy);line-height:1.1;margin-bottom:20px}
.cta-title em{font-style:italic;color:var(--fox)}
.cta-sub{font-size:15px;color:var(--muted);line-height:1.8;margin-bottom:40px;font-weight:300}
.cta-btns{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}

/* FOOTER */
footer{background:var(--navy);padding:56px 5% 36px;color:rgba(255,255,255,0.4)}
.footer-top{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;margin-bottom:44px;padding-bottom:44px;border-bottom:1px solid rgba(255,255,255,0.08)}
.footer-brand{display:flex;align-items:center;gap:10px;margin-bottom:10px}
.footer-brand img{width:30px;height:30px;border-radius:7px}
.footer-brand span{font-family:'Cormorant Garamond',serif;font-size:20px;font-weight:600;color:#fff}
.footer-tagline{font-size:13px;color:rgba(255,255,255,0.3);max-width:210px;line-height:1.6}
.footer-links{display:flex;gap:56px}
.footer-col h4{font-size:11px;font-weight:500;letter-spacing:0.08em;text-transform:uppercase;color:rgba(255,255,255,0.55);margin-bottom:14px}
.footer-col a{display:block;font-size:13px;color:rgba(255,255,255,0.3);text-decoration:none;margin-bottom:9px;transition:color 0.2s;cursor:pointer}
.footer-col a:hover{color:#fff}
.footer-bottom{display:flex;justify-content:space-between;font-size:12px}

@keyframes fadeUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.hero-badge{animation:fadeUp 0.5s ease both}
h1{animation:fadeUp 0.5s 0.08s ease both}
.hero-sub{animation:fadeUp 0.5s 0.16s ease both}
.hero-actions{animation:fadeUp 0.5s 0.22s ease both}
.hero-note{animation:fadeUp 0.5s 0.27s ease both}
.hero-visual{animation:fadeUp 0.7s 0.34s ease both}

/* Logo */
.logo {
  display: flex;
  align-items: center;
  gap: 2px;
  text-decoration: none;
  flex-shrink: 0;
}
.logo-x {
  font-size: var(--text-2xl);
  font-weight: 700;
  color: var(--navy);
  letter-spacing: -1px;
  transition: color var(--dur-base);
}
.logo-n {
  font-size: var(--text-2xl);
  font-weight: 700;
  color: var(--fox);
  letter-spacing: -1px;
}

/* =============================================
   PXFOX — Main Stylesheet
   ============================================= */

/* --- Google Fonts --- */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;1,9..40,300&display=swap');

/* --- CSS Variables --- */
:root {
  --fox: #E8520A;
  --fox-dark: #c94208;
  --navy: #1A1F2E;
  --navy2: #232A3B;
  --cream: #FAF7F2;
  --gold: #C9A84C;
  --light: #F5F0E8;
  --muted: #8B8880;
  --border: rgba(26, 31, 46, 0.08);
  --border-strong: rgba(26, 31, 46, 0.15);
  --shadow-sm: 0 4px 16px rgba(26, 31, 46, 0.06);
  --shadow-md: 0 12px 40px rgba(26, 31, 46, 0.10);
  --shadow-lg: 0 24px 80px rgba(26, 31, 46, 0.12);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 20px;
  --radius-full: 999px;
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'DM Sans', system-ui, sans-serif;
  --transition: 0.22s ease;
  --transition-slow: 0.4s ease;
}

/* --- Reset --- */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-sans);
  background: var(--cream);
  color: var(--navy);
  overflow-x: hidden;
  line-height: 1.6;
}

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
button { cursor: pointer; font-family: var(--font-sans); }
ul { list-style: none; }

/* =============================================
   LANG BAR
   ============================================= */
.lang-bar {
  background: var(--navy);
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 2px;
  min-height: 38px;
  position: sticky;
  top: 0;
  z-index: 200;
}

.lang-btn {
  background: none;
  border: none;
  font-size: 11px;
  font-weight: 400;
  color: rgba(255,255,255,0.4);
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 5px;
  transition: all var(--transition);
  letter-spacing: 0.03em;
  line-height: 1;
  white-space: nowrap;
}
.lang-btn:hover { color: rgba(255,255,255,0.85); background: rgba(255,255,255,0.07); }
.lang-btn.active { color: #fff; background: rgba(255,255,255,0.12); font-weight: 500; }

.lang-sep {
  color: rgba(255,255,255,0.15);
  font-size: 10px;
  user-select: none;
}

/* =============================================
   NAVIGATION
   ============================================= */
.nav {
  position: sticky;
  top: 38px;
  z-index: 100;
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  background: rgba(250, 247, 242, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  transition: box-shadow var(--transition);
}
.nav.scrolled { box-shadow: var(--shadow-sm); }

.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.nav-logo img {
  width: 34px;
  height: 34px;
  border-radius: var(--radius-sm);
}
.nav-logo-text {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: 0.02em;
}

.nav-links {
  display: flex;
  gap: 28px;
}
.nav-links a {
  font-size: 12.5px;
  font-weight: 400;
  color: var(--muted);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: color var(--transition);
  cursor: pointer;
}
.nav-links a:hover { color: var(--navy); }

.nav-cta {
  display: flex;
  gap: 10px;
  align-items: center;
}

.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  padding: 6px;
  cursor: pointer;
}
.nav-hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--navy);
  border-radius: 2px;
  transition: all var(--transition);
}

/* Mobile nav overlay */
.nav-mobile {
  display: none;
  position: fixed;
  inset: 0;
  background: var(--cream);
  z-index: 300;
  flex-direction: column;
  padding: 24px 5%;
  gap: 0;
  overflow-y: auto;
}
.nav-mobile.open { display: flex; }
.nav-mobile-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.nav-mobile-close {
  background: none;
  border: none;
  font-size: 28px;
  color: var(--navy);
  line-height: 1;
}
.nav-mobile-links {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 32px;
}
.nav-mobile-links a {
  display: block;
  font-size: 28px;
  font-family: var(--font-serif);
  font-weight: 300;
  color: var(--navy);
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
  transition: color var(--transition);
  cursor: pointer;
}
.nav-mobile-links a:hover { color: var(--fox); }
.nav-mobile-cta {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
}

/* =============================================
   BUTTONS
   ============================================= */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: var(--radius-full);
  font-family: var(--font-sans);
  font-weight: 500;
  transition: all var(--transition);
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.btn-sm { font-size: 13px; padding: 8px 20px; }
.btn-md { font-size: 14px; padding: 12px 28px; }
.btn-lg { font-size: 15px; padding: 14px 36px; }
.btn-full { width: 100%; justify-content: center; }

.btn-ghost {
  font-size: 13px;
  padding: 8px 20px;
  color: var(--navy);
  background: none;
  border-color: var(--border-strong);
}
.btn-ghost:hover {
  border-color: var(--navy);
  background: var(--navy);
  color: var(--cream);
  transform: translateY(-1px);
}

.btn-primary {
  font-size: 13px;
  padding: 9px 22px;
  color: #fff;
  background: var(--fox);
  border-color: var(--fox);
}
.btn-primary:hover {
  background: var(--fox-dark);
  border-color: var(--fox-dark);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(232,82,10,0.25);
}

.btn-dark {
  color: var(--cream);
  background: var(--navy);
  border-color: var(--navy);
}
.btn-dark:hover {
  background: #0d1017;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(26,31,46,0.2);
}

.btn-outline {
  color: var(--navy);
  background: transparent;
  border-color: rgba(26,31,46,0.2);
}
.btn-outline:hover {
  border-color: var(--navy);
  background: var(--navy);
  color: var(--cream);
  transform: translateY(-2px);
}

.btn-fox {
  color: #fff;
  background: var(--fox);
  border-color: var(--fox);
}
.btn-fox:hover {
  background: var(--fox-dark);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(232,82,10,0.3);
}

/* =============================================
   SECTION PRIMITIVES
   ============================================= */
.section { padding: 96px 5%; }
.section-label {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fox);
  font-weight: 500;
  margin-bottom: 14px;
  display: block;
}
.section-title {
  font-family: var(--font-serif);
  font-size: clamp(32px, 4.5vw, 58px);
  font-weight: 300;
  line-height: 1.08;
  color: var(--navy);
  margin-bottom: 14px;
}
.section-sub {
  font-size: 15px;
  color: var(--muted);
  font-weight: 300;
  line-height: 1.8;
  max-width: 460px;
}

/* =============================================
   HERO
   ============================================= */
.hero {
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 72px 5% 60px;
  overflow: hidden;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(232,82,10,0.07);
  border: 1px solid rgba(232,82,10,0.18);
  border-radius: var(--radius-full);
  padding: 6px 16px;
  font-size: 11.5px;
  font-weight: 500;
  color: var(--fox);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: 30px;
  animation: fadeUp 0.5s ease both;
}
.hero-badge::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--fox);
}

.hero h1 {
  font-family: var(--font-serif);
  font-size: clamp(44px, 7vw, 88px);
  font-weight: 300;
  line-height: 1.04;
  color: var(--navy);
  letter-spacing: -0.02em;
  margin-bottom: 22px;
  animation: fadeUp 0.5s 0.08s ease both;
}
.hero h1 em { font-style: italic; color: var(--fox); }

.hero-sub {
  font-size: clamp(14px, 1.8vw, 17px);
  font-weight: 300;
  color: var(--muted);
  max-width: 500px;
  line-height: 1.8;
  margin-bottom: 44px;
  animation: fadeUp 0.5s 0.15s ease both;
}

.hero-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  animation: fadeUp 0.5s 0.22s ease both;
}

.hero-note {
  margin-top: 14px;
  font-size: 12px;
  color: var(--muted);
  animation: fadeUp 0.5s 0.28s ease both;
}

/* --- Mock Window --- */
.hero-visual {
  margin-top: 60px;
  width: 100%;
  max-width: 880px;
  animation: fadeUp 0.7s 0.36s ease both;
}

.mock-window {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.mock-bar {
  background: var(--light);
  border-bottom: 1px solid var(--border);
  padding: 11px 18px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.mock-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.mock-bar-title {
  margin: 0 auto;
  font-size: 11.5px;
  color: var(--muted);
  letter-spacing: 0.04em;
}
.mock-body {
  padding: 26px;
  display: grid;
  grid-template-columns: 185px 1fr;
  gap: 20px;
}
.mock-sidebar {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.mock-sidebar-label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 0 11px;
  margin-bottom: 3px;
  margin-top: 4px;
}
.mock-menu-item {
  padding: 7px 11px;
  border-radius: var(--radius-sm);
  font-size: 12px;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 7px;
  transition: background var(--transition);
  cursor: pointer;
}
.mock-menu-item:hover { background: rgba(26,31,46,0.04); }
.mock-menu-item.active { background: rgba(232,82,10,0.08); color: var(--fox); font-weight: 500; }
.mock-menu-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  flex-shrink: 0;
}
.mock-divider { height: 1px; background: var(--border); margin: 6px 0; }
.mock-content { display: flex; flex-direction: column; gap: 13px; }
.mock-top-row { display: flex; gap: 9px; }
.mock-style-card {
  flex: 1;
  background: var(--light);
  border: 1.5px solid var(--border);
  border-radius: 9px;
  padding: 11px;
  cursor: pointer;
  transition: all var(--transition);
}
.mock-style-card:hover { border-color: rgba(232,82,10,0.25); }
.mock-style-card.sel { background: var(--navy); border-color: var(--navy); }
.mock-style-card.sel .sc-label { color: #fff; }
.mock-style-card.sel .sc-sub { color: rgba(255,255,255,0.45); }
.sc-swatch { height: 34px; border-radius: 5px; margin-bottom: 7px; }
.sc-label { font-size: 11px; font-weight: 500; color: var(--navy); }
.sc-sub { font-size: 10px; color: var(--muted); margin-top: 2px; }
.mock-prompt-row {
  background: var(--light);
  border: 1px solid var(--border);
  border-radius: 9px;
  padding: 11px 13px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.mock-prompt-input { flex: 1; font-size: 12px; color: var(--muted); }
.mock-gen-btn {
  background: var(--fox);
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 5px 12px;
  font-size: 11px;
  font-weight: 500;
}
.mock-output-label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--muted);
}
.mock-result-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.mock-img-card {
  background: var(--light);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  aspect-ratio: 1;
  overflow: hidden;
  position: relative;
}
.mock-img-gradient { width: 100%; height: 100%; }
.mock-img-label {
  position: absolute;
  bottom: 6px;
  left: 6px;
  font-size: 9px;
  font-weight: 500;
  color: #fff;
  background: rgba(26,31,46,0.52);
  padding: 2px 6px;
  border-radius: 3px;
  backdrop-filter: blur(4px);
}

/* =============================================
   STATS
   ============================================= */
.stats {
  padding: 68px 5%;
  display: flex;
  justify-content: center;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.stat-item {
  flex: 1;
  max-width: 220px;
  text-align: center;
  padding: 0 28px;
  border-right: 1px solid var(--border);
}
.stat-item:last-child { border-right: none; }
.stat-num {
  font-family: var(--font-serif);
  font-size: 46px;
  font-weight: 300;
  color: var(--navy);
  line-height: 1;
}
.stat-num span { color: var(--fox); }
.stat-label { font-size: 13px; color: var(--muted); margin-top: 8px; font-weight: 300; }

/* =============================================
   HOW IT WORKS
   ============================================= */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-top: 50px;
}
.step-card {
  background: var(--cream);
  padding: 32px 26px;
  transition: background var(--transition);
}
.step-card:hover { background: var(--light); }
.step-num {
  font-family: var(--font-serif);
  font-size: 50px;
  font-weight: 300;
  color: rgba(26,31,46,0.08);
  line-height: 1;
  margin-bottom: 14px;
}
.step-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(232,82,10,0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
}
.step-icon svg { width: 20px; height: 20px; stroke: var(--fox); fill: none; stroke-width: 1.5; }
.step-title { font-size: 15px; font-weight: 500; color: var(--navy); margin-bottom: 7px; }
.step-desc { font-size: 13px; color: var(--muted); line-height: 1.7; font-weight: 300; }

/* =============================================
   IMAGE TYPES
   ============================================= */
.types-section {
  background: var(--navy);
  padding: 96px 5%;
}
.types-section .section-label { color: #ff8c5a; }
.types-section .section-title { color: #fff; }
.types-section .section-sub { color: rgba(255,255,255,0.38); }

.types-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 44px;
}
.type-pill {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: var(--radius-md);
  padding: 18px 12px;
  text-align: center;
  cursor: pointer;
  transition: all var(--transition);
}
.type-pill:hover {
  background: rgba(232,82,10,0.15);
  border-color: rgba(232,82,10,0.3);
  transform: translateY(-2px);
}
.type-icon { font-size: 22px; margin-bottom: 7px; }
.type-name { font-size: 11px; color: rgba(255,255,255,0.52); font-weight: 400; line-height: 1.4; }

/* =============================================
   FEATURES
   ============================================= */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 50px;
}
.feat-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 30px;
  transition: all var(--transition);
}
.feat-card:hover {
  border-color: rgba(232,82,10,0.2);
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.feat-card.featured { background: var(--navy); border-color: var(--navy); }
.feat-card.featured:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(26,31,46,0.15); }

.feat-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: var(--radius-full);
  background: rgba(232,82,10,0.08);
  color: var(--fox);
  margin-bottom: 18px;
}
.feat-card.featured .feat-tag { background: rgba(232,82,10,0.2); color: #ff8c5a; }

.feat-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--light);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 17px;
}
.feat-card.featured .feat-icon { background: rgba(255,255,255,0.08); }
.feat-icon svg { width: 22px; height: 22px; stroke: var(--fox); fill: none; stroke-width: 1.5; }

.feat-title { font-size: 17px; font-weight: 500; color: var(--navy); margin-bottom: 9px; line-height: 1.3; }
.feat-card.featured .feat-title { color: #fff; }
.feat-desc { font-size: 13px; color: var(--muted); line-height: 1.7; font-weight: 300; }
.feat-card.featured .feat-desc { color: rgba(255,255,255,0.45); }

.feat-list { margin-top: 16px; display: flex; flex-direction: column; gap: 7px; }
.feat-item { font-size: 12.5px; color: var(--muted); display: flex; gap: 8px; align-items: center; }
.feat-card.featured .feat-item { color: rgba(255,255,255,0.45); }
.feat-check {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(232,82,10,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.feat-check svg { width: 10px; height: 10px; stroke: var(--fox); fill: none; stroke-width: 2; }

/* =============================================
   PRICING
   ============================================= */
.pricing-wrap { background: var(--light); padding: 96px 5%; }

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 50px;
  max-width: 860px;
}

.price-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 34px 30px;
  position: relative;
  transition: all var(--transition);
}
.price-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.price-card.popular { background: var(--navy); border-color: var(--navy); }
.price-card.popular:hover { box-shadow: 0 16px 48px rgba(26,31,46,0.18); }

.popular-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--fox);
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 5px 15px;
  border-radius: var(--radius-full);
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(232,82,10,0.3);
}

.price-tier {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 11px;
}
.price-card.popular .price-tier { color: rgba(255,255,255,0.38); }

.price-amount {
  font-family: var(--font-serif);
  font-size: 50px;
  font-weight: 300;
  color: var(--navy);
  line-height: 1;
  margin-bottom: 4px;
}
.price-card.popular .price-amount { color: #fff; }
.price-amount sup {
  font-family: var(--font-sans);
  font-size: 17px;
  font-weight: 400;
  vertical-align: top;
  margin-top: 11px;
  display: inline-block;
}

.price-period { font-size: 12px; color: var(--muted); margin-bottom: 24px; font-weight: 300; }
.price-card.popular .price-period { color: rgba(255,255,255,0.38); }

.price-divider { height: 1px; background: var(--border); margin-bottom: 22px; }
.price-card.popular .price-divider { background: rgba(255,255,255,0.1); }

.price-features { display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.price-feat { font-size: 13px; color: var(--muted); display: flex; gap: 9px; align-items: flex-start; line-height: 1.5; }
.price-card.popular .price-feat { color: rgba(255,255,255,0.55); }
.pf-check { flex-shrink: 0; margin-top: 2px; color: var(--fox); }
.pf-x { flex-shrink: 0; margin-top: 2px; color: var(--muted); opacity: 0.4; }

.btn-price {
  width: 100%;
  padding: 13px;
  border-radius: var(--radius-full);
  font-size: 13px;
  font-weight: 500;
  transition: all var(--transition);
  border: 1px solid var(--border);
}
.btn-price-outline { background: transparent; color: var(--navy); }
.btn-price-outline:hover { background: var(--navy); color: var(--cream); border-color: var(--navy); transform: translateY(-1px); }
.btn-price-fox { background: var(--fox); color: #fff; border-color: var(--fox); }
.btn-price-fox:hover { background: var(--fox-dark); transform: translateY(-1px); box-shadow: 0 6px 18px rgba(232,82,10,0.3); }

/* =============================================
   TESTIMONIALS
   ============================================= */
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 50px;
}
.testi-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 30px;
  transition: all var(--transition);
}
.testi-card:hover { box-shadow: var(--shadow-sm); transform: translateY(-2px); }
.testi-stars { display: flex; gap: 3px; margin-bottom: 13px; color: var(--gold); font-size: 13px; }
.testi-text {
  font-family: var(--font-serif);
  font-size: 17px;
  font-weight: 300;
  font-style: italic;
  color: var(--navy);
  line-height: 1.6;
  margin-bottom: 18px;
}
.testi-author { display: flex; align-items: center; gap: 11px; }
.testi-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  flex-shrink: 0;
}
.testi-name { font-size: 13px; font-weight: 500; color: var(--navy); }
.testi-role { font-size: 11px; color: var(--muted); margin-top: 2px; }

/* =============================================
   CTA SECTION
   ============================================= */
.cta-section { padding: 120px 5%; text-align: center; }
.cta-inner { max-width: 580px; margin: 0 auto; }
.cta-title {
  font-family: var(--font-serif);
  font-size: clamp(38px, 6vw, 68px);
  font-weight: 300;
  color: var(--navy);
  line-height: 1.08;
  margin-bottom: 18px;
}
.cta-title em { font-style: italic; color: var(--fox); }
.cta-sub { font-size: 15px; color: var(--muted); line-height: 1.8; margin-bottom: 38px; font-weight: 300; }
.cta-btns { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }

/* =============================================
   FOOTER
   ============================================= */
footer {
  background: var(--navy);
  padding: 60px 5% 36px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 44px;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-brand { display: flex; align-items: center; gap: 9px; margin-bottom: 10px; }
.footer-brand img { width: 30px; height: 30px; border-radius: 7px; }
.footer-brand span {
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.footer-tagline { font-size: 13px; color: rgba(255,255,255,0.28); max-width: 210px; line-height: 1.6; }
.footer-links { display: flex; gap: 52px; }
.footer-col h4 {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin-bottom: 14px;
}
.footer-col a {
  display: block;
  font-size: 13px;
  color: rgba(255,255,255,0.28);
  margin-bottom: 9px;
  transition: color var(--transition);
}
.footer-col a:hover { color: #fff; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: rgba(255,255,255,0.25);
}

/* =============================================
   ANIMATIONS
   ============================================= */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* =============================================
   RTL SUPPORT
   ============================================= */
[dir="rtl"] .nav-logo { flex-direction: row-reverse; }
[dir="rtl"] .hero-badge { flex-direction: row-reverse; }
[dir="rtl"] .feat-item { flex-direction: row-reverse; }
[dir="rtl"] .price-feat { flex-direction: row-reverse; }
[dir="rtl"] .testi-author { flex-direction: row-reverse; }
[dir="rtl"] .footer-top { flex-direction: row-reverse; }
[dir="rtl"] .footer-links { flex-direction: row-reverse; }
[dir="rtl"] .section-sub { margin-right: 0; margin-left: auto; }

/* =============================================
   MOBILE RESPONSIVE
   ============================================= */
@media (max-width: 1024px) {
  .nav-links { gap: 20px; }
  .types-grid { grid-template-columns: repeat(4, 1fr); }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .lang-bar { justify-content: flex-start; gap: 1px; padding: 4px 4%; }
  .lang-sep { display: none; }
  .lang-btn { font-size: 10.5px; padding: 3px 6px; }

  .nav-links { display: none; }
  .nav-cta { display: none; }
  .nav-hamburger { display: flex; }
  .nav { height: 60px; top: 34px; }

  .hero { min-height: auto; padding: 56px 5% 48px; }
  .hero-visual { display: none; }

  .stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    background: var(--border);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    padding: 0;
    margin: 0 5%;
  }
  .stat-item {
    max-width: none;
    padding: 24px 20px;
    background: var(--cream);
    border-right: none;
  }
  .stat-item:nth-child(odd) { border-right: 1px solid var(--border); }
  .stat-item:nth-child(1),
  .stat-item:nth-child(2) { border-bottom: 1px solid var(--border); }

  .section { padding: 64px 5%; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card { padding: 26px 22px; }

  .types-grid { grid-template-columns: repeat(3, 1fr); gap: 8px; }

  .features-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 400px; }
  .testi-grid { grid-template-columns: 1fr; }

  .footer-top { flex-direction: column; gap: 28px; }
  .footer-links { flex-wrap: wrap; gap: 28px; }
  .footer-bottom { flex-direction: column; gap: 8px; }

  .mock-body { grid-template-columns: 1fr; }
  .mock-sidebar { display: none; }

  .cta-section { padding: 80px 5%; }
}

@media (max-width: 480px) {
  .lang-bar { padding: 4px 3%; }
  .section { padding: 52px 4%; }
  .types-grid { grid-template-columns: repeat(3, 1fr); }
  .pricing-grid { max-width: 100%; }
  .hero-actions { flex-direction: column; align-items: center; }
  .btn-lg { width: 100%; max-width: 300px; justify-content: center; }
}