 :root {
     --deep-purple: #40266F;
     --button-purple: #62449A;
     --button-purple-hover: #573d89;
     --text-dark: #2b2b2b;
     --teal: #3fae8f;
 }

 * {
     box-sizing: border-box;
 }

 html {
     scroll-behavior: smooth;
 }

 a {
     list-style: none;
     text-decoration: none;
 }

 body {
     margin: 0;
     font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
     color: var(--text-dark);
     overflow-x: hidden;
 }

 img {
     max-width: 100%;
     display: block;
 }

 /* Top announcement bar */
 .announce-bar {
     background: var(--deep-purple);
     color: #ffffff;
     font-size: 13px;
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding: 8px 28px;
 }

 .announce-bar .left {
     display: flex;
     align-items: center;
     gap: 6px;
 }

 .announce-bar .dot {
     opacity: 0.6;
     margin: 0 2px;
 }

 .announce-bar .right strong {
     font-weight: 700;
 }

 /* Main nav */
 .navbar {
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding: 14px 28px;
     background: #ffffff;
     border-bottom: 1px solid #eee;
 }

 .brand {
     display: flex;
     align-items: center;
     gap: 10px;
 }

 .brand .logo-img {
     height: 58px;
     width: auto;
     display: block;
 }

 .nav-links {
     display: flex;
     align-items: center;
     gap: 32px;
 }

 .nav-links a {
     text-decoration: none;
     color: #333;
     font-size: 14px;
     font-weight: 500;
 }

 .nav-links a:hover {
     color: var(--button-purple);
 }

 .cta-button {
     background: var(--button-purple);
     color: #ffffff;
     border: none;
     border-radius: 24px;
     padding: 10px 22px;
     font-size: 14px;
     font-weight: 600;
     cursor: pointer;
     display: flex;
     align-items: center;
     gap: 6px;
     white-space: nowrap;
 }

 .cta-button:hover {
     background: var(--button-purple-hover);
 }

 @media (max-width: 720px) {
     .nav-links {
         display: none;
     }

     .announce-bar {
         flex-direction: column;
         gap: 4px;
         text-align: center;
         padding: 8px 16px;
     }
 }

 @media (max-width: 980px) {
     .pfb-hero {
         padding: 48px 24px 60px;
     }

     .pfs-wrap {
         padding-left: 16px;
         padding-right: 16px;
     }

     .pfs-stats-card,
     .pfs-cta-card,
     .pfs-info-card,
     .pfa-section,
     .pfw-section,
     .pfp-section,
     .pfl-section,
     .pfq-section,
     .pft-section {
         margin-left: 0;
         margin-right: 0;
     }

     .pfa-section,
     .pfw-section,
     .pfp-section,
     .pfl-section,
     .pfq-section,
     .pft-section {
         padding-left: 20px;
         padding-right: 20px;
     }
 }

 @media (max-width: 680px) {
     .announce-bar {
         padding: 8px 12px;
     }

     .announce-bar .left,
     .announce-bar .right {
         flex-wrap: wrap;
         justify-content: center;
     }

     .navbar {
         padding: 12px 16px;
     }

     .brand .logo-img {
         height: 42px;
     }

     .pfb-cta-row {
         flex-direction: column;
         align-items: stretch;
     }

     .pfb-btn-primary,
     .pfb-btn-secondary,
     .pfs-cta-button,
     .pfw-cta-button,
     .pfp-cta-button,
     .pfl-cta-button,
     .pfa-cta-button,
     .pft-hero-cta {
         width: 100%;
         justify-content: center;
     }

     .card {
         flex-direction: column;
         align-items: flex-start;
     }
 }

 @media (max-width: 480px) {
     .pfb-headline {
         font-size: 32px;
     }

     .pfb-subtext {
         font-size: 15px;
     }

     .pfb-main-photo {
         max-width: 100%;
     }

     .pfb-info-card {
         position: static;
         width: 100%;
         margin-top: 16px;
     }

     .pfb-dog-photo {
         left: 12px;
         bottom: -12px;
         width: 120px;
         height: 140px;
     }

     .pfb-badge {
         right: 12px;
         bottom: -10px;
         width: 76px;
         height: 76px;
     }

     .pfs-stats-card {
         grid-template-columns: 1fr;
         margin: 0 8px;
         padding: 24px 18px;
     }

     .pfs-fine-print {
         padding: 0 12px;
         text-align: left;
     }

     .pft-hero-split-copy h1,
     .pfp-copy h2,
     .pfw-header h2,
     .pfa-header h2,
     .pfl-copy h2 {
         font-size: 26px;
     }

     .pfa-grid,
     .pfw-features,
     .pft-cards-row,
     .pft-includes-grid {
         grid-template-columns: 1fr;
     }
 }

 @media (max-width: 1180px) {

     .pfa-section,
     .pfw-section,
     .pfp-section,
     .pfl-section,
     .pfq-section,
     .pfe-section,
     .pfx-section,
     .pfc-section {
         padding-left: 20px;
         padding-right: 20px;
     }

     .pff-inner {
         padding-left: 20px;
         padding-right: 20px;
     }
 }

 @media (max-width: 540px) {

     .announce-bar .left,
     .announce-bar .right {
         width: 100%;
         justify-content: center;
         text-align: center;
     }

     .announce-bar .left {
         flex-wrap: wrap;
     }

     .pfb-hero,
     .pft-section,
     .pfw-section,
     .pfp-section,
     .pfa-section,
     .pfl-section,
     .pfq-section,
     .pfe-section,
     .pfx-section,
     .pfc-section,
     .pff-inner {
         padding-left: 16px;
         padding-right: 16px;
     }

     .pfc-card h2,
     .pft-hero-split-copy h1,
     .pfp-copy h2,
     .pfw-header h2,
     .pfa-header h2,
     .pfl-copy h2,
     .pfq-col h2,
     .pfe-copy h2 {
         font-size: 22px;
     }

     .pfb-headline {
         font-size: 28px;
     }

     .pfb-subtext,
     .pft-tickets-copy>p,
     .pfw-header-note,
     .pfa-header-note,
     .pfe-copy>p,
     .pfq-plan-item span,
     .pfq-mini-cta-text p:last-child,
     .pfc-card p {
         font-size: 13px;
     }

     .pfs-wrap {
         padding-left: 8px;
         padding-right: 8px;
     }
 }

 .menu-toggle {
     display: none;
     flex-direction: column;
     justify-content: center;
     gap: 5px;
     width: 32px;
     height: 32px;
     background: none;
     border: none;
     cursor: pointer;
     padding: 0;
 }

 .menu-toggle span {
     display: block;
     height: 2px;
     width: 100%;
     background: var(--text-dark);
     border-radius: 2px;
     transition: transform 0.25s ease, opacity 0.25s ease;
 }

 .menu-toggle.open span:nth-child(1) {
     transform: translateY(7px) rotate(45deg);
 }

 .menu-toggle.open span:nth-child(2) {
     opacity: 0;
 }

 .menu-toggle.open span:nth-child(3) {
     transform: translateY(-7px) rotate(-45deg);
 }

 .cta-mobile {
     display: none;
 }

 @media (max-width: 720px) {
     .nav-links {
         display: none;
         /* base state, overridden by .open below */
         position: absolute;
         top: 100%;
         left: 0;
         right: 0;
         background: #ffffff;
         flex-direction: column;
         align-items: flex-start;
         gap: 0;
         padding: 8px 0;
         border-bottom: 1px solid #eee;
         box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
     }

     .nav-links.open {
         display: flex;
     }

     .nav-links a {
         width: 100%;
         padding: 12px 24px;
     }

     .nav-links a:hover {
         background: #f7f5fb;
     }

     .cta-mobile {
         display: flex;
         margin: 10px 24px 4px;
         justify-content: center;
     }

     .cta-desktop {
         display: none;
     }

     .menu-toggle {
         display: flex;
     }

     .navbar {
         position: relative;
     }

     .announce-bar {
         flex-direction: column;
         gap: 4px;
         text-align: center;
         padding: 8px 16px;
     }
 }

 /* hero section  */

 .pfb-hero {
     margin: 0;
     font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
     background: linear-gradient(120deg, #fbeae4 0%, #f6f4fb 35%, #eef3f0 70%, #f7f3fb 100%);
     /* max-width: 1120px; */
     margin: 0 auto;
     padding: 72px 136px 96px;
     display: grid;
     grid-template-columns: 1.05fr 0.95fr;
     gap: 40px;
     align-items: center;
 }

 /* ---- Left column ---- */
 .pfb-eyebrow {
     display: flex;
     align-items: center;
     gap: 10px;
     margin-bottom: 22px;
 }

 .pfb-eyebrow .pfb-bar {
     width: 26px;
     height: 3px;
     background: #f2a33e;
     border-radius: 2px;
 }

 .pfb-eyebrow span {
     font-size: 12px;
     font-weight: 700;
     letter-spacing: 0.8px;
     color: #3f2872;
 }

 .pfb-headline {
     font-size: 52px;
     line-height: 1.08;
     margin: 0 0 22px;
     font-weight: 800;
     color: #17181c;
     letter-spacing: -1px;
 }

 .pfb-headline .pfb-accent {
     color: #5B3A9E;
 }

 .pfb-subtext {
     font-size: 16px;
     line-height: 1.6;
     color: #5b5f6a;
     max-width: 440px;
     margin-bottom: 32px;
 }

 .pfb-cta-row {
     display: flex;
     align-items: center;
     gap: 14px;
     margin-bottom: 26px;
 }

 .pfb-btn-primary {
     background: #5B3A9E;
     color: #fff;
     border: none;
     border-radius: 28px;
     padding: 14px 26px;
     font-size: 14.5px;
     font-weight: 700;
     cursor: pointer;
     display: inline-flex;
     align-items: center;
     gap: 8px;
     white-space: nowrap;
 }

 .pfb-btn-primary:hover {
     background: #3f2872;
 }

 .pfb-btn-secondary {
     background: #ffffff;
     color: #17181c;
     border: 1px solid #e2e0e8;
     border-radius: 28px;
     padding: 14px 26px;
     font-size: 14.5px;
     font-weight: 700;
     cursor: pointer;
     white-space: nowrap;
 }

 .pfb-btn-secondary:hover {
     border-color: #5B3A9E;
 }

 .pfb-trust-row {
     display: flex;
     align-items: center;
     gap: 8px;
     font-size: 13px;
     color: #5b5f6a;
 }

 .pfb-trust-row .pfb-paw {
     /* background-color: #000; */
     width: 18px;
     height: 18px;
     border-radius: 50%;
     flex-shrink: 0;
     background-image: url(../image/footprint.png);
     background-size: cover;
 }

 /* ---- Right column ---- */
 .pfb-media {
     position: relative;
     display: flex;
     justify-content: center;
 }

 .pfb-main-photo {
     width: 100%;
     max-width: 380px;
     aspect-ratio: 3 / 3.7;
     border-radius: 28px;
     overflow: hidden;
     box-shadow: 0 30px 60px -20px rgba(60, 30, 90, 0.35);
 }

 .pfb-main-photo img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     display: block;
 }

 .pfb-info-card {
     position: absolute;
     top: 18px;
     right: -20px;
     width: 230px;
     background: #ffffff;
     border-radius: 16px;
     padding: 18px 20px;
     box-shadow: 0 20px 40px -12px rgba(30, 20, 60, 0.25);
 }

 .pfb-info-card .pfb-date {
     font-size: 12px;
     font-weight: 700;
     color: #5B3A9E;
     letter-spacing: 0.3px;
     margin-bottom: 4px;
 }

 .pfb-info-card .pfb-title {
     font-size: 17px;
     font-weight: 800;
     color: #17181c;
     margin-bottom: 12px;
 }

 .pfb-info-card .pfb-detail {
     display: flex;
     align-items: flex-start;
     gap: 8px;
     font-size: 12.5px;
     color: #5b5f6a;
     margin-bottom: 8px;
     line-height: 1.4;
 }

 .pfb-info-card .pfb-detail:last-child {
     margin-bottom: 0;
 }

 .pfb-info-card .pfb-detail .pfb-icon {
     color: #f2a33e;
     flex-shrink: 0;
     font-size: 12px;
     margin-top: 2px;
 }

 .pfb-dog-photo {
     position: absolute;
     left: -27px;
     bottom: -25px;
     width: 166px;
     height: 197px;
     border-radius: 16px;
     overflow: hidden;
     border: 4px solid #ffffff;
     box-shadow: 0 16px 30px -10px rgba(30, 20, 60, 0.3);
 }

 .pfb-dog-photo img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     display: block;
 }

 .pfb-badge {
     position: absolute;
     right: 40px;
     bottom: -18px;
     width: 92px;
     height: 92px;
     border-radius: 50%;
     background: #f2a33e;
     color: #ffffff;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     text-align: center;
     box-shadow: 0 14px 26px -8px rgba(200, 120, 20, 0.5);
     font-weight: 800;
 }

 .pfb-badge .pfb-price {
     font-size: 15px;
     line-height: 1.1;
 }

 .pfb-badge .pfb-pass {
     font-size: 10px;
     letter-spacing: 0.5px;
     line-height: 1.2;
     margin-top: 2px;
 }

 @media (max-width: 860px) {
     .pfb-hero {
         grid-template-columns: 1fr;
         padding: 48px 24px 60px;
     }

     .pfb-headline {
         font-size: 38px;
     }

     .pfb-media {
         margin-top: 60px;
     }

     .pfb-info-card {
         right: 0;
     }

     .pfb-dog-photo {
         left: 0;
     }
 }

 .card {
     display: flex;
     align-items: center;
     gap: 20px;
     /* padding: 24px 32px; */
     /* max-width: 480px; */
 }

 .avatars {
     display: flex;
     flex-shrink: 0;
 }

 .avatar {
     width: 40px;
     height: 40px;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #fff;
     font-weight: 600;
     font-size: 15px;
     border: 3px solid #fff;
     margin-left: -14px;
 }

 .avatar:first-child {
     margin-left: 0;
 }

 .avatar.green {
     background: #34c1a4;
     z-index: 1;
 }

 .avatar.purple {
     background: #6b46c1;
     z-index: 2;
 }

 .avatar.orange {
     background: #f97316;
     color: #fffeff;
     z-index: 3;
 }

 .text {
     font-size: 15px;
     line-height: 1.45;
     color: #3f3f46;
 }


 /* counter section  */

 .pfs-wrap {
     --pfs-purple: #4b2f7f;
     --pfs-purple-deep: #3b2464;
     --pfs-teal: #4a9b8e;
     --pfs-grey-text: #6b6b76;
     --pfs-shadow: rgba(60, 40, 100, 0.08);
     width: 100%;
     /* max-width: 1200px; */
     margin: 0 auto;
     /* padding: 48px 24px; */
     display: flex;
     flex-direction: column;
     gap: 32px;
     font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
     box-sizing: border-box;
 }

 .pfs-wrap * {
     box-sizing: border-box;
 }

 /* Section 1 — Counter / Stats */
 .pfs-stats-card {
     background: #ffffff;
     border-radius: 22px;
     box-shadow: 0 12px 30px var(--pfs-shadow);
     padding: 40px 48px;
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 32px;
     margin: 0 60px;
 }

 .pfs-stat+.pfs-stat {
     border-left: 1px solid #e7e5ec;
     padding-left: 32px;
 }

 .pfs-stat-label {
     font-size: 12.5px;
     font-weight: 700;
     letter-spacing: 0.03em;
     color: var(--pfs-teal);
     margin-bottom: 10px;
 }

 .pfs-stat-value {
     font-size: 34px;
     font-weight: 700;
     color: var(--pfs-purple);
     line-height: 1.1;
     margin-bottom: 8px;
 }

 .pfs-stat-desc {
     font-size: 14.5px;
     color: var(--pfs-grey-text);
 }

 .pfs-counter,
 .pfs-prefix,
 .pfs-suffix {
     font-variant-numeric: tabular-nums;
 }

 .pfs-fine-print {
     text-align: right;
     font-size: 12.5px;
     color: #9793a1;
     padding: 0 40px;
 }

 /* Section 2 — CTA banner */
 .pfs-cta-card {
     background: #ffffff;
     border-radius: 22px;
     box-shadow: 0 12px 30px var(--pfs-shadow);
     padding: 32px 48px;
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 24px;
     flex-wrap: wrap;
     margin: 0 60px;
 }

 .pfs-cta-text h2 {
     margin: 0 0 6px 0;
     font-size: 20px;
     color: var(--pfs-purple-deep);
     font-weight: 700;
 }

 .pfs-cta-text p {
     margin: 0;
     font-size: 15px;
     color: #252424;
 }

 .pfs-cta-button {
     background: var(--pfs-purple);
     color: #fff;
     border: none;
     border-radius: 999px;
     padding: 16px 30px;
     font-size: 15.5px;
     font-weight: 600;
     cursor: pointer;
     display: inline-flex;
     align-items: center;
     gap: 10px;
     transition: background 0.2s ease, transform 0.2s ease;
     white-space: nowrap;
     font-family: inherit;
 }

 .pfs-cta-button:hover {
     background: var(--pfs-purple-deep);
     transform: translateY(-1px);
 }

 .pfs-cta-button:focus-visible {
     outline: 3px solid var(--pfs-teal);
     outline-offset: 2px;
 }

 /* Section 3 — Info strip */
 .pfs-info-card {
     background: #2a0d61;
     /* border-radius: 22px; */
     box-shadow: 0 12px 30px var(--pfs-shadow);
     padding: 24px 48px;
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 10px;
     flex-wrap: wrap;
     text-align: center;
     font-size: 14.5px;
     color: #ffffff;
 }

 .pfs-info-card b {
     color: #fff;
     font-weight: 700;
 }

 .pfs-dot {
     color: #d8a13a;
     font-weight: 700;
 }

 @media (max-width: 800px) {
     .pfs-stats-card {
         grid-template-columns: repeat(2, 1fr);
         padding: 28px 24px;
         gap: 24px 20px;
     }

     .pfs-stat+.pfs-stat {
         border-left: none;
         padding-left: 0;
     }

     .pfs-stat:nth-child(2n+1) {
         border-right: 1px solid #e7e5ec;
         padding-right: 20px;
     }

     .pfs-cta-card {
         padding: 24px;
         flex-direction: column;
         align-items: flex-start;
     }

     .pfs-cta-button {
         width: 100%;
         justify-content: center;
     }

     .pfs-info-card {
         padding: 20px 24px;
     }

     .pfs-stats-card {
         margin: 0;
     }
 }

 /* Events section  */

 .pft-section {
     --pft-purple: #6b3fa0;
     --pft-purple-deep: #4b2f7f;
     --pft-coral: #d97757;
     --pft-grey-text: #6b6b76;
     --pft-grey-light: #8a8a94;
     --pft-border: #ece8f2;
     --pft-shadow: rgba(60, 40, 100, 0.08);

     width: 100%;
     margin: 0 auto;
     padding: 56px 24px 80px;
     font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
     box-sizing: border-box;
     background: linear-gradient(180deg, #ffffff 0%, #fdf3ee 100%);
 }

 .pft-section * {
     box-sizing: border-box;
 }

 /* ---------- Hero (image left, copy right) ---------- */
 .pft-hero-split {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 48px;
     align-items: center;
     max-width: 1000px;
     margin: 0 auto 64px;
 }

 .pft-hero-split-img img {
     width: 100%;
     height: 100%;
     max-height: 420px;
     object-fit: cover;
     border-radius: 20px;
     box-shadow: 0 12px 30px var(--pft-shadow);
     display: block;
 }

 .pft-hero-split-copy {
     text-align: left;
 }

 .pft-eyebrow {
     display: flex;
     align-items: center;
     gap: 8px;
     font-size: 12.5px;
     font-weight: 700;
     letter-spacing: 0.04em;
     color: var(--pft-coral);
     margin-bottom: 18px;
 }

 .pft-eyebrow::before {
     content: "";
     width: 18px;
     height: 2px;
     background: var(--pft-coral);
 }

 .pft-hero-split-copy h1 {
     font-size: 30px;
     line-height: 1.25;
     font-weight: 700;
     color: #1c1c24;
     margin: 0 0 20px;
 }

 .pft-hero-split-copy h1 .pft-highlight {
     color: var(--pft-purple);
 }

 .pft-hero-split-copy .pft-hero-lead {
     font-size: 15.5px;
     color: #0d0d0d;
     margin: 0 0 26px;
     font-weight: 500;
 }

 .pft-hero-cta {
     background: var(--pft-purple-deep);
     color: #fff;
     border: none;
     border-radius: 999px;
     padding: 16px 30px;
     font-size: 15px;
     font-weight: 600;
     cursor: pointer;
     display: inline-flex;
     align-items: center;
     gap: 10px;
     font-family: inherit;
     transition: background 0.2s ease, transform 0.2s ease;
 }

 .pft-hero-cta:hover {
     background: var(--pft-purple);
     transform: translateY(-1px);
 }

 .pft-hero-cta:focus-visible {
     outline: 3px solid var(--pft-coral);
     outline-offset: 2px;
 }

 /* ---------- Ticket comparison ---------- */
 .pft-tickets {
     display: grid;
     grid-template-columns: 1.05fr 1fr;
     gap: 40px;
     align-items: start;
 }

 .pft-tickets-eyebrow {
     display: flex;
     align-items: center;
     gap: 8px;
     font-size: 12px;
     font-weight: 700;
     letter-spacing: 0.04em;
     color: var(--pft-coral);
     margin-bottom: 14px;
 }

 .pft-tickets-eyebrow::before {
     content: "";
     width: 18px;
     height: 2px;
     background: var(--pft-coral);
 }

 .pft-tickets-copy h2 {
     font-size: 27px;
     line-height: 1.25;
     font-weight: 700;
     color: #1c1c24;
     margin: 0 0 18px;
 }

 .pft-tickets-copy>p {
     font-size: 14.5px;
     line-height: 1.6;
     color: var(--pft-grey-text);
     margin: 0 0 26px;
 }

 .pft-checklist {
     list-style: none;
     margin: 0;
     padding: 0;
     display: flex;
     flex-direction: column;
     gap: 20px;
 }

 .pft-checklist li {
     display: flex;
     gap: 12px;
 }

 .pft-check-icon {
     flex-shrink: 0;
     width: 20px;
     height: 20px;
     border-radius: 50%;
     background: #e8f5f0;
     color: #2e9e6d;
     font-size: 12px;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-top: 2px;
 }

 .pft-checklist strong {
     display: block;
     font-size: 14.5px;
     color: #1c1c24;
     margin-bottom: 3px;
 }

 .pft-checklist span {
     font-size: 13.5px;
     color: var(--pft-grey-light);
     line-height: 1.5;
 }

 /* ---------- Pricing cards ---------- */
 .pft-cards-col {
     display: flex;
     flex-direction: column;
     gap: 16px;
 }

 .pft-cards-row {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 16px;
 }

 .pft-price-card {
     background: #ffffff;
     border: 1px solid var(--pft-border);
     border-radius: 16px;
     box-shadow: 0 10px 24px var(--pft-shadow);
     padding: 22px 20px;
     display: flex;
     flex-direction: column;
 }

 .pft-price-tag {
     align-self: flex-start;
     font-size: 10.5px;
     font-weight: 700;
     letter-spacing: 0.02em;
     color: var(--pft-purple);
     background: #f1eaf9;
     padding: 4px 10px;
     border-radius: 999px;
     margin-bottom: 14px;
 }

 .pft-price-amount {
     font-size: 26px;
     font-weight: 700;
     color: var(--pft-purple-deep);
     margin-bottom: 6px;
 }

 .pft-price-name {
     font-size: 14px;
     font-weight: 700;
     color: #1c1c24;
     margin-bottom: 10px;
 }

 .pft-price-desc {
     font-size: 12.5px;
     line-height: 1.5;
     color: var(--pft-grey-light);
     margin: 0 0 18px;
     flex-grow: 1;
 }

 .pft-price-btn {
     font-family: inherit;
     font-size: 13.5px;
     font-weight: 600;
     border-radius: 999px;
     padding: 11px 16px;
     text-align: center;
     cursor: pointer;
     border: none;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     gap: 6px;
     transition: opacity 0.2s ease, background 0.2s ease;
 }

 .pft-price-btn.pft-btn-solid {
     background: var(--pft-purple-deep);
     color: #fff;
 }

 .pft-price-btn.pft-btn-solid:hover {
     background: var(--pft-purple);
 }

 .pft-price-btn.pft-btn-outline {
     background: #fff;
     color: var(--pft-purple-deep);
     border: 1.5px solid var(--pft-purple-deep);
 }

 .pft-price-btn.pft-btn-outline:hover {
     background: #f6f2fb;
 }

 /* ---------- Includes card ---------- */
 .pft-includes-card {
     background: #ffffff;
     border: 1px solid var(--pft-border);
     border-radius: 16px;
     box-shadow: 0 10px 24px var(--pft-shadow);
     padding: 22px 24px;
 }

 .pft-includes-card h3 {
     font-size: 14px;
     font-weight: 700;
     color: #1c1c24;
     margin: 0 0 16px;
 }

 .pft-includes-grid {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 10px 18px;
     list-style: none;
     margin: 0;
     padding: 0;
 }

 .pft-includes-grid li {
     display: flex;
     align-items: flex-start;
     gap: 8px;
     font-size: 13px;
     color: var(--pft-grey-text);
     line-height: 1.4;
 }

 .pft-includes-grid li::before {
     content: "✓";
     color: #2e9e6d;
     font-weight: 700;
     flex-shrink: 0;
 }

 /* ---------- Responsive ---------- */
 @media (max-width: 820px) {
     .pft-hero-split {
         grid-template-columns: 1fr;
     }

     .pft-hero-split-img img {
         max-height: 280px;
     }

     .pft-tickets {
         grid-template-columns: 1fr;
     }

     .pft-hero-split-copy h1 {
         font-size: 27px;
     }
 }

 @media (max-width: 480px) {
     .pft-cards-row {
         grid-template-columns: 1fr;
     }

     .pft-includes-grid {
         grid-template-columns: 1fr;
     }
 }


 /* WHY PET PARENTS VISIT */
 .pfw-section {
     --pfw-purple: #6b3fa0;
     --pfw-purple-deep: #4b2f7f;
     --pfw-coral: #d97757;
     --pfw-grey-text: #6b6b76;
     --pfw-grey-light: #8a8a94;
     --pfw-border: #ece8f2;
     --pfw-shadow: rgba(60, 40, 100, 0.08);
     --pfw-ink: #1c1c24;

     width: 100%;
     /* max-width: 1230px; */
     margin: 0 auto;
     padding: 56px 24px 64px;
     font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
     box-sizing: border-box;
     background: #F4F1FB;
 }

 .pfw-section * {
     box-sizing: border-box;
 }

 /* ---------- Header ---------- */
 .pfw-header {
     display: flex;
     justify-content: space-between;
     align-items: flex-end;
     gap: 40px;
     margin-bottom: 32px;
     flex-wrap: wrap;
 }

 .pfw-eyebrow {
     display: flex;
     align-items: center;
     gap: 8px;
     font-size: 12px;
     font-weight: 700;
     letter-spacing: 0.04em;
     color: var(--pfw-coral);
     margin-bottom: 14px;
 }

 .pfw-eyebrow::before {
     content: "";
     width: 18px;
     height: 2px;
     background: var(--pfw-coral);
 }

 .pfw-header h2 {
     font-size: 28px;
     line-height: 1.25;
     font-weight: 700;
     color: var(--pfw-ink);
     margin: 0;
     max-width: 420px;
 }

 .pfw-header span {
     font-size: 32px;
     color: #5b0b91;
 }

 .pfw-header-note {
     font-size: 14px;
     line-height: 1.6;
     color: var(--pfw-grey-text);
     max-width: 260px;
     margin: 0;
 }

 /* ---------- Gallery ---------- */
 .pfw-gallery {
     display: grid;
     grid-template-columns: 1.3fr 1fr;
     gap: 16px;
     margin-bottom: 32px;
 }

 .pfw-gallery-tile {
     position: relative;
     border-radius: 16px;
     overflow: hidden;
     background-size: cover;
     background-position: center;
     display: flex;
     align-items: flex-end;
     min-height: 180px;
 }

 .pfw-gallery-tile::after {
     content: "";
     position: absolute;
     inset: 0;
     background: linear-gradient(180deg, rgba(20, 10, 35, 0) 40%, rgba(20, 10, 35, 0.82) 100%);
 }

 .pfw-tile-main {
     grid-row: span 2;
     min-height: 380px;
 }

 .pfw-gallery-side {
     display: flex;
     flex-direction: column;
     gap: 16px;
 }

 .pfw-gallery-side .pfw-gallery-tile {
     min-height: 182px;
 }

 .pfw-tile-content {
     position: relative;
     z-index: 1;
     padding: 20px;
     color: #fff;
 }

 .pfw-tile-tag {
     font-size: 10.5px;
     font-weight: 700;
     letter-spacing: 0.05em;
     color: #f0c9a8;
     margin-bottom: 8px;
 }

 .pfw-tile-content h3 {
     font-size: 17px;
     font-weight: 700;
     margin: 0 0 6px;
     line-height: 1.3;
 }

 .pfw-tile-content p {
     font-size: 12.5px;
     line-height: 1.5;
     margin: 0;
     color: #e5dff0;
     max-width: 320px;
 }

 /* ---------- Feature grid ---------- */
 .pfw-features {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 16px;
     margin-bottom: 24px;
 }

 .pfw-feature-card {
     background: #ffffff;
     border: 1px solid var(--pfw-border);
     border-radius: 14px;
     padding: 20px;
     transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
 }

 .pfw-feature-card:hover {
     background: #4b2f7f;
     border-color: #4b2f7f;
     color: #fff;
 }

 .pfw-feature-card:hover h4,
 .pfw-feature-card:hover p {
     color: #fff;
 }

 .pfw-feature-icon {
     width: 36px;
     height: 36px;
     border-radius: 10px;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 16px;
     margin-bottom: 14px;
 }

 .pfw-feature-card h4 {
     font-size: 14.5px;
     font-weight: 700;
     color: var(--pfw-ink);
     margin: 0 0 8px;
 }

 .pfw-feature-card p {
     font-size: 12.5px;
     line-height: 1.55;
     color: var(--pfw-grey-light);
     margin: 0;
 }

 .pfw-icon-blue {
     background: #e6f0fb;
 }

 .pfw-icon-pink {
     background: #fbe9f0;
 }

 .pfw-icon-teal {
     background: #e4f5f1;
 }

 .pfw-icon-cyan {
     background: #e3f3fb;
 }

 .pfw-icon-green {
     background: #ecf6e6;
 }

 .pfw-icon-yellow {
     background: #fbf3df;
 }

 /* ---------- Bottom CTA banner ---------- */
 .pfw-cta {
     background: #ffffff;
     border: 1px solid var(--pfw-border);
     border-radius: 16px;
     box-shadow: 0 10px 24px var(--pfw-shadow);
     padding: 24px 28px;
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 24px;
     flex-wrap: wrap;
 }

 .pfw-cta-text p:first-child {
     margin: 0 0 4px;
     font-size: 14.5px;
     font-weight: 700;
     color: var(--pfw-purple-deep);
 }

 .pfw-cta-text p:last-child {
     margin: 0;
     font-size: 13px;
     color: var(--pfw-grey-light);
 }

 .pfw-cta-button {
     background: var(--pfw-purple-deep);
     color: #fff;
     border: none;
     border-radius: 999px;
     padding: 14px 24px;
     font-size: 14px;
     font-weight: 600;
     cursor: pointer;
     display: inline-flex;
     align-items: center;
     gap: 8px;
     white-space: nowrap;
     font-family: inherit;
     transition: background 0.2s ease, transform 0.2s ease;
 }

 .pfw-cta-button:hover {
     background: var(--pfw-purple);
     transform: translateY(-1px);
 }

 .pfw-cta-button:focus-visible {
     outline: 3px solid var(--pfw-coral);
     outline-offset: 2px;
 }

 /* ---------- Responsive ---------- */
 @media (max-width: 820px) {
     .pfw-header {
         flex-direction: column;
         align-items: flex-start;
     }

     .pfw-header-note {
         max-width: none;
     }

     .pfw-gallery {
         grid-template-columns: 1fr;
     }

     .pfw-tile-main {
         grid-row: auto;
         min-height: 240px;
     }

     .pfw-features {
         grid-template-columns: 1fr 1fr;
     }
 }

 @media (max-width: 560px) {
     .pfw-features {
         grid-template-columns: 1fr;
     }

     .pfw-cta {
         flex-direction: column;
         align-items: flex-start;
     }

     .pfw-cta-button {
         width: 100%;
         justify-content: center;
     }
 }

 /* BUILT FOR REAL PET PARENTS */

 .pfp-section {
     --pfp-purple: #6b3fa0;
     --pfp-purple-deep: #4b2f7f;
     --pfp-coral: #d97757;
     --pfp-grey-text: #5c5c66;
     --pfp-grey-light: #8a8a94;
     --pfp-border: #e2ddee;
     --pfp-ink: #1c1c24;

     width: 100%;
     /* max-width: 1000px; */
     margin: 0 auto;
     padding: 56px 24px;
     font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
     box-sizing: border-box;
     background: #FEF4EF;
     border-radius: 20px;
 }

 .pfp-section * {
     box-sizing: border-box;
 }

 .pfp-grid {
     display: grid;
     grid-template-columns: 0.85fr 1.15fr;
     gap: 48px;
     align-items: center;
 }

 /* ---------- Photo ---------- */
 .pfp-photo {
     position: relative;
     border-radius: 18px;
     overflow: hidden;
     background-size: cover;
     background-position: center;
     aspect-ratio: 3 / 4;
 }

 .pfp-badge {
     position: absolute;
     left: 16px;
     bottom: 16px;
     background: #ffffff;
     color: var(--pfp-ink);
     font-size: 11px;
     font-weight: 700;
     letter-spacing: 0.03em;
     padding: 8px 16px;
     border-radius: 999px;
 }

 /* ---------- Copy ---------- */
 .pfp-eyebrow {
     display: flex;
     align-items: center;
     gap: 8px;
     font-size: 12px;
     font-weight: 700;
     letter-spacing: 0.04em;
     color: var(--pfp-coral);
     margin-bottom: 16px;
 }

 .pfp-eyebrow::before {
     content: "";
     width: 18px;
     height: 2px;
     background: var(--pfp-coral);
 }

 .pfp-copy h2 {
     font-size: 30px;
     line-height: 1.25;
     font-weight: 700;
     color: var(--pfp-ink);
     margin: 0 0 18px;
 }

 .pfp-copy p {
     font-size: 15px;
     line-height: 1.65;
     color: var(--pfp-grey-text);
     margin: 0 0 24px;
     /* max-width: 440px; */
 }

 /* ---------- Tag pills ---------- */
 .pfp-tags {
     display: flex;
     flex-wrap: wrap;
     gap: 10px;
     margin-bottom: 28px;
 }

 .pfp-tag {
     font-size: 13px;
     font-weight: 500;
     color: var(--pfp-ink);
     background: #ffffff;
     border: 1px solid var(--pfp-border);
     padding: 9px 16px;
     border-radius: 999px;
     white-space: nowrap;
 }

 /* ---------- CTA ---------- */
 .pfp-cta-button {
     background: var(--pfp-purple-deep);
     color: #fff;
     border: none;
     border-radius: 999px;
     padding: 16px 28px;
     font-size: 15px;
     font-weight: 600;
     cursor: pointer;
     display: inline-flex;
     align-items: center;
     gap: 10px;
     font-family: inherit;
     transition: background 0.2s ease, transform 0.2s ease;
 }

 .pfp-cta-button:hover {
     background: var(--pfp-purple);
     transform: translateY(-1px);
 }

 .pfp-cta-button:focus-visible {
     outline: 3px solid var(--pfp-coral);
     outline-offset: 2px;
 }

 /* ---------- Responsive ---------- */
 @media (max-width: 820px) {
     .pfp-grid {
         grid-template-columns: 1fr;
         gap: 32px;
     }

     .pfp-photo {
         max-width: 360px;
         /* margin: 0 auto; */
         aspect-ratio: 4 / 5;
     }

     .pfp-copy h2 {
         font-size: 26px;
     }
 }

 @media (max-width: 480px) {
     .pfp-section {
         padding: 40px 20px;
     }

     .pfp-cta-button {
         width: 100%;
         justify-content: center;
     }
 }

 /* WHAT'S WAITING FOR YOU */
 .pfa-section {
     --pfa-purple: #6b3fa0;
     --pfa-purple-deep: #4b2f7f;
     --pfa-coral: #d97757;
     --pfa-grey-text: #6b6b76;
     --pfa-grey-light: #8a8a94;
     --pfa-border: #ece8f2;
     --pfa-shadow: rgba(60, 40, 100, 0.08);
     --pfa-ink: #1c1c24;
     width: 100%;
     /* max-width: 1260px; */
     margin: 0;
     padding: 56px 124px 64px;
     font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
     box-sizing: border-box;
     background: #F4F1FB;
 }

 .pfa-section * {
     box-sizing: border-box;
 }

 /* ---------- Header ---------- */
 .pfa-header {
     display: flex;
     justify-content: space-between;
     align-items: center;
     gap: 40px;
     margin-bottom: 32px;
     flex-wrap: wrap;
 }

 .pfa-eyebrow {
     display: flex;
     align-items: center;
     gap: 8px;
     font-size: 12px;
     font-weight: 700;
     letter-spacing: 0.04em;
     color: var(--pfa-coral);
     margin-bottom: 14px;
 }

 .pfa-eyebrow::before {
     content: "";
     width: 18px;
     height: 2px;
     background: var(--pfa-coral);
 }

 .pfa-header h2 {
     font-size: 28px;
     line-height: 1.25;
     font-weight: 700;
     color: var(--pfa-ink);
     margin: 0;
     max-width: 580px;
 }

 .pfa-header-note {
     font-size: 14px;
     line-height: 1.6;
     color: var(--pfa-grey-text);
     max-width: 260px;
     margin: 14px 0 0;
 }

 /* ---------- Activity grid ---------- */
 .pfa-grid {
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 12px;
     margin-bottom: 24px;
 }

 .pfa-item {
     display: flex;
     align-items: center;
     gap: 10px;
     background: #ffffff;
     border: 1px solid var(--pfa-border);
     border-radius: 10px;
     padding: 14px 16px;
     font-size: 13px;
     font-weight: 600;
     color: var(--pfa-ink);
 }

 .pfa-item::before {
     content: "";
     flex-shrink: 0;
     width: 6px;
     height: 6px;
     border-radius: 50%;
     background: var(--pfa-coral);
 }

 /* ---------- Bottom CTA banner ---------- */
 .pfa-cta {
     background: #ffffff;
     border: 1px solid var(--pfa-border);
     border-radius: 16px;
     box-shadow: 0 10px 24px var(--pfa-shadow);
     padding: 24px 28px;
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 24px;
     flex-wrap: wrap;
 }

 .pfa-cta-text p:first-child {
     margin: 0 0 4px;
     font-size: 14.5px;
     font-weight: 700;
     color: var(--pfa-purple-deep);
 }

 .pfa-cta-text p:last-child {
     margin: 0;
     font-size: 13px;
     color: var(--pfa-grey-light);
 }

 .pfa-cta-button {
     background: var(--pfa-purple-deep);
     color: #fff;
     border: none;
     border-radius: 999px;
     padding: 14px 24px;
     font-size: 14px;
     font-weight: 600;
     cursor: pointer;
     display: inline-flex;
     align-items: center;
     gap: 8px;
     white-space: nowrap;
     font-family: inherit;
     transition: background 0.2s ease, transform 0.2s ease;
 }

 .pfa-cta-button:hover {
     background: var(--pfa-purple);
     transform: translateY(-1px);
 }

 .pfa-cta-button:focus-visible {
     outline: 3px solid var(--pfa-coral);
     outline-offset: 2px;
 }

 /* ---------- Responsive ---------- */
 @media (max-width: 820px) {
     .pfa-header {
         flex-direction: column;
         align-items: flex-start;
     }

     .pfa-header-note {
         max-width: none;
         margin-top: 8px;
     }

     .pfa-grid {
         grid-template-columns: repeat(2, 1fr);
     }

     .pfa-section {
         padding: 56px 30px 64px;
     }
 }

 @media (max-width: 480px) {
     .pfa-grid {
         grid-template-columns: 1fr;
     }

     .pfa-cta {
         flex-direction: column;
         align-items: flex-start;
     }

     .pfa-cta-button {
         width: 100%;
         justify-content: center;
     }
 }

 /* PET-PARENT EDUCATION IN BENGALURU */
 .pfl-section {
     --pfl-coral: #f0a94e;
     --pfl-coral-deep: #e89830;
     --pfl-ink: #2a1a3d;

     width: 100%;
     /* max-width: 1260px; */
     margin: 0 auto;
     padding: 56px 24px;
     font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
     box-sizing: border-box;
     background: #fdf3ee;
 }

 .pfl-section * {
     box-sizing: border-box;
 }

 .pfl-card {
     background: linear-gradient(135deg, #5b3494 0%, #3f2570 100%);
     border-radius: 28px;
     padding: 52px 56px;
     display: grid;
     grid-template-columns: 1.15fr 1fr;
     gap: 40px;
     align-items: center;
 }

 /* ---------- Left: copy ---------- */
 .pfl-eyebrow {
     display: flex;
     align-items: center;
     gap: 8px;
     font-size: 12px;
     font-weight: 700;
     letter-spacing: 0.05em;
     color: var(--pfl-coral);
     margin-bottom: 18px;
 }

 .pfl-eyebrow::before {
     content: "";
     width: 18px;
     height: 2px;
     background: var(--pfl-coral);
 }

 .pfl-copy h2 {
     font-size: 33px;
     line-height: 1.25;
     font-weight: 700;
     color: #ffffff;
     margin: 0 0 22px;
 }

 .pfl-copy p {
     font-size: 14.5px;
     line-height: 1.65;
     color: rgba(255, 255, 255, 0.78);
     margin: 0 0 16px;
     max-width: 480px;
 }

 .pfl-cta-button {
     margin-top: 22px;
     background: var(--pfl-coral);
     color: var(--pfl-ink);
     border: none;
     border-radius: 999px;
     padding: 16px 28px;
     font-size: 15px;
     font-weight: 700;
     cursor: pointer;
     display: inline-flex;
     align-items: center;
     gap: 10px;
     font-family: inherit;
     transition: background 0.2s ease, transform 0.2s ease;
 }

 .pfl-cta-button:hover {
     background: var(--pfl-coral-deep);
     transform: translateY(-1px);
 }

 .pfl-cta-button:focus-visible {
     outline: 3px solid #ffffff;
     outline-offset: 2px;
 }

 /* ---------- Right: checklist + puppy image ---------- */
 .pfl-checklist-wrap {
     position: relative;
 }

 .pfl-puppy-bg {
     position: absolute;
     top: 292px;
     right: -8%;
     width: 72%;
     max-width: 280px;
     height: auto;
     transform: translateY(-50%);
     opacity: 0.9;
     pointer-events: none;
     z-index: 0;
     filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.25));
 }

 .pfl-checklist {
     position: relative;
     z-index: 1;
     list-style: none;
     margin: 0;
     padding: 0;
     display: flex;
     flex-direction: column;
     gap: 12px;
 }

 .pfl-checklist li {
     display: flex;
     align-items: center;
     gap: 10px;
     background: rgba(255, 255, 255, 0.14);
     backdrop-filter: blur(2px);
     border: 1px solid rgba(255, 255, 255, 0.18);
     border-radius: 10px;
     padding: 14px 18px;
     font-size: 13.5px;
     font-weight: 600;
     color: #ffffff;
 }

 .pfl-checklist li::before {
     content: "✓";
     color: #cfc2ea;
     font-size: 12px;
     flex-shrink: 0;
 }

 /* ---------- Responsive ---------- */
 @media (max-width: 820px) {
     .pfl-card {
         grid-template-columns: 1fr;
         padding: 40px 32px;
     }

     .pfl-copy h2 {
         font-size: 27px;
     }

     .pfl-puppy-bg {
         right: -4%;
         width: 45%;
         opacity: 0.5;
         top: 311px;
         transform: none;
     }
 }

 @media (max-width: 480px) {
     .pfl-card {
         padding: 32px 22px;
         border-radius: 22px;
     }

     .pfl-cta-button {
         width: 100%;
         justify-content: center;
     }

     .pfl-puppy-bg {
         top: 311px;
     }
 }

 /* PLAN YOUR VISIT */

 .pfq-section {
     --pfq-purple: #6b3fa0;
     --pfq-purple-deep: #4b2f7f;
     --pfq-coral: #d97757;
     --pfq-grey-text: #6b6b76;
     --pfq-grey-light: #8a8a94;
     --pfq-border: #ece8f2;
     --pfq-shadow: rgba(60, 40, 100, 0.08);
     --pfq-ink: #1c1c24;

     width: 100%;
     /* max-width: 1230px; */
     margin: 0 auto;
     padding: 56px 24px 64px;
     font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
     box-sizing: border-box;
     background: #F4F1FB;
 }

 .pfq-section * {
     box-sizing: border-box;
 }

 .pfq-grid {
     display: grid;
     grid-template-columns: 0.75fr 1fr;
     gap: 48px;
     align-items: start;
 }

 .pfq-eyebrow {
     display: flex;
     align-items: center;
     gap: 8px;
     font-size: 12px;
     font-weight: 700;
     letter-spacing: 0.04em;
     color: var(--pfq-coral);
     margin-bottom: 14px;
 }

 .pfq-eyebrow::before {
     content: "";
     width: 18px;
     height: 2px;
     background: var(--pfq-coral);
 }

 .pfq-col h2 {
     font-size: 27px;
     line-height: 1.25;
     font-weight: 700;
     color: var(--pfq-ink);
     margin: 0 0 24px;
 }

 /* ---------- Left: plan card ---------- */
 .pfq-plan-card {
     background: #fdf3ea;
     border-radius: 18px;
     padding: 8px 22px;
 }

 .pfq-plan-item {
     display: flex;
     align-items: flex-start;
     gap: 14px;
     padding: 18px 0;
     border-bottom: 1px solid rgba(28, 28, 36, 0.08);
 }

 .pfq-plan-item:last-child {
     border-bottom: none;
 }

 .pfq-plan-icon {
     flex-shrink: 0;
     width: 34px;
     height: 34px;
     border-radius: 9px;
     background: #ffffff;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 15px;
 }

 .pfq-plan-item strong {
     display: block;
     font-size: 14.5px;
     font-weight: 700;
     color: var(--pfq-ink);
     margin-bottom: 3px;
 }

 .pfq-plan-item span {
     font-size: 13px;
     color: #191919;
 }

 /* ---------- Right: FAQ accordion ---------- */
 .pfq-faq-list {
     display: flex;
     flex-direction: column;
     gap: 10px;
     margin-bottom: 16px;
 }

 .pfq-faq-item {
     background: #ffffff;
     border: 1px solid var(--pfq-border);
     border-radius: 12px;
     overflow: hidden;
 }

 .pfq-faq-question {
     width: 100%;
     background: none;
     border: none;
     text-align: left;
     padding: 18px 20px;
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 16px;
     cursor: pointer;
     font-family: inherit;
     font-size: 14.5px;
     font-weight: 700;
     color: var(--pfq-ink);
 }

 .pfq-faq-icon {
     flex-shrink: 0;
     width: 20px;
     height: 20px;
     border-radius: 50%;
     color: var(--pfq-purple-deep);
     font-size: 15px;
     line-height: 1;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .pfq-faq-answer {
     max-height: 0;
     overflow: hidden;
     transition: max-height 0.25s ease;
 }

 .pfq-faq-answer p {
     margin: 0;
     padding: 0 20px 18px;
     font-size: 13.5px;
     line-height: 1.6;
     color: #373739;
 }

 .pfq-faq-item.pfq-open .pfq-faq-answer {
     max-height: 200px;
 }

 .pfq-faq-question:focus-visible {
     outline: 2px solid var(--pfq-coral);
     outline-offset: -2px;
 }

 /* ---------- Bottom mini CTA ---------- */
 .pfq-mini-cta {
     background: #ffffff;
     border: 1px solid var(--pfq-border);
     border-radius: 16px;
     box-shadow: 0 10px 24px var(--pfq-shadow);
     padding: 22px 24px;
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 20px;
     flex-wrap: wrap;
 }

 .pfq-mini-cta-text p:first-child {
     margin: 0 0 4px;
     font-size: 14.5px;
     font-weight: 700;
     color: var(--pfq-purple-deep);
     line-height: 1.35;
 }

 .pfq-mini-cta-text p:last-child {
     margin: 0;
     font-size: 12.5px;
     color: var(--pfq-grey-light);
     line-height: 1.5;
 }

 .pfq-mini-cta-button {
     background: var(--pfq-purple-deep);
     color: #fff;
     border: none;
     border-radius: 999px;
     padding: 13px 20px;
     font-size: 13.5px;
     font-weight: 600;
     cursor: pointer;
     display: inline-flex;
     align-items: center;
     gap: 8px;
     white-space: nowrap;
     font-family: inherit;
     transition: background 0.2s ease, transform 0.2s ease;
 }

 .pfq-mini-cta-button:hover {
     background: var(--pfq-purple);
     transform: translateY(-1px);
 }

 .pfq-mini-cta-button:focus-visible {
     outline: 3px solid var(--pfq-coral);
     outline-offset: 2px;
 }

 /* ---------- Responsive ---------- */
 @media (max-width: 820px) {
     .pfq-grid {
         grid-template-columns: 1fr;
         gap: 40px;
     }

     .pfq-col h2 {
         font-size: 24px;
     }
 }

 @media (max-width: 480px) {
     .pfq-mini-cta {
         flex-direction: column;
         align-items: flex-start;
     }

     .pfq-mini-cta-button {
         width: 100%;
         justify-content: center;
     }
 }

 /* PET PARENT PASS · FROM ₹299 */
 .pfc-section {
     --pfc-purple: #6b3fa0;
     --pfc-purple-deep: #4b2f7f;
     --pfc-coral: #d97757;
     --pfc-grey-text: #6b6b76;
     --pfc-ink: #1c1c24;

     width: 100%;
     max-width: 1200px;
     margin: 0 auto;
     padding: 40px 24px 64px;
     font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
     box-sizing: border-box;
 }

 .pfc-section * {
     box-sizing: border-box;
 }

 .pfc-card {
     background:
         radial-gradient(circle at 12% 85%, rgba(233, 172, 158, 0.55) 0%, rgba(233, 172, 158, 0) 45%),
         radial-gradient(circle at 90% 15%, rgba(163, 213, 190, 0.5) 0%, rgba(163, 213, 190, 0) 45%),
         linear-gradient(135deg, #efe9f7 0%, #f3edf8 100%);
     border-radius: 24px;
     padding: 56px 40px;
     text-align: center;
 }

 .pfc-eyebrow {
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 8px;
     font-size: 12px;
     font-weight: 700;
     letter-spacing: 0.04em;
     color: var(--pfc-purple-deep);
     margin-bottom: 18px;
 }

 .pfc-eyebrow::before {
     content: "";
     width: 18px;
     height: 2px;
     background: var(--pfc-coral);
 }

 .pfc-card h2 {
     font-size: 32px;
     line-height: 1.25;
     font-weight: 700;
     color: var(--pfc-ink);
     margin: 0 0 20px;
     max-width: 640px;
     margin-left: auto;
     margin-right: auto;
 }

 .pfc-card p {
     font-size: 14.5px;
     line-height: 1.65;
     color: var(--pfc-grey-text);
     max-width: 560px;
     margin: 0 auto 32px;
 }

 .pfc-actions {
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 14px;
     flex-wrap: wrap;
 }

 .pfc-btn {
     font-family: inherit;
     font-size: 14.5px;
     font-weight: 600;
     border-radius: 999px;
     padding: 15px 26px;
     cursor: pointer;
     display: inline-flex;
     align-items: center;
     gap: 8px;
     white-space: nowrap;
     border: none;
     transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
 }

 .pfc-btn-solid {
     background: var(--pfc-purple-deep);
     color: #fff;
 }

 .pfc-btn-solid:hover {
     background: var(--pfc-purple);
     transform: translateY(-1px);
 }

 .pfc-btn-outline {
     background: #ffffff;
     color: var(--pfc-ink);
     border: 1px solid #e2ddee;
 }

 .pfc-btn-outline:hover {
     background: #f8f6fb;
     transform: translateY(-1px);
 }

 .pfc-btn:focus-visible {
     outline: 3px solid var(--pfc-coral);
     outline-offset: 2px;
 }

 .pfq-enquiry-btn {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     margin-top: 18px;
     padding: 14px 26px;
     border-radius: 999px;
     background: #4b2f7f;
     color: #fff;
     font-size: 14.5px;
     font-weight: 700;
     text-decoration: none;
     transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
     box-shadow: 0 8px 20px rgba(75, 47, 127, 0.2);
 }

 .pfq-enquiry-btn:hover {
     background: #3d2465;
     transform: translateY(-1px);
     box-shadow: 0 10px 22px rgba(75, 47, 127, 0.28);
 }

 /* ---------- Responsive ---------- */
 @media (max-width: 640px) {
     .pfc-card {
         padding: 44px 24px;
     }

     .pfc-card h2 {
         font-size: 25px;
     }

     .pfc-actions {
         flex-direction: column;
         width: 100%;
     }

     .pfc-btn {
         width: 100%;
         justify-content: center;
     }
 }

 /* footer  */

 .pff-bar {
     width: 100%;
     background: #2a1a3d;
     border-top: 2px solid #4b2f7f;
     font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
     box-sizing: border-box;
 }

 .pff-bar * {
     box-sizing: border-box;
 }

 .pff-inner {
     max-width: 1200px;
     margin: 0 auto;
     padding: 22px 24px;
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 16px;
     flex-wrap: wrap;
 }

 .pff-left,
 .pff-right {
     font-size: 13px;
     color: rgba(255, 255, 255, 0.65);
 }

 .pff-left strong {
     color: #ffffff;
     font-weight: 700;
 }

 .pff-right a {
     color: rgba(255, 255, 255, 0.65);
     text-decoration: none;
 }

 .pff-right a:hover {
     color: #ffffff;
 }

 @media (max-width: 640px) {
     .pff-inner {
         flex-direction: column;
         align-items: flex-start;
         gap: 8px;
     }
 }

 /* Start With One Simple Conversation. */
 .pfe-section {
     --pfe-purple: #6b3fa0;
     --pfe-purple-deep: #4b2f7f;
     --pfe-coral: #d97757;
     --pfe-grey-text: #6b6b76;
     --pfe-grey-light: #8a8a94;
     --pfe-border: #e2ddee;
     --pfe-shadow: rgba(60, 40, 100, 0.08);
     --pfe-ink: #1c1c24;

     width: 100%;
     /* max-width: 1260px; */
     margin: 0 auto;
     padding: 56px 24px 64px;
     font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
     box-sizing: border-box;
     background: #FDF4EF;
 }

 .pfe-section * {
     box-sizing: border-box;
 }

 .pfe-grid {
     display: grid;
     grid-template-columns: 0.85fr 1.15fr;
     gap: 48px;
     align-items: start;
 }

 /* ---------- Left: copy ---------- */
 .pfe-eyebrow {
     display: flex;
     align-items: center;
     gap: 8px;
     font-size: 12px;
     font-weight: 700;
     letter-spacing: 0.04em;
     color: var(--pfe-coral);
     margin-bottom: 16px;
 }

 .pfe-eyebrow::before {
     content: "";
     width: 18px;
     height: 2px;
     background: var(--pfe-coral);
 }

 .pfe-copy h2 {
     font-size: 28px;
     line-height: 1.25;
     font-weight: 700;
     color: var(--pfe-ink);
     margin: 0 0 20px;
 }

 .pfe-copy>p {
     font-size: 14.5px;
     line-height: 1.65;
     color: #000000;
     margin: 0 0 28px;
     max-width: 400px;
 }

 .pfe-checklist {
     list-style: none;
     margin: 0;
     padding: 0;
     display: flex;
     flex-direction: column;
     gap: 20px;
 }

 .pfe-checklist li {
     display: flex;
     align-items: flex-start;
     gap: 12px;
     border-radius: 12px;
     padding: 12px 14px;
     transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
 }

 .pfe-checklist li:hover {
     background: #4b2f7f;
     color: #fff;
 }

 .pfe-checklist li:hover strong,
 .pfe-checklist li:hover span {
     color: #fff;
 }

 .pfe-checklist li > div {
     flex: 1;
     min-width: 0;
 }

 .pfe-check-icon {
     flex-shrink: 0;
     width: 20px;
     height: 20px;
     border-radius: 50%;
     background: #e8f5f0;
     color: #2e9e6d;
     font-size: 11px;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-top: 2px;
 }

 .pfe-checklist li:hover .pfe-check-icon {
     background: rgba(255, 255, 255, 0.16);
     color: #fff;
 }

 .pfe-checklist strong {
     display: block;
     font-size: 14px;
     color: var(--pfe-ink);
     margin-bottom: 3px;
 }

 .pfe-checklist span {
     font-size: 13px;
     color: #000000;
     line-height: 1.5;
 }

 /* ---------- Right: form card ---------- */
 .pfe-form-card {
     background: #ffffff;
     border: 1px solid var(--pfe-border);
     border-radius: 18px;
     box-shadow: 0 16px 36px var(--pfe-shadow);
     padding: 32px 36px;
 }

 .pfe-form-head {
     display: flex;
     align-items: flex-start;
     justify-content: space-between;
     gap: 16px;
     margin-bottom: 4px;
 }

 .pfe-form-head h3 {
     font-size: 19px;
     font-weight: 700;
     color: var(--pfe-ink);
     margin: 0 0 4px;
 }

 .pfe-form-head p {
     font-size: 13px;
     color: var(--pfe-grey-light);
     margin: 0;
 }

 .pfe-badge {
     flex-shrink: 0;
     font-size: 11px;
     font-weight: 700;
     color: #2e9e6d;
     background: #e8f5f0;
     padding: 6px 12px;
     border-radius: 999px;
     white-space: nowrap;
 }

 .pfe-form {
     margin-top: 24px;
     display: flex;
     flex-direction: column;
     gap: 18px;
 }

 .pfe-form-row {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 18px;
 }

 .pfe-field {
     display: flex;
     flex-direction: column;
     gap: 8px;
 }

 .pfe-field label {
     font-size: 12.5px;
     font-weight: 700;
     color: var(--pfe-ink);
 }

 .pfe-field input,
 .pfe-field select,
 .pfe-field textarea {
     width: 100%;
     font-family: inherit;
     font-size: 13.5px;
     color: var(--pfe-ink);
     background: #ffffff;
     border: 1px solid var(--pfe-border);
     border-radius: 10px;
     padding: 12px 14px;
 }

 .pfe-field textarea {
     resize: vertical;
     min-height: 96px;
 }

 .pfe-field input::placeholder,
 .pfe-field textarea::placeholder {
     color: #a8a4b3;
 }

 .pfe-field input:focus,
 .pfe-field select:focus,
 .pfe-field textarea:focus {
     outline: none;
     border-color: var(--pfe-purple);
     box-shadow: 0 0 0 3px rgba(107, 63, 160, 0.12);
 }

 .pfe-field select {
     appearance: none;
     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%238a8a94' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
     background-repeat: no-repeat;
     background-position: right 14px center;
     padding-right: 34px;
 }

 .pfe-form-footer {
     display: flex;
     align-items: center;
     gap: 16px;
     flex-wrap: wrap;
 }

 .pfe-submit-btn {
     flex-shrink: 0;
     background: var(--pfe-purple-deep);
     color: #fff;
     border: none;
     border-radius: 999px;
     padding: 14px 24px;
     font-size: 14px;
     font-weight: 600;
     cursor: pointer;
     display: inline-flex;
     align-items: center;
     gap: 8px;
     font-family: inherit;
     transition: background 0.2s ease, transform 0.2s ease;
 }

 .pfe-submit-btn:hover {
     background: var(--pfe-purple);
     transform: translateY(-1px);
 }

 .pfe-submit-btn:focus-visible {
     outline: 3px solid var(--pfe-coral);
     outline-offset: 2px;
 }

 .pfe-form-note {
     font-size: 11.5px;
     line-height: 1.5;
     color: var(--pfe-grey-light);
 }

 /* ---------- Responsive ---------- */
 @media (max-width: 860px) {
     .pfe-grid {
         grid-template-columns: 1fr;
         gap: 36px;
     }
 }

 @media (max-width: 560px) {
     .pfe-form-card {
         padding: 24px 20px;
     }

     .pfe-form-row {
         grid-template-columns: 1fr;
     }

     .pfe-form-footer {
         flex-direction: column;
         align-items: flex-start;
     }

     .pfe-submit-btn {
         width: 100%;
         justify-content: center;
     }
 }

 /* More Than a Stall. A Market-Access Opportunity. */

 .pfx-section {
     --pfx-purple: #6b3fa0;
     --pfx-purple-deep: #4b2f7f;
     --pfx-coral: #d97757;
     --pfx-grey-text: #6b6b76;
     --pfx-grey-light: #8a8a94;
     --pfx-border: #ece8f2;
     --pfx-ink: #1c1c24;

     width: 100%;
     /* max-width: 1000px; */
     margin: 0 auto;
     padding: 56px 24px 64px;
     font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
     box-sizing: border-box;
     background: #F4F1FB;
 }

 .pfx-section * {
     box-sizing: border-box;
 }

 /* ---------- Header ---------- */
 .pfx-header {
     display: flex;
     justify-content: space-between;
     align-items: flex-end;
     gap: 40px;
     margin-bottom: 32px;
     flex-wrap: wrap;
 }

 .pfx-eyebrow {
     display: flex;
     align-items: center;
     gap: 8px;
     font-size: 12px;
     font-weight: 700;
     letter-spacing: 0.04em;
     color: var(--pfx-coral);
     margin-bottom: 14px;
 }

 .pfx-eyebrow::before {
     content: "";
     width: 18px;
     height: 2px;
     background: var(--pfx-coral);
 }

 .pfx-header h2 {
     font-size: 30px;
     line-height: 1.25;
     font-weight: 700;
     color: var(--pfx-ink);
     margin: 0;
     max-width: 520px;
 }

 .pfx-header-note {
     font-size: 14px;
     line-height: 1.6;
     color: #000000;
     max-width: 280px;
     margin: 6px 0 0;
 }

 /* ---------- Gallery ---------- */
 .pfx-gallery {
     display: grid;
     grid-template-columns: 1.3fr 1fr;
     gap: 16px;
     margin-bottom: 32px;
 }

 .pfx-gallery-tile {
     position: relative;
     border-radius: 16px;
     overflow: hidden;
     background-size: cover;
     background-position: center;
     display: flex;
     align-items: flex-end;
     min-height: 180px;
 }

 .pfx-gallery-tile::after {
     content: "";
     position: absolute;
     inset: 0;
     background: linear-gradient(180deg, rgba(20, 10, 35, 0) 0%, rgba(20, 10, 35, 0.82) 100%);
 }

 .pfx-tile-main {
     grid-row: span 2;
     min-height: 380px;
 }

 .pfx-gallery-side {
     display: flex;
     flex-direction: column;
     gap: 16px;
 }

 .pfx-gallery-side .pfx-gallery-tile {
     min-height: 182px;
 }

 .pfx-tile-content {
     position: relative;
     z-index: 1;
     padding: 20px;
     color: #fff;
 }

 .pfx-tile-tag {
     font-size: 10.5px;
     font-weight: 700;
     letter-spacing: 0.05em;
     color: #f0c9a8;
     margin-bottom: 8px;
 }

 .pfx-tile-content h3 {
     font-size: 17px;
     font-weight: 700;
     margin: 0 0 6px;
     line-height: 1.3;
 }

 .pfx-tile-content p {
     font-size: 12.5px;
     line-height: 1.5;
     margin: 0;
     color: #e5dff0;
     max-width: 320px;
 }

 /* ---------- Feature grid ---------- */
 .pfx-features {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 16px;
 }

 .pfx-feature-card {
     background: #ffffff;
     border: 1px solid var(--pfx-border);
     border-radius: 14px;
     padding: 20px;
     transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
 }

 .pfx-feature-card:hover {
     background: #4b2f7f;
     border-color: #4b2f7f;
     color: #fff;
 }

 .pfx-feature-card:hover h4,
 .pfx-feature-card:hover p {
     color: #fff;
 }

 .pfx-feature-icon {
     width: 34px;
     height: 34px;
     border-radius: 9px;
     border: 1px solid var(--pfx-border);
     background: #faf9fc;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 14px;
     color: var(--pfx-purple);
     margin-bottom: 14px;
     transition: color 0.25s ease, background-color 0.25s ease;
 }

 .pfx-feature-card:hover .pfx-feature-icon {
     background: rgba(255, 255, 255, 0.12);
     border-color: rgba(255, 255, 255, 0.2);
     color: #ff0000;
 }

 .pfx-feature-card h4 {
     font-size: 14.5px;
     font-weight: 700;
     color: var(--pfx-ink);
     margin: 0 0 8px;
 }

 .pfx-feature-card p {
     font-size: 12.5px;
     line-height: 1.55;
     color: var(--pfx-grey-light);
     margin: 0;
 }

 /* ---------- Responsive ---------- */
 @media (max-width: 820px) {
     .pfx-header {
         flex-direction: column;
         align-items: flex-start;
     }

     .pfx-header-note {
         max-width: none;
     }

     .pfx-gallery {
         grid-template-columns: 1fr;
     }

     .pfx-tile-main {
         grid-row: auto;
         min-height: 240px;
     }

     .pfx-features {
         grid-template-columns: 1fr 1fr;
     }
 }

 @media (max-width: 560px) {
     .pfx-features {
         grid-template-columns: 1fr;
     }
 }

 /* =========================
   GALLERY SECTION
========================= */

 .custom-gallery-section {
     width: 100%;
     padding: 80px 20px;
     background: #ffffff;
 }

 .custom-gallery-container {
     width: 100%;
     max-width: 1200px;
     margin: 0 auto;
 }

 /* Header */

 .custom-gallery-header {
     text-align: center;
     margin-bottom: 45px;
 }

 .custom-gallery-header span {
     display: inline-block;
     font-size: 13px;
     font-weight: 700;
     letter-spacing: 2px;
     color: #6b4bb1;
     margin-bottom: 10px;
 }

 .custom-gallery-header h2 {
     margin: 0 0 12px;
     font-size: 42px;
     line-height: 1.2;
     color: #20202a;
     font-weight: 700;
 }

 .custom-gallery-header p {
     max-width: 650px;
     margin: 0 auto;
     font-size: 16px;
     line-height: 1.7;
     color: #666;
 }


 /* =========================
   GALLERY GRID
========================= */

 .custom-gallery-grid {
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 20px;
 }

 .custom-gallery-item {
     position: relative;
     overflow: hidden;
     border-radius: 16px;
     background: #f4f4f4;
     cursor: pointer;
     aspect-ratio: 1 / 1;
 }

 .custom-gallery-item img {
     width: 100%;
     height: 100%;
     display: block;
     object-fit: cover;
     transition: transform 0.5s ease;
 }

 .custom-gallery-view {
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -40%);
     padding: 10px 18px;
     border: 0;
     border-radius: 30px;
     background: rgba(255, 255, 255, 0.95);
     color: #222;
     font-size: 12px;
     font-weight: 700;
     letter-spacing: 1px;
     opacity: 0;
     transition: all 0.3s ease;
     pointer-events: auto;
     cursor: pointer;
     z-index: 2;
 }

 .custom-gallery-item:hover img,
 .custom-gallery-item:focus-within img {
     transform: scale(1.08);
 }

 .custom-gallery-item:hover .custom-gallery-view,
 .custom-gallery-item:focus-within .custom-gallery-view {
     opacity: 1;
     transform: translate(-50%, -50%);
 }

 .custom-gallery-item:focus-within {
     outline: 2px solid #6b4bb1;
     outline-offset: 2px;
 }


 /* =========================
   LIGHTBOX
========================= */

 .custom-lightbox {
     position: fixed;
     inset: 0;
     z-index: 99999;
     display: none;
     align-items: center;
     justify-content: center;
     padding: 40px;
     background: rgba(0, 0, 0, 0.92);
 }

 .custom-lightbox.active {
     display: flex;
 }

 .custom-lightbox-content {
     width: 100%;
     height: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .custom-lightbox-content img {
     max-width: 90%;
     max-height: 88vh;
     width: auto;
     height: auto;
     object-fit: contain;
     border-radius: 8px;
     box-shadow: 0 10px 50px rgba(0, 0, 0, 0.4);
 }


 /* Close */

 .custom-lightbox-close {
     position: absolute;
     top: 20px;
     right: 30px;
     z-index: 10;
     width: 45px;
     height: 45px;
     border: 0;
     border-radius: 50%;
     background: rgba(255, 255, 255, 0.15);
     color: #fff;
     font-size: 32px;
     line-height: 1;
     cursor: pointer;
     transition: 0.3s ease;
 }

 .custom-lightbox-close:hover {
     background: rgba(255, 255, 255, 0.3);
 }


 /* Previous / Next */

 .custom-lightbox-prev,
 .custom-lightbox-next {
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     z-index: 10;
     width: 50px;
     height: 50px;
     border: 0;
     border-radius: 50%;
     background: rgba(255, 255, 255, 0.15);
     color: #fff;
     font-size: 25px;
     cursor: pointer;
     transition: 0.3s ease;
 }

 .custom-lightbox-prev {
     left: 25px;
 }

 .custom-lightbox-next {
     right: 25px;
 }

 .custom-lightbox-prev:hover,
 .custom-lightbox-next:hover {
     background: rgba(255, 255, 255, 0.3);
 }


 /* =========================
   TABLET
========================= */

 @media (max-width: 992px) {

     .custom-gallery-grid {
         grid-template-columns: repeat(3, 1fr);
     }

     .custom-gallery-header h2 {
         font-size: 36px;
     }

 }


 /* =========================
   MOBILE
========================= */

 @media (max-width: 768px) {

     .custom-gallery-section {
         padding: 60px 15px;
     }

     .custom-gallery-grid {
         grid-template-columns: repeat(2, 1fr);
         gap: 12px;
     }

     .custom-gallery-header {
         margin-bottom: 30px;
     }

     .custom-gallery-header h2 {
         font-size: 30px;
     }

     .custom-gallery-header p {
         font-size: 14px;
     }

     .custom-gallery-item {
         border-radius: 12px;
     }

     .custom-lightbox {
         padding: 15px;
     }

     .custom-lightbox-content img {
         max-width: 95%;
         max-height: 80vh;
     }

     .custom-lightbox-prev,
     .custom-lightbox-next {
         width: 40px;
         height: 40px;
         font-size: 20px;
     }

     .custom-lightbox-prev {
         left: 10px;
     }

     .custom-lightbox-next {
         right: 10px;
     }

     .custom-lightbox-close {
         top: 10px;
         right: 15px;
     }

 }


 /* =========================
   SMALL MOBILE
========================= */

 @media (max-width: 480px) {

     .custom-gallery-grid {
         grid-template-columns: 1fr 1fr;
         gap: 8px;
     }

     .custom-gallery-item {
         border-radius: 8px;
     }

     .custom-gallery-header h2 {
         font-size: 26px;
     }

     .custom-gallery-view {
         display: none;
     }

 }