/* Toppingdom company verification and business licence */
.td-license-section{
  padding:72px 0;
  background:linear-gradient(180deg,#f6faf8 0%,#ffffff 100%);
  border-top:1px solid #e5eee9;
  border-bottom:1px solid #e5eee9;
}
.td-license-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);
  gap:42px;
  align-items:center;
}
.td-license-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:14px;
  padding:7px 12px;
  border-radius:999px;
  background:#e8f7ee;
  color:#087a3f;
  font-size:13px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.td-license-badge::before{
  content:'✓';
  display:grid;
  place-items:center;
  width:20px;
  height:20px;
  border-radius:50%;
  background:#0a8f47;
  color:#fff;
  font-size:12px;
}
.td-license-copy h2{
  margin:0 0 14px;
  color:#12314a;
  font-size:clamp(30px,4vw,46px);
  line-height:1.1;
}
.td-license-lead{
  margin:0 0 24px;
  color:#4f6071;
  font-size:17px;
  line-height:1.75;
}
.td-license-facts{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin:0 0 22px;
}
.td-license-fact{
  padding:15px 16px;
  border:1px solid #dfe9e4;
  border-radius:12px;
  background:#fff;
  box-shadow:0 8px 22px rgba(18,49,74,.05);
}
.td-license-fact strong{
  display:block;
  margin-bottom:5px;
  color:#12314a;
  font-size:13px;
}
.td-license-fact span{
  color:#516173;
  font-size:14px;
  line-height:1.5;
  overflow-wrap:anywhere;
}
.td-license-note{
  margin:0 0 22px;
  padding:14px 16px;
  border-left:4px solid #f47c20;
  border-radius:0 10px 10px 0;
  background:#fff7ef;
  color:#5b4a3d;
  font-size:14px;
  line-height:1.65;
}
.td-license-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
.td-license-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:10px 18px;
  border-radius:8px;
  font-weight:800;
  text-decoration:none;
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease;
}
.td-license-button:hover{transform:translateY(-1px)}
.td-license-button-primary{
  background:#0a8f47;
  color:#fff;
  box-shadow:0 10px 22px rgba(10,143,71,.18);
}
.td-license-button-primary:hover{background:#087a3f;color:#fff}
.td-license-button-secondary{
  border:1px solid #cddbd4;
  background:#fff;
  color:#12314a;
}
.td-license-button-secondary:hover{box-shadow:0 10px 22px rgba(18,49,74,.08);color:#12314a}
.td-license-card{
  margin:0;
  padding:14px;
  border:1px solid #dce6e1;
  border-radius:18px;
  background:#fff;
  box-shadow:0 22px 50px rgba(18,49,74,.13);
}
.td-license-card a{display:block;border-radius:12px;overflow:hidden;background:#f4f5f3}
.td-license-card img{display:block;width:100%;height:auto}
.td-license-card figcaption{
  padding:12px 4px 2px;
  color:#657486;
  font-size:13px;
  line-height:1.55;
  text-align:center;
}
.td-company-trust-section{padding-top:0!important}
.td-company-trust{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  gap:20px;
  align-items:center;
  padding:24px 26px;
  border:1px solid #d9e8df;
  border-radius:18px;
  background:linear-gradient(135deg,#f4fbf7 0%,#ffffff 65%);
  box-shadow:0 14px 34px rgba(18,49,74,.07);
}
.td-company-trust-icon{
  display:grid;
  place-items:center;
  width:58px;
  height:58px;
  border-radius:16px;
  background:#0a8f47;
  color:#fff;
  font-size:28px;
  font-weight:900;
}
.td-company-trust-copy h2{margin:0 0 6px;color:#12314a;font-size:24px}
.td-company-trust-copy p{margin:0;color:#5c6b7b;line-height:1.65}
.td-company-trust-copy strong{color:#12314a}
.td-company-trust-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  white-space:nowrap;
  padding:11px 17px;
  border-radius:8px;
  background:#12314a;
  color:#fff;
  font-weight:800;
  text-decoration:none;
}
.td-company-trust-link:hover{background:#0a8f47;color:#fff}
@media(max-width:900px){
  .td-license-grid{grid-template-columns:1fr;gap:30px}
  .td-license-card{max-width:720px}
  .td-company-trust{grid-template-columns:auto 1fr}
  .td-company-trust-link{grid-column:1/-1;width:100%}
}
@media(max-width:560px){
  .td-license-section{padding:52px 0}
  .td-license-facts{grid-template-columns:1fr}
  .td-license-actions{display:grid}
  .td-license-button{width:100%}
  .td-company-trust{grid-template-columns:1fr;padding:22px}
  .td-company-trust-icon{width:52px;height:52px}
}

/* About page company profile */
.td-about-hero{
  padding:80px 0;
  background:
    linear-gradient(110deg,rgba(18,49,74,.96),rgba(18,49,74,.78)),
    url('../media/proof-packed-goods.jpg') center/cover no-repeat;
  color:#fff;
}
.td-about-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(300px,.75fr);
  gap:48px;
  align-items:center;
}
.td-about-eyebrow{
  display:inline-flex;
  margin-bottom:14px;
  padding:7px 12px;
  border:1px solid rgba(255,255,255,.3);
  border-radius:999px;
  font-size:13px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.td-about-hero h1{margin:0 0 18px;font-size:clamp(38px,5vw,62px);line-height:1.05;color:#fff}
.td-about-hero p{max-width:760px;margin:0;color:#e7eef4;font-size:18px;line-height:1.75}
.td-about-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.td-about-whatsapp{border:1px solid rgba(255,255,255,.45);background:rgba(255,255,255,.08);color:#fff;cursor:pointer}
.td-about-whatsapp:hover{background:#fff;color:#12314a}
.td-about-summary{padding:28px;border:1px solid rgba(255,255,255,.18);border-radius:18px;background:rgba(255,255,255,.1);box-shadow:0 20px 45px rgba(0,0,0,.18);backdrop-filter:blur(8px)}
.td-about-summary h2{margin:0 0 16px;color:#fff;font-size:25px}
.td-about-summary ul{margin:0;padding:0;list-style:none}
.td-about-summary li{position:relative;padding:10px 0 10px 28px;border-bottom:1px solid rgba(255,255,255,.12);color:#edf4f8;line-height:1.5}
.td-about-summary li:last-child{border-bottom:0}
.td-about-summary li::before{content:'✓';position:absolute;left:0;color:#62dc98;font-weight:900}
.td-about-section{padding:72px 0;background:#fff}
.td-about-section-soft{background:#f6f9fb}
.td-about-heading{max-width:780px;margin:0 auto 34px;text-align:center}
.td-about-heading span{color:#0a8f47;font-size:13px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.td-about-heading h2{margin:8px 0 12px;color:#12314a;font-size:clamp(30px,4vw,44px);line-height:1.15}
.td-about-heading p{margin:0;color:#607080;font-size:16px;line-height:1.7}
.td-about-process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.td-about-process-grid article{padding:24px;border:1px solid #e0e8ed;border-radius:16px;background:#fff;box-shadow:0 12px 30px rgba(18,49,74,.06)}
.td-about-process-grid b{display:grid;place-items:center;width:38px;height:38px;margin-bottom:16px;border-radius:11px;background:#e8f7ee;color:#087a3f;font-size:17px}
.td-about-process-grid h3{margin:0 0 9px;color:#12314a;font-size:19px}
.td-about-process-grid p{margin:0;color:#637283;line-height:1.65}
.td-about-video-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.td-about-video-grid article{overflow:hidden;border:1px solid #dfe7ec;border-radius:16px;background:#fff;box-shadow:0 14px 34px rgba(18,49,74,.08)}
.td-about-video-grid video{display:block;width:100%;aspect-ratio:16/10;background:#17232d;object-fit:cover}
.td-about-video-grid h3{margin:18px 18px 7px;color:#12314a;font-size:20px}
.td-about-video-grid p{margin:0 18px 20px;color:#657486;line-height:1.6}
.td-about-cta{padding:70px 0;background:#fff}
.td-about-cta-box{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:34px;border-radius:20px;background:#12314a;color:#fff;box-shadow:0 18px 44px rgba(18,49,74,.18)}
.td-about-cta h2{margin:0 0 8px;color:#fff;font-size:32px}
.td-about-cta p{max-width:760px;margin:0;color:#dce7ee;line-height:1.65}
@media(max-width:900px){
  .td-about-hero-grid{grid-template-columns:1fr}
  .td-about-process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .td-about-video-grid{grid-template-columns:1fr}
  .td-about-cta-box{align-items:flex-start;flex-direction:column}
}
@media(max-width:560px){
  .td-about-hero{padding:58px 0}
  .td-about-actions{display:grid}
  .td-about-actions>*{width:100%}
  .td-about-process-grid{grid-template-columns:1fr}
  .td-about-section{padding:52px 0}
  .td-about-cta{padding:52px 0}
  .td-about-cta-box{padding:25px}
}
