/* ---------- static info pages (Contact / About / Careers / Coming Soon) ---------- */
.breadcrumb{padding:16px 0;font-size:12.5px;color:var(--grey-600);display:flex;flex-wrap:wrap;gap:6px;align-items:center;}
.breadcrumb a:hover{color:var(--orange);}
.breadcrumb .sep{opacity:.5;}
.breadcrumb .current{color:var(--grey-900);font-weight:600;}

.page-hero{background:linear-gradient(120deg,var(--black) 0%,#2b2828 100%);padding:38px 0 32px;color:var(--white);}
.page-hero .breadcrumb{color:rgba(255,255,255,.6);padding:0 0 14px;}
.page-hero .breadcrumb a{color:rgba(255,255,255,.75);}
.page-hero .breadcrumb a:hover{color:var(--orange);}
.page-hero .breadcrumb .current{color:var(--white);font-weight:600;}
.page-hero .breadcrumb .sep{opacity:.4;}
.page-hero h1{font-family:var(--font-display);font-weight:800;font-size:32px;}
.page-hero p{color:rgba(255,255,255,.72);font-size:14.5px;margin-top:8px;max-width:560px;}

.page-section{padding:44px 0;}
.page-section + .page-section{border-top:1px solid var(--grey-300);}
.page-h2{font-family:var(--font-display);font-weight:800;font-size:22px;margin-bottom:6px;}
.page-h2-sub{font-size:13.5px;color:var(--grey-600);margin-bottom:22px;}

/* Contact */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.contact-card{background:var(--white);border-radius:16px;box-shadow:var(--shadow);padding:26px;display:flex;gap:16px;align-items:flex-start;}
.contact-card .ic{width:46px;height:46px;border-radius:50%;background:var(--orange-light);color:var(--orange-dark);display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.contact-card .ic svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.8;}
.contact-card h3{font-family:var(--font-display);font-weight:700;font-size:15.5px;margin-bottom:6px;}
.contact-card p{font-size:13.5px;color:var(--grey-600);line-height:1.6;margin:0;}
.contact-card a{color:var(--grey-600);}
.contact-card a:hover{color:var(--orange);}
.contact-form-card{background:var(--white);border-radius:16px;box-shadow:var(--shadow);padding:30px;margin-top:26px;}
.contact-form-card h2{font-family:var(--font-display);font-weight:800;font-size:20px;margin-bottom:6px;}
.contact-form-card .sub{font-size:13px;color:var(--grey-600);margin-bottom:20px;}
.contact-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.contact-form-grid .full{grid-column:1/-1;}
.contact-form-grid label{display:block;font-size:12.5px;font-weight:600;margin-bottom:6px;}
.contact-form-grid input,.contact-form-grid textarea{width:100%;border:1.5px solid var(--grey-300);border-radius:10px;padding:11px 14px;font-size:13.5px;font-family:inherit;outline:none;transition:.15s;}
.contact-form-grid input:focus,.contact-form-grid textarea:focus{border-color:var(--orange);box-shadow:0 0 0 4px var(--orange-light);}
.contact-form-grid textarea{min-height:110px;resize:vertical;}
.contact-submit{margin-top:6px;background:var(--orange);color:var(--white);font-weight:700;font-size:14px;padding:13px 28px;border-radius:24px;transition:.15s;}
.contact-submit:hover{background:var(--orange-dark);}

/* About */
.about-lead{max-width:720px;font-size:15px;line-height:1.75;color:var(--grey-900);}
.about-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.about-step{background:var(--white);border-radius:16px;box-shadow:var(--shadow);padding:24px;}
.about-step .num{font-family:var(--font-display);font-weight:800;font-size:22px;color:var(--orange);margin-bottom:10px;}
.about-step h3{font-family:var(--font-display);font-weight:700;font-size:15.5px;margin-bottom:8px;}
.about-step p{font-size:13px;color:var(--grey-600);line-height:1.6;margin:0;}
.about-values{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;}
.about-value{text-align:center;padding:16px 12px;}
.about-value .ic{width:52px;height:52px;border-radius:50%;background:var(--orange-light);color:var(--orange-dark);display:flex;align-items:center;justify-content:center;margin:0 auto 12px;}
.about-value .ic svg{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:1.7;}
.about-value h4{font-family:var(--font-display);font-weight:700;font-size:14px;margin-bottom:6px;}
.about-value p{font-size:12.5px;color:var(--grey-600);line-height:1.55;margin:0;}
.rep-card{background:linear-gradient(120deg,var(--orange) 0%,var(--orange-dark) 100%);border-radius:20px;padding:32px;color:var(--white);display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;}
.rep-card h3{font-family:var(--font-display);font-weight:800;font-size:20px;margin-bottom:8px;}
.rep-card p{font-size:13.5px;color:rgba(255,255,255,.85);max-width:480px;line-height:1.6;margin:0;}
.rep-card .btn-white{background:var(--white);color:var(--orange-dark);font-weight:700;font-size:13.5px;padding:12px 24px;border-radius:22px;flex-shrink:0;white-space:nowrap;transition:.15s;}
.rep-card .btn-white:hover{background:var(--grey-100);}

/* Careers */
.careers-empty{background:var(--white);border-radius:20px;box-shadow:var(--shadow);padding:56px 32px;text-align:center;max-width:640px;margin:0 auto;}
.careers-empty .ic{width:74px;height:74px;border-radius:50%;background:var(--orange-light);color:var(--orange-dark);display:flex;align-items:center;justify-content:center;margin:0 auto 22px;}
.careers-empty .ic svg{width:34px;height:34px;stroke:currentColor;fill:none;stroke-width:1.6;}
.careers-empty h2{font-family:var(--font-display);font-weight:800;font-size:22px;margin-bottom:10px;}
.careers-empty p{font-size:14px;color:var(--grey-600);line-height:1.7;max-width:440px;margin:0 auto 22px;}
.careers-empty .btn-orange{background:var(--orange);color:var(--white);font-weight:700;font-size:13.5px;padding:12px 26px;border-radius:24px;display:inline-block;transition:.15s;}
.careers-empty .btn-orange:hover{background:var(--orange-dark);}

/* Email popup (Careers "Send your CV") */
.email-modal{display:none;position:fixed;inset:0;background:rgba(10,10,10,.55);z-index:2000;align-items:center;justify-content:center;padding:20px;}
.email-modal.active{display:flex;}
.email-modal-card{position:relative;background:var(--white);border-radius:20px;padding:32px 28px;max-width:400px;width:100%;text-align:center;box-shadow:0 30px 70px rgba(0,0,0,.3);}
.email-modal-card .ic{width:52px;height:52px;border-radius:50%;background:var(--orange-light);color:var(--orange-dark);display:flex;align-items:center;justify-content:center;margin:0 auto 16px;}
.email-modal-card .ic svg{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:1.8;}
.email-modal-card h3{font-family:var(--font-display);font-weight:800;font-size:17px;margin-bottom:16px;}
.email-modal-close{position:absolute;top:14px;right:14px;width:32px;height:32px;border-radius:50%;background:var(--grey-100);color:var(--grey-900);font-size:19px;line-height:1;display:flex;align-items:center;justify-content:center;transition:.15s;}
.email-modal-close:hover{background:var(--grey-300);}
.email-copy-row{display:flex;align-items:center;gap:8px;background:var(--grey-100);border:1.5px solid var(--grey-300);border-radius:12px;padding:6px 6px 6px 16px;}
.email-copy-row span{flex:1;min-width:0;text-align:left;font-size:13.5px;font-weight:600;color:var(--black);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.email-copy-row button{flex-shrink:0;background:var(--orange);color:var(--white);font-weight:700;font-size:12.5px;padding:9px 16px;border-radius:9px;transition:.15s;min-width:72px;}
.email-copy-row button:hover{background:var(--orange-dark);}
.email-modal-note{font-size:12px;color:var(--grey-600);margin-top:14px;line-height:1.5;}

/* Coming soon */
.soon-wrap{min-height:48vh;display:flex;align-items:center;justify-content:center;padding:40px 0;}
.soon-card{text-align:center;max-width:460px;margin:0 auto;}
.soon-card .ic{width:80px;height:80px;border-radius:50%;background:var(--orange-light);color:var(--orange-dark);display:flex;align-items:center;justify-content:center;margin:0 auto 22px;}
.soon-card .ic svg{width:36px;height:36px;stroke:currentColor;fill:none;stroke-width:1.6;}
.soon-card .tag{display:inline-block;background:var(--black);color:var(--white);font-size:11px;font-weight:800;letter-spacing:.4px;padding:5px 14px;border-radius:20px;margin-bottom:14px;text-transform:uppercase;}
.soon-card h1{font-family:var(--font-display);font-weight:800;font-size:26px;margin-bottom:12px;}
.soon-card p{font-size:14px;color:var(--grey-600);line-height:1.7;margin-bottom:24px;}
.soon-card .btn-orange{background:var(--orange);color:var(--white);font-weight:700;font-size:13.5px;padding:12px 26px;border-radius:24px;display:inline-block;transition:.15s;}
.soon-card .btn-orange:hover{background:var(--orange-dark);}

/* ---------- responsive ---------- */
@media(max-width:900px){
  .contact-grid{grid-template-columns:1fr;}
  .about-steps{grid-template-columns:1fr 1fr;}
  .about-values{grid-template-columns:1fr 1fr;}
  .contact-form-grid{grid-template-columns:1fr;}
}
@media(max-width:640px){
  .page-hero{padding:28px 0 22px;}
  .page-hero h1{font-size:24px;}
  .page-hero p{font-size:13.5px;}
  .page-section{padding:32px 0;}
  .about-steps{grid-template-columns:1fr;}
  .about-values{grid-template-columns:1fr 1fr;}
  .rep-card{flex-direction:column;text-align:center;padding:26px 22px;}
  .rep-card .btn-white{width:100%;text-align:center;}
  .careers-empty{padding:40px 20px;}
  .contact-card{flex-direction:column;text-align:center;align-items:center;}
  .soon-card h1{font-size:21px;}
}
@media(max-width:480px){
  .about-values{grid-template-columns:1fr;}
  .contact-form-card{padding:22px 18px;}
}
