/* ===== RESET & BASE ===== */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'Barlow Semi Condensed',system-ui,sans-serif;color:#1a1a1a;background:#e6e7e8;line-height:1.7;-webkit-font-smoothing:antialiased;font-weight:400}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}
ul{list-style:none}
fieldset{border:none;padding:0;margin:0}
legend{font-size:0;height:0;overflow:hidden}
textarea,input[type="text"],input[type="email"],input[type="url"]{font-family:'Barlow Semi Condensed',sans-serif;font-size:1rem}

/* ===== CONTAINER ===== */
.container{width:100%;max-width:1400px;margin:0 auto;padding:0 24px}

/* ===== BUTTONS ===== */
.btn{display:inline-block;padding:14px 36px;background:linear-gradient(135deg,#f68c1e,#c42b12);color:#fff;font-family:'Barlow Condensed',sans-serif;font-weight:500;font-size:1.05rem;letter-spacing:.5px;text-transform:uppercase;border-radius:6px;border:none;cursor:pointer;transition:opacity .2s,transform .15s;text-align:center}
.btn:hover{opacity:.9;transform:translateY(-1px)}
.btn:active{transform:translateY(0)}
.btn--sm{padding:10px 24px;font-size:.875rem}
.btn--lg{padding:18px 48px;font-size:1.125rem}
.btn--full{width:100%}

/* ===== NAVBAR ===== */
.navbar{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(56,54,56,.95);backdrop-filter:blur(10px);padding:14px 0;transition:transform .3s ease,opacity .3s ease}
.navbar--hidden{transform:translateY(-100%);opacity:0;pointer-events:none}
.navbar__inner{display:flex;align-items:center;justify-content:space-between}
.navbar__logo img{height:36px;width:auto}

/* ===== HERO ===== */
.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;background-repeat:no-repeat;text-align:center;color:#fff;padding:120px 24px 80px}
.hero__overlay{position:absolute;inset:0;background:rgba(0,0,0,.55)}
.hero__content{position:relative;z-index:1;max-width:720px}
.hero__logo{height:60px;width:auto;margin:0 auto 32px}
.hero h1{font-family:'DM Serif Display',serif;font-size:clamp(2.25rem,5.5vw,3.75rem);font-weight:400;line-height:1.12;margin-bottom:24px}
.hero__sub{font-family:'Barlow Condensed',sans-serif;font-weight:500;font-size:clamp(1.05rem,2.5vw,1.35rem);opacity:.9;margin-bottom:44px;line-height:1.55;letter-spacing:.3px}

/* ===== SECTIONS (generic) ===== */
.section{padding:96px 0;text-align:center}
.section-heading--primary{color:#7c2b98}
.sub-heading{font-family:'Barlow Condensed',sans-serif;font-weight:500;letter-spacing:.3px}

/* ===== INTRO ===== */
.intro{background:#e6e7e8}
.intro__inner{max-width:900px;margin:0 auto;text-align:center}
.intro h2{font-family:'DM Serif Display',serif;font-size:2rem;font-weight:400;margin-bottom:24px;line-height:1.25}
.intro__inner>p{font-family:'Barlow Condensed',sans-serif;font-weight:500;font-size:1.15rem;color:#555;margin-bottom:32px;letter-spacing:.3px}
.intro__detail{text-align:center;margin-bottom:36px}
.intro__detail p{margin-bottom:16px;color:#333;font-size:1.05rem}
.intro__detail strong{color:#7c2b98;font-size:1.1rem}

/* ===== WHO THIS IS FOR ===== */
.who-for{background:linear-gradient(160deg,#2a082f 0%,#383638 50%,#1e0a08 100%);color:#fff;padding:100px 0}
.who-for h2{font-family:'DM Serif Display',serif;font-size:2.5rem;font-weight:400;margin-bottom:16px;text-align:center}
.who-for__grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;max-width:1100px;margin:0 auto}
.who-for__card{padding:48px 44px;border-radius:16px}
.who-for__card h3{font-family:'DM Serif Display',serif;font-size:1.5rem;font-weight:400;margin-bottom:24px;text-align:left}
.who-for__card ul li{padding:12px 0;padding-left:32px;position:relative;font-size:1.05rem;text-align:left;border-bottom:1px solid rgba(255,255,255,.06)}
.who-for__card ul li:last-child{border-bottom:none}
.required{color:#c42b12;font-weight:700}
.who-for__card--yes{background:rgba(124,43,152,.2);border:2px solid rgba(124,43,152,.5);box-shadow:0 8px 32px rgba(124,43,152,.15)}
.who-for__card--yes h3{color:#f68c1e}
.who-for__card--yes ul li::before{content:'\2713';position:absolute;left:0;color:#f68c1e;font-weight:700;font-size:1.2rem}
.who-for__card--no{background:rgba(196,43,18,.12);border:2px solid rgba(196,43,18,.4);box-shadow:0 8px 32px rgba(196,43,18,.1)}
.who-for__card--no h3{color:#e8654a}
.who-for__card--no ul li::before{content:'\2717';position:absolute;left:0;color:#e8654a;font-weight:700;font-size:1.2rem}

/* ===== PROCESS ===== */
.process{background:#e6e7e8}
.process h2{font-family:'DM Serif Display',serif;font-size:2.25rem;font-weight:400;text-align:center;margin-bottom:16px}
.process__intro{text-align:center;max-width:800px;margin:0 auto 56px;color:#555;font-size:1.1rem}
.process__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}
.process__step{text-align:center}
.process__img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:12px;margin-bottom:20px}
.process__img--placeholder{width:100%;aspect-ratio:1;border-radius:12px;margin-bottom:20px;background:linear-gradient(135deg,#f68c1e,#c42b12);display:flex;align-items:center;justify-content:center}
.process__img--placeholder span{font-size:2.5rem;font-weight:800;color:#fff}
.process__step p{font-size:.95rem;color:#444;line-height:1.5}

/* ===== DELIVERABLES (4x3 grid) ===== */
.deliverables{background:#383638;color:#fff}
.deliverables h2{font-family:'DM Serif Display',serif;font-size:2.25rem;font-weight:400;text-align:center;margin-bottom:12px}
.deliverables__intro{text-align:center;font-family:'Barlow Condensed',sans-serif;font-weight:500;color:#ccc;margin-bottom:56px;font-size:1.15rem;letter-spacing:.3px}
.deliverables__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.deliverables__cell{min-height:200px}
.deliverables__cell--text{display:flex;align-items:center;justify-content:center;padding:32px 28px;background:rgba(0,0,0,.25)}
.deliverables__cell--text p{font-size:1.1rem;font-weight:400;line-height:1.5;text-align:center}
.deliverables__cell--img{overflow:hidden}
.deliverables__cell--img img{width:100%;height:100%;object-fit:cover}

/* ===== INVESTMENT ===== */
.investment{background:#e6e7e8}
.investment__inner{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.investment__image img{border-radius:16px;width:100%}
.investment h2{font-family:'DM Serif Display',serif;font-size:2.25rem;font-weight:400;margin-bottom:12px}
.investment__price{font-size:1.5rem;margin-bottom:20px;color:#7c2b98}
.investment__content{text-align:center}
.investment__content p{margin-bottom:16px;color:#444;line-height:1.6}
.investment .btn{margin-top:12px}

/* ===== APPLICATION PROCESS ===== */
.app-process{position:relative;background-size:cover;background-position:center;color:#fff;text-align:center}
.app-process__overlay{position:absolute;inset:0;background:rgba(0,0,0,.25)}
.app-process__content{position:relative;z-index:1}
.app-process h2{font-family:'DM Serif Display',serif;font-size:2.25rem;font-weight:400;margin-bottom:56px}
.app-process__steps{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.app-process__step{display:flex;flex-direction:column;align-items:center}
.app-process__img{width:80px;height:80px;object-fit:contain;margin-bottom:20px;border-radius:10px}
.app-process__step p{font-family:'Barlow Condensed',sans-serif;font-weight:500;font-size:1.1rem;max-width:260px;letter-spacing:.3px}

/* ===== READY ===== */
.ready{background:#383638;color:#fff;text-align:center}
.ready h2{font-family:'DM Serif Display',serif;font-size:2.25rem;font-weight:400;margin-bottom:16px}
.ready p{max-width:800px;margin:0 auto 12px;color:#ccc;font-size:1.05rem}
.ready__note{color:#888;font-size:.95rem;margin-bottom:28px!important}
.ready .btn{margin-top:12px}

/* ===== FORM SECTION ===== */
.form-section{background:#e6e7e8;padding-bottom:120px}
.form-header{text-align:center;max-width:800px;margin:0 auto 56px}
.form-header h2{font-family:'DM Serif Display',serif;font-size:2.25rem;font-weight:400;margin-bottom:12px}
.form-header h3{font-family:'Barlow Condensed',sans-serif;font-weight:500;font-size:1.2rem;color:#7c2b98;margin-bottom:16px;letter-spacing:.3px}
.form-header p{margin-bottom:8px;color:#555}
.form-micro{margin-top:20px!important;color:#888;font-size:.95rem;font-style:italic}

/* FORM */
.app-form{max-width:800px;margin:0 auto}
.app-form fieldset{margin-bottom:48px}
.app-form fieldset legend{font-family:'DM Serif Display',serif;font-size:1.5rem;font-weight:400;color:#7c2b98;margin-bottom:28px;width:100%;height:auto;overflow:visible}
.form-group{margin-bottom:28px}
.form-group>label:first-child{display:block;font-weight:600;margin-bottom:10px;color:#222;font-size:1rem;text-align:left}
.radio-group{display:flex;flex-direction:column;gap:8px}
.radio-group label{display:flex;align-items:center;gap:10px;padding:12px 16px;background:#fff;border:1px solid #ddd;border-radius:8px;cursor:pointer;transition:border-color .15s,background .15s;font-weight:400;font-size:.95rem}
.radio-group label:hover{border-color:#7c2b98;background:#f5eef8}
.radio-group input[type="radio"]{accent-color:#7c2b98;width:18px;height:18px;flex-shrink:0}
textarea,input[type="text"],input[type="email"],input[type="url"]{width:100%;padding:14px 16px;border:1px solid #ddd;border-radius:8px;background:#fff;font-size:1rem;transition:border-color .15s;outline:none}
textarea:focus,input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus{border-color:#7c2b98;box-shadow:0 0 0 3px rgba(124,43,152,.12)}
textarea{resize:vertical;min-height:100px}

.form-group--error>label:first-child{color:#c42b12}
.form-group--error .radio-group label{border-color:rgba(196,43,18,.4)}
.form-group--error textarea,.form-group--error input[type="text"],.form-group--error input[type="email"]{border-color:#c42b12}
.form-group--error-msg{color:#c42b12;font-size:.85rem;margin-top:6px;text-align:left}

.form-footer{text-align:center;margin-top:40px}
.form-footer p{color:#666;margin-bottom:12px;font-size:.95rem}
.form-footer .btn{margin-top:16px}

/* Confirmation */
.form-confirmation{text-align:center;padding:80px 20px}
.form-confirmation h3{font-family:'DM Serif Display',serif;font-size:1.75rem;font-weight:400;color:#7c2b98;margin-bottom:16px}
.form-confirmation p{color:#555;font-size:1.1rem}

/* ===== FOOTER ===== */
.footer{background:#2a282a;color:#fff;padding:56px 0;text-align:center}
.footer__logo{height:40px;width:auto;margin:0 auto 16px}
.footer__subscribe{font-size:.95rem;color:#f68c1e;margin-bottom:8px;cursor:pointer;transition:color .15s;display:inline-block}
.footer__subscribe:hover{color:#fff}
.footer__copy{font-size:.85rem;color:#666}

/* ===== CHECKBOX ===== */
.form-group--checkbox{text-align:left;margin-bottom:24px}
.checkbox-label{display:flex;align-items:flex-start;gap:12px;cursor:pointer;font-size:.9rem;color:#555;line-height:1.5;padding-left:4px}
.checkbox-label input[type="checkbox"]{accent-color:#7c2b98;width:20px;height:20px;flex-shrink:0;margin-top:4px}
.checkbox-label span{flex:1}

/* ===== MODAL ===== */
.modal-overlay{position:fixed;inset:0;z-index:200;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;padding:24px}
.modal-overlay[hidden]{display:none}
.modal{background:#fff;border-radius:16px;padding:48px 40px;max-width:460px;width:100%;position:relative;text-align:center}
.modal__close{position:absolute;top:16px;right:20px;background:none;border:none;font-size:1.75rem;cursor:pointer;color:#888;line-height:1}
.modal__close:hover{color:#1a1a1a}
.modal h3{font-family:'DM Serif Display',serif;font-size:1.5rem;font-weight:400;color:#7c2b98;margin-bottom:8px}
.modal p{color:#555;margin-bottom:24px;font-size:.95rem}
.modal__form{display:flex;flex-direction:column;gap:12px}
.modal__form input{padding:12px 16px;border:1px solid #ddd;border-radius:8px;font-size:1rem;outline:none}
.modal__form input:focus{border-color:#7c2b98;box-shadow:0 0 0 3px rgba(124,43,152,.12)}
.modal__confirmation p{font-size:1.1rem;color:#7c2b98;font-weight:600;padding:20px 0}

/* ===== RESPONSIVE ===== */
@media(max-width:968px){
  .who-for__grid{grid-template-columns:1fr;gap:24px}
  .process__grid{grid-template-columns:1fr 1fr;gap:40px}
  .deliverables__grid{grid-template-columns:1fr 1fr}
  .investment__inner{grid-template-columns:1fr;gap:40px}
  .investment__image{order:2}
  .app-process__steps{grid-template-columns:1fr;gap:32px}
}
@media(max-width:640px){
  .section{padding:64px 0}
  .hero{min-height:90vh;padding:100px 20px 60px}
  .hero h1{font-size:1.75rem}
  .process__grid{grid-template-columns:1fr 1fr;gap:20px}
  .process__img{max-width:140px;margin-left:auto;margin-right:auto}
  .process__step p{font-size:.85rem}
  .deliverables__grid{grid-template-columns:1fr 1fr}
  .deliverables__cell{min-height:140px}
  .deliverables__cell--text{padding:20px 16px}
  .deliverables__cell--text p{font-size:.95rem}
  .radio-group label{padding:10px 14px;font-size:.9rem}
}
