/*
Theme Name: AppOven
Theme URI: https://appoven.com
Author: AppSalon
Author URI: https://appsalon.com.au
Description: Custom theme for the AppOven website — homepage, legal pages, and contact. Version 3.
Version: 3.0.0
License: Proprietary
Text Domain: appoven
*/

/* ============================================
   RESET & VARIABLES
   ============================================ */
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
:root{
  --white:#fff;
  --bg:#FFF9F2;
  --bg-warm:#faf5ef;
  --bg-cream:#f8f3ec;
  --bg-mint:#f2f8f5;
  --bg-peach:#fef5f0;
  --beige:#f0e6da;
  --beige-light:#f5ede4;
  --text-dark:#2C2520;
  --text-brown:#2C2520;
  --text-body:#4C443C;
  --text-muted:#9a8578;
  --text-light:#bfb0a4;
  --orange:#FF4721;
  --orange-light:#ff9a4e;
  --orange-grad:linear-gradient(135deg,#ff9a4e,#f97316);
  --green:#3dae6f;
  --green-bg:#e8f5ee;
  --green-soft:#d4edda;
  --btn-border:#2C2520;
  --btn-shadow:#2C2520;
  --radius-sm:12px;
  --radius-md:20px;
  --radius-lg:28px;
  --radius-pill:999px;
  --radius-btn:10px;
  --shadow-soft:0 2px 16px rgba(125,64,56,.06);
  --shadow-btn:0 7px 0 0 var(--btn-shadow);
  --font:'Onest',system-ui,sans-serif;
}
html{scroll-behavior:smooth}
body{font-family:var(--font);font-size:14px;color:var(--text-body);background:var(--bg);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}
ul{list-style:none}

/* ============================================
   BUTTONS
   ============================================ */
.btn{
  display:inline-flex;align-items:center;
  font-family:var(--font);font-weight:500;font-size:.95rem;
  border:none;cursor:pointer;transition:all .15s ease;
  white-space:nowrap;
}
.btn-primary{
  background:#fff;color:var(--btn-border);
  padding:15px 25px 15px 21px;border-radius:var(--radius-btn);
  border:1px solid var(--btn-border);
  box-shadow:var(--shadow-btn);
  gap:0;
}
.btn-primary:hover{
  box-shadow:0 4px 0 0 var(--btn-shadow);
  transform:translateY(3px);
}
.btn-primary:active{
  box-shadow:0 1px 0 0 var(--btn-shadow);
  transform:translateY(6px);
}
.btn-icon-wrap{
  display:inline-flex;align-items:center;gap:12px;
  margin-right:12px;
}
.btn-arrow-img{
  width:8px;height:14px;
  flex-shrink:0;
}
.btn-sep-img{
  width:1px;height:24px;
  background:#EAEAEA;
  flex-shrink:0;
}
.btn-nav{
  background:#fff;color:var(--btn-border);
  padding:10px 20px 10px 16px;border-radius:var(--radius-btn);
  font-size:.88rem;font-weight:500;
  border:1px solid var(--btn-border);
  box-shadow:0 5px 0 0 var(--btn-shadow);
  gap:0;
}
.btn-nav:hover{
  box-shadow:0 3px 0 0 var(--btn-shadow);
  transform:translateY(2px);
}
.btn-nav .btn-icon-wrap{
  gap:10px;margin-right:10px;
}
.btn-nav .btn-arrow-img{width:7px;height:12px}
.btn-nav .btn-sep-img{height:20px}
.btn-text{
  color:var(--text-body);font-weight:600;font-size:.92rem;
  padding:10px 0;
}
.btn-text:hover{color:var(--orange)}
.btn-full{width:100%;justify-content:center}

/* ============================================
   PILL LABEL
   ============================================ */
.pill-label{
  display:inline-flex;height:41px;align-items:center;justify-content:center;gap:10px;
  background:#fff;color:#2C2520;
  padding:12px 24px 11px 24px;border-radius:144px;
  font-size:12px;font-weight:600;line-height:150%;
  text-align:center;
  margin-bottom:16px;
}

/* ============================================
   SECTION TITLES
   ============================================ */
.section-title{
  font-size:2.6rem;font-weight:600;color:var(--text-dark);
  line-height:1.15;letter-spacing:-.02em;margin-bottom:14px;
}
.section-subtitle{
  font-size:18px;color:var(--text-body);
  line-height:1.65;font-weight:400;max-width:580px;
}

/* ============================================
   ANIMATIONS
   ============================================ */
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
@keyframes floatSlow{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}
.fade-in{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}
.fade-in.visible{opacity:1;transform:translateY(0)}

/* ============================================
   NAVBAR
   ============================================ */
.navbar{
  position:fixed;top:0;left:0;right:0;z-index:100;
  padding:19px 0;
  background:transparent;
}
.navbar-inner{
  max-width:1240px;margin:0 auto;padding:0 40px;
  display:flex;align-items:center;justify-content:space-between;
}
.navbar-pill{
  display:inline-flex;align-items:center;
  background:#fff;
  border-radius:16px;
  height:61px;
  padding:0 16px;
  gap:14px;
}
.navbar-brand{display:flex;align-items:center;gap:10px}
.logo-icon{
  width:30px;height:30px;border-radius:7px;
  background:linear-gradient(180deg,#FFD9B5,#ED9644);
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0;
}
.logo-flame{width:10px;height:16px}
.logo-text{font-size:24px;font-weight:600;color:#2C2520;line-height:1}
.navbar-sep{width:1px;height:30px;background:#E9E4E4;flex-shrink:0}
.navbar-links{display:flex;gap:28px;flex:1}
.nav-link{font-size:14px;font-weight:500;color:#4C443C;transition:color .2s;line-height:1.5}
.nav-link:hover{color:var(--orange)}

/* ============================================
   HERO
   ============================================ */
.hero{
  padding:140px 0 80px;position:relative;overflow:visible;
  background:var(--bg);
}
.hero-blob{
  position:absolute;top:-50px;left:0;
  width:100%;
  pointer-events:none;z-index:0;
}
.hero-blob-img{width:100%}
.hero-inner{
  max-width:1240px;margin:0 auto;padding:0 40px;
  position:relative;z-index:1;
}
.hero-title{
  font-size:clamp(2.8rem, 5.2vw, 4.5rem);font-weight:600;color:#2C2520;
  line-height:1;letter-spacing:0;margin-bottom:12px;
}
.hero-split{
  display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;
}
.hero-content{max-width:480px}
.hero-subtitle{
  font-size:20px;color:var(--text-body);line-height:1.65;
  font-weight:400;margin-bottom:32px;
}
.hero-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.hero-illustration{
  position:relative;display:flex;flex-direction:column;
  align-items:center;justify-content:center;
  padding-top:40px;
}
.badge-beta{
  display:inline-block;
  background:rgba(255,101,42,0.1);color:#FF652A;
  padding:9px 16px;border-radius:144px;
  font-size:14px;font-weight:400;
  margin-bottom:16px;
}
.now-cooking-badge{
  position:relative;z-index:2;
  margin-bottom:-120px;
  align-self:flex-start;
  margin-left:50px;
  transform:rotate(-6deg);
  max-width:180px;
}
.hero-oven-img{
  max-width:320px;
  position:relative;z-index:1;
  filter:drop-shadow(0 16px 48px rgba(125,64,56,.12));
}

/* ============================================
   HOW IT WORKS
   ============================================ */
.how-it-works{
  padding:100px 0 80px;background:#FAF3E9;position:relative;
  overflow-x:clip;overflow-y:visible;
}
.hero-how-overlap{
  position:absolute;top:-180px;left:-100px;
  width:850px;height:515px;
  pointer-events:none;z-index:0;
}
.how-cloud-blob{
  position:absolute;top:0;left:50%;transform:translateX(-50%);
  width:100%;max-width:1400px;opacity:.25;pointer-events:none;
}
.how-header{
  text-align:center;max-width:640px;margin:0 auto 64px;
  position:relative;z-index:1;
}
.how-header .section-subtitle{margin:0 auto}
.steps{
  max-width:720px;margin:0 auto;position:relative;z-index:1;
}
.step-card{
  background:#fff;border-radius:30px;
  padding:30px 40px;
  border:1px solid #DBD0C2;
  max-width:800px;margin:0 auto;
  position:relative;overflow:visible;
  margin-top:60px;
}
.step{display:flex;align-items:center;gap:40px}
.step--reverse{flex-direction:row-reverse}
.step-visual{
  flex-shrink:0;width:50%;
  display:flex;align-items:flex-end;justify-content:center;
  position:relative;
  margin-top:-80px;
}
.step-img{
  max-width:100%;max-height:240px;
  object-fit:contain;
}
.step-deco{position:absolute;pointer-events:none;opacity:.6}
.step-deco-star1{top:5px;right:10px;width:16px}
.step-deco-star2{bottom:10px;left:8px;width:14px}
.step-deco-s2a{top:5px;left:10px;width:14px}
.step-deco-s2b{top:0;right:15px;width:10px}
.step-deco-s2c{bottom:10px;left:20px;width:12px}
.step-deco-s3a{top:10px;left:5px;width:12px}
.step-deco-s3b{top:0;right:20px;width:14px}
.step-food{position:absolute;pointer-events:none}
.step-food-flour{bottom:-10px;left:-20px;width:50px;animation:floatSlow 5s ease-in-out infinite}
.step-food-beet{top:-5px;right:-15px;width:35px;animation:floatSlow 4s ease-in-out infinite}
.step-text{flex:1}
.step-title{font-size:1.6rem;font-weight:600;color:var(--text-dark);margin-bottom:8px}
.step-desc{font-size:14px;color:var(--text-body);line-height:1.6;font-weight:400}
.step-connector{display:flex;justify-content:center;padding:0;margin:-10px 0}
.connector-line{width:340px;opacity:1}
.connector-mobile{display:none}
.how-footer{text-align:center;margin-top:48px;position:relative;z-index:1}

/* ============================================
   COMPARISON TABLE
   ============================================ */
.comparison{padding:100px 0;background:var(--bg)}
.comparison-inner{max-width:1240px;margin:0 auto;padding:0 40px}
.comparison-header{margin-bottom:48px}
.comparison-header .section-subtitle{margin-top:8px}
.comparison-table{width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed}
.comparison-table th,.comparison-table td{
  padding:16px 20px;text-align:left;vertical-align:middle;font-size:14px;
}
.comparison-table thead th{
  font-weight:600;color:var(--text-dark);border-bottom:1px solid #f0ebe5;
}
.comparison-table tbody td{
  border-bottom:1px solid #f0ebe5;color:var(--text-body);font-weight:400;
}
.comparison-table tbody tr:last-child td{border-bottom:none}
.comparison-table .col-feature{width:20%}
.comparison-table .col-other{width:40%}
.comparison-table .col-appoven{width:40%}
.comparison-table .row-label{font-weight:600;color:var(--text-dark)}
.comparison-table .col-appoven{
  background:#fff;border:1px solid #2C2520;
  border-bottom:none;padding:20px 24px;
  font-weight:600;color:#2C2520;
}
.comparison-table thead .col-appoven{
  border-radius:24px 24px 0 0;
  border-bottom:none;
}
.comparison-table tbody tr:last-child .col-appoven{
  border-bottom:1px solid #2C2520;
  border-radius:0 0 24px 24px;
  box-shadow:0 7px 0 0 #2C2520;
}
.comparison-table .appoven-logo{display:flex;align-items:center;gap:10px}
.comparison-table .appoven-logo .logo-icon{width:30px;height:30px;border-radius:7px;background:linear-gradient(180deg,#FFD9B5,#ED9644);display:flex;align-items:center;justify-content:center}
.comparison-table .appoven-logo .logo-text{font-size:24px;font-weight:600;color:#2C2520}
.comparison-pill{
  display:inline-flex;min-height:29px;
  padding:6px 22px 6px 21px;
  align-items:center;
  border-radius:14.5px;
  background:#F0FADD;
  color:#308129;
  font-size:14px;font-weight:400;line-height:120%;
}
.comparison-pill-other{
  display:inline-flex;min-height:29px;
  padding:6px 22px 6px 21px;
  align-items:center;
  border-radius:14.5px;
  background:rgba(232,220,205,0.5);
  color:#968A7B;
  font-size:14px;font-weight:400;line-height:120%;
}
.comparison-mobile{display:none}

/* ============================================
   EVOLUTION
   ============================================ */
.evolution{padding:100px 0 200px;background:#FFF9F2;position:relative;overflow-x:clip;overflow-y:visible}
.evo-cloud-composite{position:absolute;bottom:0;left:0;right:0;pointer-events:none;z-index:0}
.evo-cloud{width:100%;opacity:1}
.evolution-inner{
  max-width:1240px;margin:0 auto;padding:0 40px;
  display:grid;grid-template-columns:2fr 3fr;gap:60px;
  align-items:start;position:relative;z-index:1;
}
.evolution-text .section-subtitle{margin-bottom:28px}
.evolution-cards{display:flex;flex-direction:column;gap:20px}
.evo-card{
  display:flex;align-items:center;
  background:#fff;border-radius:20px;
  padding:20px;
  border:1px solid #DBD0C2;
  backdrop-filter:blur(2px);
}
.evo-card-left{
  display:flex;align-items:center;gap:14px;
  width:50%;flex-shrink:0;
  padding-right:20px;
  border-right:1px solid #E8E0D8;
}
.evo-card-right{
  width:50%;padding-left:20px;
}
.evo-card-icon{
  flex-shrink:0;width:80px;height:80px;
  display:flex;align-items:center;justify-content:center;
}
.evo-card-icon img{width:80px;height:80px;object-fit:contain}
.evo-card-title{font-size:24px;font-weight:600;color:var(--text-dark);margin-bottom:2px}
.evo-card-subtitle{font-size:16px;color:#FF4721;font-weight:600}
.evo-card-desc{font-size:14px;color:var(--text-body);line-height:1.55;font-weight:400;margin:0}

/* ============================================
   CASE STUDIES
   ============================================ */
.case-studies{padding:100px 0;background:var(--bg);overflow:hidden}
.case-studies-header{
  max-width:1240px;margin:0 auto 40px;padding:0 40px;
  display:flex;flex-wrap:wrap;align-items:flex-end;gap:16px;
}
.case-studies-header .section-title{margin-bottom:8px}
.case-nav{display:flex;gap:8px;margin-left:auto}
.case-nav-btn{
  height:54px;padding:15px 25px 15px 21px;border-radius:144px;
  border:1px solid #2C2520;background:#fff;
  cursor:pointer;font-size:14px;font-weight:500;color:#2C2520;
  display:flex;align-items:center;gap:10px;transition:all .2s;
  font-family:'Onest',sans-serif;
  box-shadow:0 7px 0 0 var(--btn-shadow);
}
.case-nav-btn:hover{border-color:var(--orange);background:var(--bg);box-shadow:0 3px 0 0 var(--btn-shadow);transform:translateY(2px)}
.case-nav-btn svg{flex-shrink:0}
.case-cards-track{
  overflow-x:auto;scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling:touch;
  max-width:1240px;margin:0 auto;padding:0 40px 20px;
  scrollbar-width:none;
}
.case-cards-track::-webkit-scrollbar{display:none}
.case-cards{display:flex;gap:20px;width:max-content}
.case-card{
  width:384px;flex-shrink:0;scroll-snap-align:start;
  background:#fff;border-radius:24px;
  overflow:hidden;
  border:1px solid #DBD0C2;transition:transform .2s,box-shadow .2s;
  backdrop-filter:blur(2px);
}
.case-card:hover{transform:translateY(-4px);box-shadow:0 8px 28px rgba(125,64,56,.1)}
.case-card-top{
  height:220px;background:#fff;
  display:flex;align-items:center;justify-content:center;padding:24px;overflow:hidden;
}
.case-card-img{max-width:100%;max-height:100%;object-fit:contain;border-radius:var(--radius-sm)}
.case-card-bottom{padding:24px}
.case-card-tags{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}
.case-tag{
  font-size:.72rem;font-weight:700;padding:4px 10px;border-radius:var(--radius-pill);
  background:var(--bg-warm);color:var(--text-muted);text-transform:lowercase;
}
.case-tag--showcase{background:var(--green-bg);color:var(--green)}
.case-card-heading{font-size:24px;font-weight:600;color:#2C2520;margin-bottom:6px}
.case-card-hook{font-size:14px;color:var(--text-body);line-height:1.55;font-weight:400}
.case-card-score{font-size:.82rem;color:var(--text-muted);font-weight:600}
.score-value{color:var(--green);font-weight:800;font-size:1rem;margin-right:4px}
.case-studies-footer{text-align:center;margin-top:40px}
.case-nav-mobile{display:none}

/* ============================================
   PRICING
   ============================================ */
.pricing{padding:100px 0;background:#FAF3E9;position:relative;overflow:hidden}
.pricing-bg-blob-left{position:absolute;top:50%;left:0;transform:translateY(-50%);width:230px;pointer-events:none;z-index:0}
.pricing-bg-dots{position:absolute;top:20%;right:10%;width:78px;pointer-events:none;z-index:0}
.pricing-bg-blob-right{position:absolute;bottom:0;right:0;width:205px;pointer-events:none;z-index:0}
.pricing-inner{max-width:600px;margin:0 auto;padding:0 40px;text-align:center;position:relative;z-index:1}
.pricing-title{margin-bottom:14px}
.pricing-card{
  background:#fff;border-radius:40px;
  padding:40px;box-shadow:0 17px 0 0 #2C2520;
  border:1px solid #2C2520;text-align:left;
}
.pricing-tag{
  display:inline-flex;height:38px;align-items:center;justify-content:center;
  background:rgba(255,101,42,0.1);color:#FF652A;
  padding:9px 16px;border-radius:144px;
  font-size:14px;font-weight:400;text-transform:uppercase;
  letter-spacing:.03em;margin-bottom:16px;
}
.pricing-price{font-size:2.8rem;font-weight:600;color:var(--text-dark)}
.pricing-credits{font-size:16px;color:#FF652A;font-weight:400;margin-bottom:24px}
.pricing-divider{height:1px;background:var(--beige);margin-bottom:24px}
.pricing-features{margin-bottom:28px}
.pricing-features li{
  display:flex;align-items:center;gap:12px;
  padding:8px 0;font-size:14px;font-weight:400;color:var(--text-body);
}
.check-icon{
  width:24px;height:24px;flex-shrink:0;display:inline-block;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='12' fill='%23F0FADD'/%3E%3Cpath d='M7.5 12.5l3 3 6-6' stroke='%23308129' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
}

/* ============================================
   SECURITY
   ============================================ */
.security{padding:100px 0;background:var(--bg)}
.security-inner{max-width:1240px;margin:0 auto;padding:0 40px}
.security-header{text-align:center;margin-bottom:56px}
.security-header .section-subtitle{margin:0 auto}
.trust-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:920px;margin:0 auto}
.trust-item{background:#FAF3E9;border-radius:24px;padding:24px;border:1px solid #DBD0C2;backdrop-filter:blur(2px)}
.trust-icon{
  width:56px;height:56px;border-radius:12px;margin-bottom:16px;
  display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,#FFD9B5,#ED9644);
}
.trust-icon img{width:28px;height:28px}
.trust-title{font-size:18px;font-weight:600;color:#2C2520;margin-bottom:8px;line-height:1.35}
.trust-desc{font-size:14px;color:var(--text-body);line-height:1.6;font-weight:400}

/* ============================================
   CTA
   ============================================ */
.cta{padding:60px 0 80px;background:#FFF9F2}
.cta-inner{max-width:1240px;margin:0 auto;padding:0 40px}
.cta-box{
  background:#FAF3E9;border-radius:40px;
  backdrop-filter:blur(2px);
  padding:60px;position:relative;overflow:hidden;
}
.cta-swirl{
  position:absolute;top:0;left:50%;transform:translateX(-50%);
  height:100%;width:auto;
  opacity:.8;pointer-events:none;
}
.cta-star{position:absolute;pointer-events:none;z-index:1}
.cta-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:1}
.cta-title{font-size:3rem;font-weight:600;color:var(--text-dark);line-height:1.1;margin-bottom:16px;letter-spacing:-.02em}
.cta-desc{font-size:14px;color:var(--text-body);line-height:1.65;font-weight:400;margin-bottom:28px}
.cta-visual{position:relative;display:flex;align-items:center;justify-content:center;min-height:340px}
.cta-oven{max-width:300px;filter:drop-shadow(0 12px 40px rgba(125,64,56,.12))}
.cta-food{position:absolute;pointer-events:none}
.cta-food-herbs{top:10px;left:0;width:80px}
.cta-food-ginger{bottom:20px;left:10px;width:70px}
.cta-food-egg{top:40%;right:-30px;width:55px}
.cta-food-ginger-root{bottom:60px;left:40%;width:60px}
.cta-food-cookie{top:20px;right:0;width:45px}

/* ============================================
   FOOTER
   ============================================ */
.site-footer{padding:28px 40px;background:#FFF9F2;text-align:center}
.footer-copy{font-size:.8rem;color:var(--text-muted);font-weight:400;margin-bottom:10px}
.footer-links{display:flex;justify-content:center;gap:6px;flex-wrap:wrap}
.footer-links a{font-size:.78rem;color:var(--text-muted);font-weight:400;transition:color .2s}
.footer-links a:hover{color:var(--orange)}
.footer-dot{color:var(--beige);font-size:.78rem}

/* ============================================
   HAMBURGER (hidden on desktop)
   ============================================ */
@media(min-width:769px){
  .hamburger{display:none!important}
}

/* ============================================
   MOBILE MENU OVERLAY
   ============================================ */
.mobile-menu{
  position:fixed;top:0;left:0;right:0;bottom:0;z-index:200;
  background:#FFF9F2;
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px;
  opacity:0;pointer-events:none;transition:opacity .3s;
}
.mobile-menu.open{opacity:1;pointer-events:auto}
.mobile-menu-close{
  position:absolute;top:24px;right:24px;
  background:none;border:none;font-size:32px;color:#2C2520;cursor:pointer;
}
.mobile-menu-nav{display:flex;flex-direction:column;align-items:center;gap:24px}
.mobile-menu-link{font-size:24px;font-weight:600;color:#2C2520;transition:color .2s}
.mobile-menu-link:hover{color:var(--orange)}
.mobile-menu-cta{margin-top:16px}

/* ============================================
   LEGAL / DEFAULT PAGES
   ============================================ */
.legal-content{
  max-width:1260px;margin:0 auto;
  padding:140px 48px 80px;
}
.legal-content h1{
  font-size:2.2rem;font-weight:600;color:var(--text-dark);
  margin-bottom:24px;line-height:1.2;
}
.legal-content h2{
  font-size:1.4rem;font-weight:600;color:var(--text-dark);
  margin-top:32px;margin-bottom:12px;
}
.legal-content p{
  font-size:15px;color:var(--text-body);line-height:1.7;
  margin-bottom:16px;
}
.legal-content ul{
  list-style:disc;padding-left:24px;margin-bottom:16px;
}
.legal-content ol{
  list-style:none;counter-reset:legal-list;
  padding-left:0;margin-bottom:24px;
}
.legal-content ol li{
  counter-increment:legal-list;
  position:relative;
  padding-left:40px;
  margin-bottom:14px;
}
.legal-content ol li::before{
  content:counter(legal-list);
  position:absolute;left:0;top:2px;
  width:26px;height:26px;
  background:linear-gradient(135deg,#FFD9B5,#ED9644);
  border-radius:8px;
  font-size:12px;font-weight:700;color:#fff;
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0;
}
.legal-content li{
  font-size:15px;color:var(--text-body);line-height:1.7;
  margin-bottom:8px;
}
.legal-content a{color:var(--orange);text-decoration:underline}
.legal-content a:hover{color:var(--text-dark)}
.legal-content a.btn-primary{color:var(--text-dark);text-decoration:none}
.legal-content a.ao-btn,
.legal-content .ao-plan-card a.ao-btn,
.legal-content .ao-pack-card a.ao-btn,
.legal-content .ao-trial-card a.ao-btn,
a.ao-btn.ao-btn--primary,
a.ao-btn.ao-btn--accent,
a.ao-btn.ao-btn--outline{
  text-decoration:none !important;
  font-weight:500 !important;
  font-size:.95rem !important;
}
.legal-content a.ao-btn--primary,.legal-content a.ao-btn--outline{color:var(--text-dark) !important}
.legal-content a.ao-btn--accent{color:#fff !important}
.legal-last-modified{
  font-size:.85rem;color:var(--text-muted);margin-bottom:32px;
}

/* ============================================
   CONTACT PAGE
   ============================================ */
.contact-content{
  max-width:1260px;margin:0 auto;
  padding:140px 48px 80px;
}
.contact-content h1{
  font-size:2.2rem;font-weight:600;color:var(--text-dark);
  margin-bottom:12px;line-height:1.2;
}
.contact-content p{
  font-size:15px;color:var(--text-body);line-height:1.7;
  margin-bottom:32px;
}

/* ============================================
   WPFORMS OVERRIDES (high specificity)
   ============================================ */
/* Labels */
div.wpforms-container-full .wpforms-form .wpforms-field-label{
  font-family:var(--font) !important;font-size:14px !important;font-weight:600 !important;
  color:var(--text-dark) !important;margin-bottom:8px !important;
}
div.wpforms-container-full .wpforms-form .wpforms-required-label{
  color:var(--orange) !important;
}
/* Text inputs & textarea */
div.wpforms-container-full .wpforms-form input[type="text"],
div.wpforms-container-full .wpforms-form input[type="email"],
div.wpforms-container-full .wpforms-form input[type="url"],
div.wpforms-container-full .wpforms-form input[type="tel"],
div.wpforms-container-full .wpforms-form input[type="number"],
div.wpforms-container-full .wpforms-form textarea,
div.wpforms-container-full .wpforms-form select{
  font-family:var(--font) !important;font-size:14px !important;
  color:var(--text-body) !important;
  background:#fff !important;
  border:1px solid var(--beige) !important;
  border-radius:var(--radius-sm) !important;
  padding:14px 16px !important;
  width:100% !important;
  transition:border-color .2s,box-shadow .2s !important;
  outline:none !important;
  box-shadow:none !important;
  height:auto !important;
}
div.wpforms-container-full .wpforms-form input:focus,
div.wpforms-container-full .wpforms-form textarea:focus,
div.wpforms-container-full .wpforms-form select:focus{
  border-color:var(--orange) !important;
  box-shadow:0 0 0 3px rgba(255,71,33,.1) !important;
}
div.wpforms-container-full .wpforms-form textarea{
  min-height:140px !important;resize:vertical !important;
}
/* Select / dropdown */
div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form .wpforms-field-select select,
div.wpforms-container-full .wpforms-form .wpforms-field select.wpforms-field-medium{
  appearance:none !important;
  -webkit-appearance:none !important;
  -moz-appearance:none !important;
  background-color:#fff !important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%239a8578' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat:no-repeat !important;
  background-position:right 16px center !important;
  padding:14px 40px 14px 16px !important;
  border:1px solid var(--beige) !important;
  border-radius:var(--radius-sm) !important;
  font-family:var(--font) !important;
  font-size:14px !important;
  color:var(--text-body) !important;
  width:100% !important;
  max-width:100% !important;
  height:auto !important;
  line-height:1.4 !important;
  cursor:pointer !important;
}
/* Submit button — matches AppOven raised button style */
div.wpforms-container-full .wpforms-form .wpforms-submit-container button[type="submit"],
div.wpforms-container-full .wpforms-form .wpforms-submit-container .wpforms-submit{
  font-family:var(--font) !important;font-size:.95rem !important;font-weight:500 !important;
  background:#fff !important;color:var(--btn-border) !important;
  padding:15px 32px !important;border-radius:var(--radius-btn) !important;
  border:1px solid var(--btn-border) !important;
  box-shadow:var(--shadow-btn) !important;
  cursor:pointer !important;
  transition:all .15s ease !important;
  display:inline-flex !important;align-items:center !important;
  text-transform:none !important;letter-spacing:normal !important;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container button[type="submit"]:hover,
div.wpforms-container-full .wpforms-form .wpforms-submit-container .wpforms-submit:hover{
  box-shadow:0 4px 0 0 var(--btn-shadow) !important;
  transform:translateY(3px) !important;
  background:#fff !important;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container button[type="submit"]:active,
div.wpforms-container-full .wpforms-form .wpforms-submit-container .wpforms-submit:active{
  box-shadow:0 1px 0 0 var(--btn-shadow) !important;
  transform:translateY(6px) !important;
}
/* Field spacing */
div.wpforms-container-full .wpforms-form .wpforms-field{
  margin-bottom:12px !important;
  padding:0 !important;
}
/* Confirmation / success message */
div.wpforms-container-full .wpforms-confirmation-container-full,
div.wpforms-confirmation-container-full{
  background:#F0FADD !important;border:1px solid #d4edda !important;
  border-radius:var(--radius-sm) !important;
  padding:20px 24px !important;
  color:#308129 !important;font-family:var(--font) !important;font-size:15px !important;
}
/* Error messages */
div.wpforms-container-full .wpforms-form .wpforms-field .wpforms-error{
  font-family:var(--font) !important;font-size:13px !important;
  color:var(--orange) !important;margin-top:6px !important;
}
div.wpforms-container-full .wpforms-form input.wpforms-error,
div.wpforms-container-full .wpforms-form textarea.wpforms-error,
div.wpforms-container-full .wpforms-form select.wpforms-error{
  border-color:var(--orange) !important;
}

/* ============================================
   404 PAGE
   ============================================ */
.error-404{
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  min-height:80vh;text-align:center;padding:40px;
}
.error-404 img{max-width:260px;margin-bottom:32px}
.error-404 h1{
  font-size:2.4rem;font-weight:600;color:var(--text-dark);
  margin-bottom:12px;
}
.error-404 p{
  font-size:16px;color:var(--text-body);margin-bottom:28px;
}

/* ============================================
   HOME CONTENT (block editor wrapper)
   ============================================ */
.home-content{overflow-x:hidden}

/* ============================================
   PRICING PAGE
   ============================================ */
.ao-pricing{
  max-width:1260px;margin:0 auto;padding:0 48px;
  font-family:var(--font);
}

/* Header */
.ao-pricing-header{
  text-align:center;padding:40px 0 0;
}
.ao-pricing-title{
  font-size:2.6rem;font-weight:600;color:var(--text-dark);
  line-height:1.15;letter-spacing:-.02em;margin-bottom:14px;
}
.ao-pricing-subtitle{
  font-size:18px;color:var(--text-body);
  line-height:1.65;font-weight:400;max-width:540px;margin:0 auto 32px;
}

/* Billing toggle */
.ao-billing-toggle{
  display:flex;align-items:center;justify-content:center;gap:12px;
  margin-bottom:12px;
}
.ao-billing-label{
  font-size:14px;font-weight:500;color:var(--text-muted);
  cursor:pointer;transition:color .2s;
}
.ao-billing-label.active{color:var(--text-dark);font-weight:600}
.ao-toggle-switch{
  width:48px;height:26px;background:var(--beige);
  border-radius:13px;cursor:pointer;position:relative;
  transition:background .25s ease;
  flex-shrink:0;
}
.ao-toggle-switch.annual{background:var(--orange)}
.ao-toggle-knob{
  width:20px;height:20px;background:#fff;
  border-radius:50%;position:absolute;top:3px;left:3px;
  transition:left .25s ease;box-shadow:0 1px 3px rgba(0,0,0,.2);
}
.ao-toggle-switch.annual .ao-toggle-knob{left:25px}
.ao-save-badge{
  font-size:12px;font-weight:600;color:var(--orange);
  background:rgba(255,71,33,.08);
  padding:4px 10px;border-radius:var(--radius-pill);
}

/* Plans grid */
.ao-plans-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:28px;
  padding:40px 0 60px;align-items:start;
}
.ao-plan-card{
  background:#fff;border:1px solid #DBD0C2;
  border-radius:24px;padding:36px 32px;
  position:relative;transition:transform .2s,box-shadow .2s;
}
.ao-plan-card:hover{transform:translateY(-4px);box-shadow:0 8px 28px rgba(125,64,56,.1)}
.ao-plan-card--popular{
  border:2px solid var(--orange);
  box-shadow:0 12px 0 0 var(--orange);
}
.ao-plan-card--popular:hover{box-shadow:0 8px 0 0 var(--orange)}
.ao-plan-badge{
  position:absolute;top:-14px;left:50%;transform:translateX(-50%);
  background:var(--orange);color:#fff;
  font-size:12px;font-weight:600;
  padding:5px 16px;border-radius:var(--radius-pill);
  white-space:nowrap;
}
.ao-plan-name{font-size:20px;font-weight:600;color:var(--text-dark);margin-bottom:6px}
.ao-plan-desc{font-size:14px;color:var(--text-muted);margin-bottom:20px;line-height:1.5}
.ao-plan-price{display:flex;align-items:baseline;gap:2px;margin-bottom:4px}
.ao-plan-amount{font-size:3rem;font-weight:700;color:var(--text-dark);line-height:1}
.ao-plan-period{font-size:16px;color:var(--text-muted);font-weight:400}
.ao-plan-annual-note{font-size:13px;color:var(--text-muted);margin-bottom:16px;min-height:20px}
.ao-plan-credits{
  display:flex;align-items:center;gap:8px;
  font-size:14px;font-weight:600;color:var(--text-dark);margin-bottom:4px;
}
.ao-credit-dot{
  width:8px;height:8px;border-radius:50%;
  background:var(--orange);flex-shrink:0;
}
.ao-plan-demos{font-size:13px;color:var(--text-muted);margin-bottom:16px}
.ao-plan-divider{border:none;height:1px;background:var(--beige);margin-bottom:16px}
.ao-plan-features{list-style:none;padding:0 !important;margin:0 0 24px}
.ao-plan-features li{
  display:flex;align-items:flex-start;gap:8px;
  font-size:14px;color:var(--text-body);line-height:1.5;
  padding:4px 0;
}
.ao-check{
  width:18px;height:18px;flex-shrink:0;display:inline-block;margin-top:2px;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='10' fill='%23F0FADD'/%3E%3Cpath d='M6 10.5l2.5 2.5 5-5' stroke='%23308129' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
}

/* Buttons */
.ao-btn{
  display:inline-flex;align-items:center;justify-content:center;
  font-family:var(--font);font-size:.95rem;font-weight:500 !important;
  border:none;cursor:pointer;transition:all .15s ease;
  white-space:nowrap;text-decoration:none;
  padding:14px 24px;border-radius:var(--radius-btn);
}
.ao-btn:hover{text-decoration:none}
.ao-btn--primary{
  background:#fff;color:var(--text-dark);
  border:1px solid var(--btn-border);
  box-shadow:0 7px 0 0 var(--btn-shadow);
}
.ao-btn--primary:hover{
  box-shadow:0 4px 0 0 var(--btn-shadow);transform:translateY(3px);
  color:var(--text-dark);
}
.ao-btn--accent{
  background:var(--orange);color:#fff;
  border:1px solid var(--orange);
  box-shadow:0 7px 0 0 #c4341a;
}
.ao-btn--accent:hover{
  box-shadow:0 4px 0 0 #c4341a;transform:translateY(3px);
  color:#fff;
}
.ao-btn--outline{
  background:#fff;color:var(--text-dark);
  border:1px solid var(--btn-border);
  box-shadow:0 7px 0 0 var(--btn-shadow);
}
.ao-btn--outline:hover{
  box-shadow:0 4px 0 0 var(--btn-shadow);transform:translateY(3px);
  color:var(--text-dark);
}
.ao-btn--full{width:100%}

/* Credit packs */
.ao-packs-section{padding:0 0 60px}
.ao-packs-header{text-align:center;margin-bottom:32px}
.ao-packs-header h3{font-size:1.6rem;font-weight:600;color:var(--text-dark);margin-bottom:8px}
.ao-packs-header p{font-size:15px;color:var(--text-muted)}
.ao-packs-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:24px;
  max-width:900px;margin:0 auto;
}
.ao-pack-card{
  background:#fff;border:1px solid #DBD0C2;
  border-radius:20px;padding:28px 24px;text-align:center;
  transition:transform .2s,box-shadow .2s;
}
.ao-pack-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(125,64,56,.08)}
.ao-pack-credits{font-size:18px;font-weight:600;color:var(--text-dark);margin-bottom:2px}
.ao-pack-demos{font-size:13px;color:var(--text-muted);margin-bottom:12px}
.ao-pack-price{font-size:2rem;font-weight:700;color:var(--text-dark);margin-bottom:2px}
.ao-pack-per-credit{font-size:12px;color:var(--text-muted);margin-bottom:20px}

/* Rollover section */
.ao-rollover-section{padding:0 0 60px}
.ao-rollover-card{
  background:#FAF3E9;border-radius:24px;
  padding:40px;max-width:900px;margin:0 auto;
}
.ao-rollover-card h3{font-size:1.4rem;font-weight:600;color:var(--text-dark);margin-bottom:10px}
.ao-rollover-card>p{font-size:14px;color:var(--text-body);line-height:1.65;margin-bottom:24px}
.ao-rollover-details{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.ao-rollover-item{
  background:#fff;border-radius:16px;padding:20px;
  border:1px solid #DBD0C2;
}
.ao-rollover-label{font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px}
.ao-rollover-value{font-size:15px;font-weight:600;color:var(--text-dark);line-height:1.3}

/* Trial / free demo CTA */
.ao-trial-section{padding:0 0 60px}
.ao-trial-card{
  background:#FAF3E9;border-radius:24px;
  padding:48px 40px;max-width:900px;margin:0 auto;text-align:center;
}
.ao-trial-card h3{font-size:1.6rem;font-weight:600;color:var(--text-dark);margin-bottom:10px}
.ao-trial-card>p{font-size:14px;color:var(--text-body);line-height:1.65;margin-bottom:20px}
.ao-trial-credits{
  display:inline-flex;align-items:center;gap:6px;
  background:rgba(255,101,42,0.1);color:#FF652A;
  padding:8px 18px;border-radius:var(--radius-pill);
  font-size:13px;font-weight:500;margin-bottom:20px;
}

/* FAQ */
.ao-faq-section{padding:0 0 80px;max-width:900px;margin:0 auto}
.ao-faq-section>h3{font-size:1.6rem;font-weight:600;color:var(--text-dark);text-align:center;margin-bottom:32px}
.ao-faq-item{border-bottom:1px solid var(--beige);overflow:hidden}
.ao-faq-q{
  display:flex;align-items:center;justify-content:space-between;
  padding:18px 0;cursor:pointer;
}
.ao-faq-q h4{font-size:15px;font-weight:500;color:var(--text-dark);margin:0}
.ao-faq-chevron{
  width:20px;height:20px;flex-shrink:0;position:relative;
}
.ao-faq-chevron::before,.ao-faq-chevron::after{
  content:'';position:absolute;
  background:var(--text-muted);border-radius:1px;
  transition:transform .25s;
}
.ao-faq-chevron::before{width:12px;height:2px;top:9px;left:4px}
.ao-faq-chevron::after{width:2px;height:12px;top:4px;left:9px}
.ao-faq-item.open .ao-faq-chevron::after{transform:rotate(90deg)}
.ao-faq-a{
  max-height:0;overflow:hidden;
  transition:max-height .3s ease,padding .3s ease;
}
.ao-faq-item.open .ao-faq-a{max-height:300px;padding-bottom:18px}
.ao-faq-a p{font-size:14px;color:var(--text-body);line-height:1.7;margin:0}

/* ============================================
   RESPONSIVE — 768px
   ============================================ */
@media(max-width:768px){
  /* Navbar */
  .navbar{background:#FFF9F2}
  .navbar-inner{padding:0 20px}
  .navbar-links,.navbar-sep,.navbar-cta{display:none!important}
  .navbar-pill{padding:0 12px;height:50px;gap:10px}
  .logo-text{font-size:20px}

  /* Hero */
  .hero{padding:100px 0 50px;overflow-x:clip}
  .hero-inner{padding:0 20px}
  .hero-title{font-size:3.2rem;text-align:left;margin-bottom:20px}
  .hero-split{grid-template-columns:1fr;gap:20px}
  .hero-illustration{order:-1;padding-top:0}
  .hero-oven-img{max-width:280px}
  .now-cooking-badge{margin-bottom:-100px;margin-left:20px;max-width:150px}
  .hero-content{max-width:100%}
  .badge-beta{margin-bottom:12px}
  .hero-subtitle{font-size:16px;margin-bottom:24px}
  .hero-blob{top:60px;left:-20%;width:140%;opacity:.7}

  /* Sections general */
  .section-title{font-size:1.8rem}
  .section-subtitle{font-size:16px}

  /* How It Works */
  .how-it-works{padding-left:20px;padding-right:20px}
  .step-card{padding:20px}
  .step{flex-direction:column;gap:20px}
  .step--reverse{flex-direction:column}
  .step-visual{width:100%;margin-top:-80px;justify-content:center}
  .step-text{padding-right:0}
  .connector-desktop{display:none}
  .connector-mobile{display:block;width:auto;max-width:100%}

  /* Comparison table */
  .comparison-table{display:none}
  .comparison-mobile{display:flex;flex-direction:column;gap:24px}
  .comparison-mobile-card{border-radius:20px;padding:28px 24px;text-align:center}
  .comparison-mobile-card--other{background:#FAF3E9;border:1px solid #DBD0C2}
  .comparison-mobile-card--appoven{background:#fff;border:1px solid #2C2520;box-shadow:0 7px 0 0 #2C2520}
  .comparison-mobile-card h3{font-size:18px;font-weight:600;color:var(--text-dark);margin-bottom:20px}
  .comparison-mobile-row{margin-bottom:16px}
  .comparison-mobile-row:last-child{margin-bottom:0}
  .comparison-mobile-label{font-size:14px;font-weight:600;color:var(--text-dark);margin-bottom:6px}
  .comparison-mobile-card .appoven-logo{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:20px}
  .comparison-mobile-card .logo-icon{width:30px;height:30px;border-radius:7px;background:linear-gradient(180deg,#FFD9B5,#ED9644);display:flex;align-items:center;justify-content:center}
  .comparison-mobile-card .logo-text{font-size:24px;font-weight:600;color:#2C2520}
  .comparison-inner{padding:0 20px}

  /* Evolution */
  .evolution-inner{grid-template-columns:1fr;padding:0 20px;gap:32px}
  .evo-card{flex-direction:column}
  .evo-card-left{width:100%;border-right:none;border-bottom:1px solid #E8E0D8;padding-right:0;padding-bottom:16px}
  .evo-card-right{width:100%;padding-left:0;padding-top:16px}

  /* Case studies */
  .case-studies-header{flex-direction:column;align-items:flex-start;padding:0 20px}
  .case-studies-header .case-nav{display:none}
  .case-nav-mobile{display:flex;justify-content:center;margin:24px auto 0}
  .case-cards-track{padding:0 20px 20px;scroll-padding:0 20px}
  .case-cards{gap:20px}
  .case-card{width:calc(100vw - 40px);scroll-snap-align:center}

  /* Pricing */
  .pricing-inner{padding:0 20px}
  .pricing-card{padding:28px 24px}

  /* Security */
  .trust-grid{grid-template-columns:1fr;gap:16px}
  .security-inner{padding:0 20px}

  /* CTA */
  .cta-inner{padding:0 20px}
  .cta-box{padding:40px 24px}
  .cta-content{grid-template-columns:1fr;gap:30px;text-align:center}
  .cta-title{font-size:2rem}
  .cta-visual{min-height:250px}
  .cta-oven{max-width:220px}

  /* Footer */
  .site-footer{padding:20px}

  /* Legal / default pages */
  .legal-content{padding:100px 20px 60px}
  .contact-content{padding:100px 20px 60px}

  /* Pricing */
  .ao-pricing{padding:0 20px}
  .ao-pricing-title{font-size:1.8rem}
  .ao-plans-grid{grid-template-columns:1fr;gap:20px;max-width:400px;margin:0 auto}
  .ao-plan-card--popular{margin-top:20px}
  .ao-packs-grid{grid-template-columns:1fr;max-width:320px}
  .ao-rollover-card{padding:28px 20px}
  .ao-rollover-details{grid-template-columns:1fr;gap:12px}
  .ao-trial-card{padding:32px 20px}
  .ao-faq-section{padding:0 0 60px}
}

/* ============================================
   RESPONSIVE — 480px
   ============================================ */
@media(max-width:480px){
  .hero-title{font-size:2.6rem}
  .section-title{font-size:1.5rem}
  .cta-title{font-size:1.6rem}
  .case-card{width:calc(100vw - 40px)}
  .step-card{margin-top:30px}
  .pricing-card{border-radius:24px}

  /* Thank You */
  .ao-thankyou{padding:0 20px}
  .ao-thankyou-card{padding:32px 24px}
  .ao-thankyou-step{gap:14px}
  .ao-thankyou-step-num{width:32px;height:32px;font-size:14px}
}

/* ============================================
   THANK YOU PAGE
   ============================================ */
.ao-thankyou{
  max-width:720px;margin:0 auto;padding:0 40px;
  font-family:var(--font);
}
.ao-thankyou-card{
  background:#FAF3E9;border-radius:24px;
  padding:60px 48px;text-align:center;
}
.ao-thankyou-icon{
  font-size:3.5rem;margin-bottom:16px;line-height:1;
}
.ao-thankyou-title{
  font-size:2.2rem;font-weight:700;color:var(--text-dark);
  margin-bottom:12px;letter-spacing:-.02em;
}
.ao-thankyou-subtitle{
  font-size:16px;color:var(--text-body);line-height:1.65;
  max-width:480px;margin:0 auto 36px;
}
.ao-thankyou-steps{
  text-align:left;max-width:440px;margin:0 auto 36px;
  display:flex;flex-direction:column;gap:20px;
}
.ao-thankyou-step{
  display:flex;align-items:flex-start;gap:16px;
}
.ao-thankyou-step-num{
  width:36px;height:36px;border-radius:50%;flex-shrink:0;
  background:var(--orange);color:#fff;
  font-size:15px;font-weight:600;
  display:flex;align-items:center;justify-content:center;
}
.ao-thankyou-step-text strong{
  font-size:15px;font-weight:600;color:var(--text-dark);
  display:block;margin-bottom:2px;
}
.ao-thankyou-step-text p{
  font-size:14px;color:var(--text-body);line-height:1.55;margin:0;
}
