
.pet-intro-section { padding: 80px 0; background: #fff; }
.pet-intro-badge { display: inline-flex; align-items: center; gap: 8px; background: #fff7e6; border: 1px solid #ffd480; border-radius: 50px; padding: 6px 18px; font-size: 13px; font-weight: 600; color: #b36b00; margin-bottom: 20px; }
.pet-intro-badge i { font-size: 14px; color: #f5a623; }
.pet-intro-section h2 { font-size: clamp(26px,4vw,40px); font-weight: 700; color: #1a1a2e; line-height: 1.25; margin-bottom: 16px; }
.pet-intro-section h2 span { color: #325bc9; }
.pet-intro-section p { color: #5a6070; font-size: 15px; line-height: 1.85; margin-bottom: 14px; }
.pet-cta-row { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 24px; }
.pet-btn-primary { display: inline-block; background: linear-gradient(90deg,#325bc9,#3a4096); color: #fff !important; padding: 13px 32px; border-radius: 50px; font-weight: 600; font-size: 15px; text-decoration: none; transition: transform 0.2s, box-shadow 0.2s; }
.pet-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(50,91,201,0.3); }
.pet-why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 60px; }
.pet-why-card { background: #f7f9fc; border-radius: 16px; padding: 28px 24px; border-top: 4px solid transparent; transition: border-color 0.2s, box-shadow 0.2s; }
.pet-why-card:hover { border-color: #325bc9; box-shadow: 0 6px 28px rgba(50,91,201,0.1); }
.pet-why-card .pwc-icon { width: 50px; height: 50px; border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.pet-why-card .pwc-icon.blue  { background: #e6f1fb; }
.pet-why-card .pwc-icon.green { background: #e1f5ee; }
.pet-why-card .pwc-icon.amber { background: #faeeda; }
.pet-why-card .pwc-icon.purple { background: #eeedfe; }
.pet-why-card .pwc-icon.rose  { background: #fbeaf0; }
.pet-why-card .pwc-icon.teal  { background: #e0f5f5; }
.pet-why-card .pwc-icon.blue  i { color: #185fa5; }
.pet-why-card .pwc-icon.green i { color: #0f6e56; }
.pet-why-card .pwc-icon.amber i { color: #854f0b; }
.pet-why-card .pwc-icon.purple i { color: #534ab7; }
.pet-why-card .pwc-icon.rose  i { color: #993556; }
.pet-why-card .pwc-icon.teal  i { color: #0a7474; }
.pet-why-card .pwc-icon i { font-size: 22px; }
.pet-why-card h5 { font-size: 15px; font-weight: 700; color: #1a1a2e; margin: 0 0 8px; }
.pet-why-card p { font-size: 13px; color: #5a6070; margin: 0; line-height: 1.7; }
@media(max-width:768px){ .pet-why-grid { grid-template-columns: 1fr 1fr; } }
@media(max-width:500px){ .pet-why-grid { grid-template-columns: 1fr; } }



.pet-uses-section { padding: 30px 0; background: linear-gradient(160deg,#3a4096 0%,#325bc9 100%); }
.pet-uses-section .sec-tag { display: block; font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #f0b429 !important; }
.pet-uses-section h2 { font-size: clamp(24px,3.5vw,38px); font-weight: 700; color: #fff; margin-bottom: 10px; }
.pet-uses-section .sec-sub { color: rgba(255,255,255,0.75); font-size: 15px; margin-bottom: 48px; max-width: 600px; line-height: 1.7; }
.pet-use-cards { display: grid; grid-template-columns: repeat(5,1fr); gap: 16px; }
.pet-use-card { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: 18px; padding: 28px 20px; text-align: center; transition: background 0.25s, transform 0.25s; cursor: default; }
.pet-use-card:hover { background: rgba(255,255,255,0.16); transform: translateY(-5px); }
.pet-use-card .puc-icon { width: 56px; height: 56px; border-radius: 50%; background: rgba(255,255,255,0.12); display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.pet-use-card .puc-icon i { font-size: 24px; color: #f0b429; }
.pet-use-card h5 { font-size: 14px; font-weight: 700; color: #fff; margin: 0 0 10px; line-height: 1.3; }
.pet-use-card p { font-size: 12px; color: rgba(255,255,255,0.72); margin: 0; line-height: 1.65; }
@media(max-width:900px){ .pet-use-cards { grid-template-columns: repeat(3,1fr); } }
@media(max-width:576px){ .pet-use-cards { grid-template-columns: 1fr 1fr; } }


.pet-why-choose { padding: 10px 0; background: #f7f9fc; }
.pet-why-choose .sec-tag { display: block; font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #f0b429; }
.pet-why-choose h2 { font-size: clamp(24px,3.5vw,38px); font-weight: 700; color: #1a1a2e; margin-bottom: 10px; }
.pwc-top { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; }
.pwc-highlight { background: #e6f1fb; border-radius: 20px; padding: 36px 32px; display: flex; flex-direction: column; justify-content: space-between; min-height: 210px; }
.pwc-highlight .hi-icon { font-size: 42px; color: #185fa5; margin-bottom: auto; }
.pwc-highlight .hi-num { font-size: 52px; font-weight: 800; color: #185fa5; line-height: 1; margin: 20px 0 6px; }
.pwc-highlight .hi-label { font-size: 14px; color: #185fa5; opacity: 0.85; margin: 0; line-height: 1.5; }
.pwc-checklist { background: #fff; border: 1px solid #e2e8f0; border-radius: 20px; padding: 32px; }
.pwc-checklist h4 { font-size: 16px; font-weight: 700; color: #1a1a2e; margin: 0 0 20px; }
.pwc-check-item { display: flex; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid #f0f4f8; font-size: 14px; color: #5a6070; }
.pwc-check-item:last-child { border-bottom: none; }
.pwc-check-item i { color: #0f6e56; font-size: 18px; flex-shrink: 0; }
.pwc-bottom { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.pwc-detail-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 20px; padding: 28px; transition: box-shadow 0.2s, transform 0.2s; }
.pwc-detail-card:hover { box-shadow: 0 8px 32px rgba(50,91,201,0.1); transform: translateY(-4px); }
.pwc-detail-card .dc-icon { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.pwc-detail-card .dc-icon.blue   { background: #e6f1fb; } .pwc-detail-card .dc-icon.blue i   { color: #185fa5; }
.pwc-detail-card .dc-icon.green  { background: #e1f5ee; } .pwc-detail-card .dc-icon.green i  { color: #0f6e56; }
.pwc-detail-card .dc-icon.amber  { background: #faeeda; } .pwc-detail-card .dc-icon.amber i  { color: #854f0b; }
.pwc-detail-card .dc-icon i { font-size: 24px; }
.pwc-detail-card h5 { font-size: 15px; font-weight: 700; color: #1a1a2e; margin: 0 0 8px; }
.pwc-detail-card p { font-size: 13px; color: #5a6070; margin: 0; line-height: 1.7; }
@media(max-width:768px){ .pwc-top,.pwc-bottom { grid-template-columns: 1fr; } }



.pet-faq-section { padding: 20px 0; background: #fff; }
.pet-faq-section .sec-tag { display: block; font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #f0b429; }
.pet-faq-section h2 { font-size: clamp(24px,3.5vw,38px); font-weight: 700; color: #1a1a2e; margin-bottom: 10px; }
.pfaq-item { background: #fff; border: 1px solid #e2e8f0; border-radius: 16px; margin-bottom: 14px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.04); transition: box-shadow 0.2s; }
.pfaq-item:hover { box-shadow: 0 4px 20px rgba(50,91,201,0.1); }
.pfaq-question { display: flex; align-items: center; gap: 16px; padding: 20px 24px; cursor: pointer; user-select: none; }
.pfaq-num { width: 36px; height: 36px; flex-shrink: 0; border-radius: 50%; background: linear-gradient(135deg,#325bc9,#3a4096); color: #fff; font-size: 14px; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.pfaq-question h5 { flex: 1; margin: 0; font-size: 15px; font-weight: 700; color: #1a1a2e; }
.pfaq-toggle { width: 32px; height: 32px; flex-shrink: 0; border-radius: 50%; background: #f0f4ff; display: flex; align-items: center; justify-content: center; transition: background 0.2s; }
.pfaq-toggle i { font-size: 18px; color: #325bc9; transition: transform 0.3s; }
.pfaq-item.popen .pfaq-toggle { background: #325bc9; }
.pfaq-item.popen .pfaq-toggle i { color: #fff; transform: rotate(45deg); }
.pfaq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.pfaq-answer-inner { padding: 0 24px 20px 76px; color: #5a6070; font-size: 14px; line-height: 1.8; }
.pfaq-item.popen .pfaq-answer { max-height: 200px; }
/* Side CTA box */
.pfaq-cta-box { background: linear-gradient(135deg,#3a4096,#325bc9); border-radius: 20px; padding: 36px 28px; text-align: center; }
.pfaq-cta-box i { font-size: 42px; color: rgba(255,255,255,0.25); margin-bottom: 16px; display: block; }
.pfaq-cta-box h4 { color: #fff; font-size: 20px; font-weight: 700; margin-bottom: 10px; }
.pfaq-cta-box p { color: rgba(255,255,255,0.75); font-size: 14px; margin-bottom: 24px; line-height: 1.7; }
.pfaq-cta-box a { display: inline-block; background: #f0b429; color: #1a1a2e; padding: 13px 30px; border-radius: 50px; font-weight: 700; font-size: 15px; text-decoration: none; transition: transform 0.2s; }
.pfaq-cta-box a:hover { transform: translateY(-2px); }
@media(max-width:576px){ .pfaq-answer-inner { padding: 0 16px 18px 16px; } }


