.chatbot-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:flex-end;justify-content:flex-end;z-index:1000;animation:fadeIn .3s ease-out;padding:20px}.chatbot-modal{background:#fff;border-radius:16px;width:100%;max-width:340px;height:500px;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease-out}.chatbot-header{background:linear-gradient(135deg,#4caf50,#45a049);color:#fff;padding:10px;border-radius:16px 16px 0 0;display:flex;align-items:center;justify-content:space-between;box-shadow:0 4px 12px #4caf5033}.chatbot-title-section{display:flex;align-items:center;gap:12px}.chatbot-profile-img{width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.8)}.chatbot-title{margin:0;font-size:18px;font-weight:700}.chatbot-close{background:#fff3;border:none;color:#fff;cursor:pointer;padding:8px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.chatbot-close:hover{background:#ffffff4d;transform:rotate(90deg)}.chatbot-messages{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:12px;background:#f9fff8}.chatbot-messages::-webkit-scrollbar{width:6px}.chatbot-messages::-webkit-scrollbar-track{background:transparent}.chatbot-messages::-webkit-scrollbar-thumb{background:#4caf50;border-radius:3px}.message{display:flex;flex-direction:column;align-items:flex-start;gap:4px;animation:messageIn .3s ease-out}.message-user{align-items:flex-end}.message-content{max-width:85%;padding:12px 16px;border-radius:12px;font-size:14px;line-height:1.6;word-wrap:break-word;white-space:pre-wrap}.message-user-content{background:#4caf50;color:#fff;border-bottom-right-radius:4px}.chat-see-more{display:block;margin-top:6px;background:none;border:none;padding:0;font-size:12px;font-weight:700;color:#4caf50;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.chat-see-more:hover{color:#388e3c}.message-bot-content{background:#fff;color:#333;border:1px solid #e0e0e0;border-bottom-left-radius:4px}.message-time{font-size:12px;color:#999;padding:0 4px}.typing{display:flex;align-items:center;gap:4px;padding:12px 16px!important}.typing span{width:8px;height:8px;background:#4caf50;border-radius:50%;animation:typingAnimation 1.4s infinite}.typing span:nth-child(2){animation-delay:.2s}.typing span:nth-child(3){animation-delay:.4s}@keyframes typingAnimation{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-8px)}}.chatbot-input-area{display:flex;gap:12px;padding:15px;margin-top:20px;border-top:1px solid #e0e0e0;background:#fff;border-radius:0 0 16px 16px}.chatbot-input{flex:1;border:1px solid #e0e0e0;border-radius:10px;padding:6px 9px;font-size:14px;font-family:inherit;resize:none;transition:all .3s ease;max-height:100px}.chatbot-input:focus{outline:none;border-color:#4caf50;box-shadow:0 0 0 3px #4caf501a}.chatbot-input:disabled{background:#f5f5f5;cursor:not-allowed}.chatbot-send{background:#4caf50;color:#fff;border:none;border-radius:10px;width:45px;height:52px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;font-size:16px}.chatbot-send:hover:not(:disabled){background:#45a049;transform:scale(1.05);box-shadow:0 4px 12px #4caf504d}.chatbot-send:active:not(:disabled){transform:scale(.95)}.chatbot-send:disabled{background:#ccc;cursor:not-allowed;opacity:.6}.chatbot-footer{padding:8px 16px;text-align:center;font-size:12px;color:#999;border-top:1px solid #f0f0f0}.chatbot-footer p{margin:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes messageIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 600px){.chatbot-overlay{padding:10px;align-items:center;justify-content:center}.chatbot-modal{max-width:100%;height:70vh;max-height:500px}.message-content{max-width:90%}.chatbot-title{font-size:16px}}@media (max-width: 400px){.chatbot-modal{height:80vh;max-height:500px;border-radius:12px;max-width:95%}.chatbot-header{padding:14px 16px}.chatbot-profile-img{width:28px;height:28px}.chatbot-messages{padding:16px}.chatbot-input-area{padding:12px;gap:8px}.chatbot-input{padding:8px 12px;font-size:13px}.chatbot-send{width:38px;height:38px}}:root{--cream: #ffffff;--cream-dark: #f0f0f0;--brand-primary: #0d5a3a;--brand-accent: #4f7c49;--brand-light: #7ea86f;--green: var(--brand-light);--green-deep: var(--brand-accent);--ink: #1f1e1a;--soft-shadow: 0 20px 50px rgba(63, 82, 51, .18)}html{scroll-behavior:smooth;scroll-padding-top:88px}*{box-sizing:border-box}body{margin:0;font-family:Manrope,sans-serif;color:var(--ink);background:var(--cream);min-height:100vh}a{color:inherit}body.paw-cursor-active,body.paw-cursor-active *{cursor:none!important}.paw-cursor{position:fixed;top:0;left:0;pointer-events:none;z-index:999999;will-change:transform;opacity:0;transition:opacity .2s}.paw-cursor--visible{opacity:1}.paw-cursor__icon{display:block;width:34px;height:34px;margin-left:-17px;margin-top:-17px;color:#2d5a41;filter:drop-shadow(0 1px 3px rgba(0,0,0,.28));transition:width .15s ease,height .15s ease,margin .15s ease,color .15s ease,transform .1s ease,filter .15s ease}.paw-cursor--hovering .paw-cursor__icon{width:42px;height:42px;margin-left:-21px;margin-top:-21px;color:#1a4a2e;filter:drop-shadow(0 2px 6px rgba(0,0,0,.35))}.paw-cursor--clicking .paw-cursor__icon{transform:scale(.76);color:#c9a227;filter:drop-shadow(0 1px 4px rgba(201,162,39,.45))}.page-shell{min-height:100vh;display:flex;flex-direction:column;position:relative;overflow:hidden}.page-shell:before,.page-shell:after{content:"";position:absolute;border-radius:999px;background:#7ea86f26;z-index:-1}.page-shell:before{width:340px;height:340px;top:-90px;left:-80px}.page-shell:after{width:420px;height:420px;right:-100px;bottom:80px}.top-nav{display:flex;align-items:center;justify-content:space-between;padding:18px 42px;background:#5a8e50f7;border-bottom:1px solid rgba(255,255,255,.12);position:sticky;top:0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10}.brand{display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none}.logo-mark{display:inline-grid;place-items:center}.brand-text{font-family:"DM Serif Display",serif;font-size:1.45rem;letter-spacing:.06em}.menu-links{display:flex;gap:26px}.menu-links a{text-decoration:none;color:#fff;font-weight:700;transition:color .2s ease,background .2s ease;padding:5px 10px;border-radius:7px}.menu-links a:hover{color:#ffffffc7;background:#0000001a}.menu-links a.nav-active{color:#fff;background:#c9a227}.navbar-rescue-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:8px;background:#ffffff2e;color:#fff;font-family:inherit;font-size:.82rem;font-weight:700;text-decoration:none;white-space:nowrap;transition:background .15s,color .15s}.navbar-rescue-btn:hover{background:#ffffff47;color:#fff}@media (max-width: 900px){.navbar-rescue-btn{display:none}}.rr-fab{display:none}@media (max-width: 900px){.rr-fab{display:flex;align-items:center;gap:8px;position:fixed;bottom:24px;right:20px;z-index:900;background:#2d5a41;color:#fff;border-radius:999px;padding:14px 20px;font-size:.88rem;font-weight:800;text-decoration:none;box-shadow:0 4px 18px #2d5a4173;transition:background .15s,transform .15s,box-shadow .15s;white-space:nowrap}.rr-fab:hover,.rr-fab:active{background:#1a3828;transform:translateY(-2px);box-shadow:0 6px 24px #2d5a418c}}.icon-group{display:flex;align-items:center;gap:10px;position:relative}.icon-btn{border:none;background:transparent;color:#fff;width:36px;height:36px;border-radius:999px;display:inline-grid;place-items:center;cursor:pointer}.profile-btn{background:transparent}.profile-dropdown{position:absolute;right:0;top:48px;width:200px;background:#fffaf0;border:1px solid #d9decf;border-radius:14px;box-shadow:0 18px 36px #1f281829;z-index:20;display:flex;flex-direction:column;overflow:hidden}.profile-dropdown-header{padding:12px 14px;border-bottom:1px solid #e5eadd;background:#fdfbf6}.profile-dropdown-name{margin:0;font-size:13px;font-weight:800;color:#2d402a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-dropdown-divider{height:1px;background-color:#e5eadd;margin:0}.profile-dropdown button{border:none;background:transparent;padding:12px 14px;cursor:pointer;font:inherit;color:#2d402a;font-weight:700;text-align:left}.profile-dropdown button:last-child{border-bottom-right-radius:13px;border-bottom-left-radius:13px}.profile-dropdown button:hover{background:#7ea86f24}.eyebrow{margin:0;font-size:1.02rem;letter-spacing:.08em;text-transform:uppercase;color:#5a7d58;font-weight:700}.cta-row{display:flex;align-items:center;gap:16px}.btn{border:none;border-radius:16px;cursor:pointer;font-family:inherit;font-weight:800}.btn-primary{background:#6f9d63;color:#fff;padding:17px 34px;font-size:1.05rem}.btn-secondary{background:#1c1b18;color:#fff;padding:16px 26px;font-size:1rem}.home-content{display:flex;flex-direction:column;flex:1 0 auto}.hero-full{position:relative;flex:0 0 auto;min-height:calc(100svh - 74px);display:flex;align-items:center;justify-content:center;overflow:hidden;isolation:isolate}.hero-full__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-full__bg{width:100%;height:100%;object-fit:cover;object-position:center}.hero-full__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0a140c47,#0a120a6b 55%,#080e0894)}.hero-full__paw-spotlight{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;opacity:0;filter:brightness(1.15) saturate(1.05);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:130px 130px;mask-size:130px 130px;-webkit-mask-position:var(--paw-x, -200px) var(--paw-y, -200px);mask-position:var(--paw-x, -200px) var(--paw-y, -200px);-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cellipse cx='20' cy='40' rx='9' ry='11'/%3E%3Cellipse cx='39' cy='25' rx='9' ry='11'/%3E%3Cellipse cx='63' cy='25' rx='9' ry='11'/%3E%3Cellipse cx='82' cy='40' rx='9' ry='11'/%3E%3Cellipse cx='51' cy='70' rx='25' ry='20'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cellipse cx='20' cy='40' rx='9' ry='11'/%3E%3Cellipse cx='39' cy='25' rx='9' ry='11'/%3E%3Cellipse cx='63' cy='25' rx='9' ry='11'/%3E%3Cellipse cx='82' cy='40' rx='9' ry='11'/%3E%3Cellipse cx='51' cy='70' rx='25' ry='20'/%3E%3C/svg%3E");transition:opacity .2s ease}@media (hover: hover) and (pointer: fine){.hero-full:hover .hero-full__paw-spotlight{opacity:1}}.hero-full__content{position:relative;z-index:2;max-width:760px;margin:0 auto;padding:0 24px;display:flex;flex-direction:column;align-items:center;text-align:center;color:#fff;animation:riseIn .8s ease forwards}.hero-full__eyebrow{margin:0;font-size:.82rem;font-weight:700;letter-spacing:.3em;text-transform:uppercase;color:#ffffffeb}.hero-full__title{margin:18px 0 16px;font-family:inherit;font-weight:800;text-transform:uppercase;letter-spacing:.01em;font-size:clamp(2.4rem,6vw,4.6rem);line-height:1.1;text-wrap:balance;color:#fff;text-shadow:0 2px 18px rgba(0,0,0,.25)}.hero-full__subtitle{margin:0 0 30px;max-width:46ch;font-size:.98rem;letter-spacing:.02em;color:#ffffffdb}.hero-full__actions{display:flex;align-items:center;gap:14px}.hero-full__btn{border-radius:6px;cursor:pointer;font-family:inherit;font-weight:700;font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;padding:15px 30px;transition:background .15s ease,color .15s ease,border-color .15s ease}.hero-full__btn--solid{background:#fff;color:#14231a;border:1.5px solid #fff}.hero-full__btn--solid:hover{background:#ffffffe0}.hero-full__btn--outline{background:#ffffff14;color:#fff;border:1.5px solid rgba(255,255,255,.85)}.hero-full__btn--outline:hover{background:#ffffff2e}.about-section{width:100%;min-height:100svh;margin:0;padding:44px 58px 72px;border-radius:0;background:var(--cream, #f8f3e8);position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center}.about-copy{max-width:920px;margin:0 auto 24px;text-align:center}.about-copy h2{margin:12px 0;font-family:"DM Serif Display",serif;font-size:clamp(2.4rem,4.8vw,3.8rem);line-height:1.1;color:#183819}.about-summary{margin:0 auto;max-width:58rem;font-size:1.08rem;line-height:1.7;color:#2b4028}.about-grid{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;width:100%}.about-card{background:#fffffff0;border:1px solid rgba(126,168,111,.18);border-radius:22px;padding:30px 22px 28px;box-shadow:0 14px 36px #2b3e221f;text-align:center}.about-card-icon{width:58px;height:58px;border-radius:50%;display:inline-grid;place-items:center;margin-bottom:16px;color:#234621;background:#7ea86f29;box-shadow:0 10px 22px #7ea86f2e}.about-card h3{margin:0 0 12px;font-size:1.18rem;line-height:1.35;color:#132913}.about-card p{margin:0;color:#2d432a;line-height:1.7;font-size:1.02rem}.about-gallery-grid{max-width:1240px;margin:32px auto 0;display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;width:100%}.about-gallery-photo{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:16px;box-shadow:0 10px 24px #2b3e221f}.adopted-carousel-section{width:100%;min-height:100svh;margin:0;padding:96px 0 64px;background:#fff;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-start}.adopted-carousel-header{max-width:920px;margin:0 auto 48px;text-align:center;padding:0 24px}.adopted-carousel-header h2{margin:8px 0 0;font-family:"DM Serif Display",serif;font-size:clamp(2rem,4vw,3rem);line-height:1.15;color:#183819}.adopted-carousel-track-wrap{width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent,black 6%,black 94%,transparent);mask-image:linear-gradient(to right,transparent,black 6%,black 94%,transparent)}.adopted-carousel-track{display:flex;gap:52px;width:max-content;animation:adopted-carousel-scroll 36s linear infinite}.adopted-carousel-track:hover{animation-play-state:paused}.adopted-carousel-item{display:flex;flex-direction:column;align-items:center;gap:18px;flex-shrink:0;width:250px}.adopted-carousel-photo{width:228px;height:228px;border-radius:50%;object-fit:cover;border:5px solid rgba(126,168,111,.35);box-shadow:0 16px 36px #2b3e2233}.adopted-carousel-name{margin:0;font-weight:700;font-size:.98rem;color:#183819;text-align:center}@keyframes adopted-carousel-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion: reduce){.adopted-carousel-track{animation:none}.adopted-carousel-track-wrap{overflow-x:auto}}@media (max-width: 640px){.adopted-carousel-photo{width:84px;height:84px}.adopted-carousel-item{width:100px}.adopted-carousel-track{gap:28px}}.site-footer{margin-top:auto;background:#0f3d14;color:#f6f2e8;padding:42px 42px 0}.site-footer__inner{display:grid;grid-template-columns:minmax(220px,1.2fr) minmax(150px,.9fr) minmax(230px,1.1fr) minmax(200px,1fr);gap:42px;align-items:start}.site-footer__brand h3,.site-footer__column h4{margin:0 0 14px;font-family:"DM Serif Display",serif;letter-spacing:.04em}.site-footer__brand h3{font-size:2rem}.site-footer__brand p{margin:0;max-width:28ch;line-height:1.7;color:#f6f2e8e0}.footer-socials{display:flex;gap:14px;margin-top:20px}.footer-socials a{width:36px;height:36px;border-radius:999px;display:inline-grid;place-items:center;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);color:#fff;text-decoration:none}.site-footer__column{display:flex;flex-direction:column;gap:10px}.site-footer__column h4{font-size:1.1rem}.site-footer__column a{text-decoration:none;color:#f6f2e8e6;width:fit-content}.site-footer__column a:hover,.footer-socials a:hover{opacity:.82}.site-footer__contact p{margin:0;display:flex;align-items:flex-start;gap:10px;line-height:1.55;color:#f6f2e8e6}.site-footer__map-col{align-self:stretch}.site-footer__map{width:100%;height:100%;min-height:160px;border:1px solid rgba(255,255,255,.16);border-radius:10px}.site-footer__bar{margin-top:34px;padding:18px 0 20px;border-top:1px solid rgba(255,255,255,.16);text-align:center;color:#fff8e7e6;font-size:.95rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#161a1485;display:grid;place-items:center;padding:20px;z-index:1000}.auth-shell{width:min(920px,100%);min-height:640px;padding:0;overflow:hidden}.auth-visual{position:relative;min-height:640px;background:#e8f5ee;display:flex;flex-direction:column;align-items:stretch;overflow:hidden}.auth-panel-cat,.auth-panel-dog{display:block;width:100%;margin:0;padding:0}.auth-panel-cat{object-fit:fill}.auth-panel-dog{object-fit:contain;margin-top:auto}.auth-panel-text{padding:0 28px;margin:0;text-align:left}.auth-panel-text h2{font-family:"DM Serif Display",serif;font-size:clamp(1.3rem,2.2vw,1.8rem);line-height:1.2;margin:0 0 10px;color:var(--brand-primary)}.auth-panel-text p{font-size:.88rem;line-height:1.6;color:#111827;margin:0 0 14px;text-align:center}.auth-panel-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.auth-panel-features li{font-size:.83rem;color:#111827;padding-left:18px;position:relative}.auth-panel-features li:before{content:"✓";position:absolute;left:0;font-size:.75rem;top:2px;color:var(--brand-primary)}.auth-form-panel{background:#fff;padding:36px 38px 30px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.auth-form-panel>*{width:100%;max-width:560px}.auth-modal{width:min(920px,100%);background:#fff;border-radius:24px;box-shadow:0 18px 55px #00000038;animation:modalIn .25s ease}.auth-modal.auth-shell{display:grid;grid-template-columns:minmax(290px,.84fr) minmax(0,1.16fr)}.forgot-password-modal{border-radius:28px}.auth-form-panel h2{margin:0 0 8px;font-family:"DM Serif Display",serif;color:#33562f;font-size:2.15rem;text-align:center}.auth-modal h2{margin:2px 0 8px;font-family:"DM Serif Display",serif;color:#33562f;font-size:1.9rem;text-align:center}.auth-modal label{font-weight:700;font-size:.9rem;color:#2a3928;margin-top:2px}.auth-modal input{width:100%;border:1px solid #d5dccd;background:#fff;border-radius:12px;padding:13px 14px;min-height:48px;font-size:.95rem;margin-bottom:10px}.auth-field{width:100%;margin-bottom:4px}.auth-field-header{display:flex;align-items:center;justify-content:flex-start;gap:0;margin-bottom:6px}.auth-field-label-wrap{display:inline-flex;align-items:center;gap:6px}.field-info{color:#6e8764;display:inline-grid;place-items:center;flex:0 0 auto;cursor:help;opacity:.88;transform:translateY(-1px)}.auth-input-wrap{position:relative}.auth-input{width:100%;border:1px solid #d5dccd;background:#fff;border-radius:12px;padding:13px 42px 13px 14px;min-height:48px;font-size:.95rem;margin-bottom:0;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.auth-input:focus{outline:none;border-color:var(--brand-light);box-shadow:0 0 0 3px #7ea86f29}.auth-field--invalid .auth-input{border-color:#cf6f6f;background:#fff7f7;box-shadow:0 0 0 3px #cf6f6f17}.field-status-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#bb5757;display:inline-grid;place-items:center;pointer-events:auto}.field-error{display:flex;align-items:flex-start;gap:6px;margin:6px 0 0;color:#a23d3d;font-size:.82rem;font-weight:700;line-height:1.35}.field-error span{display:inline-block}.auth-action{width:100%;margin-top:12px;min-height:56px;border-radius:16px;font-size:1.02rem}.auth-action:disabled,.auth-forgot:disabled,.auth-logo-btn:disabled,.icon-btn:disabled{opacity:.72;cursor:wait}.button-loading{display:inline-flex;align-items:center;justify-content:center;gap:10px}.spinner{width:16px;height:16px;border-radius:999px;border:2px solid rgba(255,255,255,.38);border-top-color:currentColor;animation:spin .8s linear infinite;flex:0 0 auto}.auth-forgot{border:none;background:transparent;color:#4d7f44;font-weight:800;cursor:pointer;padding:0;margin:-2px 0 2px;text-align:right}.contact-toggle{border:none;background:transparent;color:#4d7f44;font-weight:800;cursor:pointer;padding:0;margin:0 0 8px;text-align:left}.social-btn{width:100%;border:none;border-radius:10px;font-weight:700;padding:12px 14px;cursor:pointer}.google-btn{margin-top:8px;background:#f2f6ee;color:#1d4022;border:1px solid #c7d8bd}.phone-btn{background:#1b1b1b;color:#f7f7f7}.auth-switch{margin:6px 0 0;font-size:.92rem;color:#364b35;text-align:center}.auth-switch button{border:none;background:transparent;color:#4d7f44;font-weight:800;cursor:pointer;padding:0}.auth-toast{position:fixed;top:82px;left:50%;transform:translate(-50%);z-index:1100;padding:10px 14px;border-radius:10px;font-weight:700;max-width:86vw}.auth-toast.success{background:#d8ecd3;color:#285028;border:1px solid #9ec792}.auth-toast.error{background:#f8d9d9;color:#781d1d;border:1px solid #e2a1a1}.in-app-toast-container{position:fixed;bottom:24px;left:24px;z-index:9999;display:flex;flex-direction:column-reverse;gap:10px;pointer-events:none}.in-app-toast{pointer-events:all;display:flex;align-items:flex-start;gap:12px;background:#fff;border-left:4px solid #22c55e;border-radius:12px;padding:12px 14px;min-width:280px;max-width:340px;box-shadow:0 8px 24px #00000024;cursor:pointer;animation:toast-slide-in .3s ease}.in-app-toast--admin{border-left-color:#3b82f6}.in-app-toast-icon{display:flex;align-items:center;flex-shrink:0;color:#2d5a41}.in-app-toast-body{flex:1;min-width:0}.in-app-toast-title{font-size:.82rem;font-weight:700;color:#1c1e21;margin:0 0 2px}.in-app-toast-msg{font-size:.78rem;color:#65676b;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@keyframes toast-slide-in{0%{transform:translate(-110%);opacity:0}to{transform:translate(0);opacity:1}}.global-loading-bar{position:fixed;top:74px;left:50%;transform:translate(-50%);width:min(360px,72vw);height:4px;border-radius:999px;background:linear-gradient(90deg,#6f9d6333,#6f9d63f2,#6f9d6333);background-size:200% 100%;animation:loadingSweep 1.1s linear infinite;z-index:39}.inline-loading{display:inline-flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;background:#7ea86f1a;color:#355334;font-weight:800}.inline-loading--verification{width:100%;justify-content:center;margin-bottom:4px}.auth-icon-row{display:flex;gap:10px;margin:8px 0 10px;justify-content:center;flex-wrap:wrap}.auth-logo-btn{border:1px solid #cfd8c3;background:#f7fbf3;color:#2f5234;border-radius:50%;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s,box-shadow .15s;flex-shrink:0}.auth-logo-btn:hover{background:#eaf4e4;box-shadow:0 2px 8px #00000014}.auth-logo-btn span{display:none}.auth-logo-btn:disabled{opacity:.5;cursor:not-allowed}.google-mark{width:20px;height:20px}.auth-subtitle{font-size:.85rem;color:#476244;margin:6px 0 12px;text-align:center;display:flex;align-items:center;gap:8px}.auth-subtitle:before,.auth-subtitle:after{content:"";flex:1;height:1px;background:#d5dccd}.auth-block-timer{background:#fff4e0;border:1px solid #f5c842;border-radius:8px;padding:10px 14px;font-size:.88rem;color:#7a4f00;text-align:center;margin-bottom:10px}.auth-terms-row{display:flex;align-items:center;gap:8px;font-size:.88rem;color:#2a3928;margin:6px 0 12px;cursor:pointer}.auth-terms-row input[type=checkbox]{flex-shrink:0;width:16px;height:16px;accent-color:#3a7d44;cursor:pointer}.auth-terms-link{background:none;border:none;color:#3a7d44;font:inherit;font-size:.88rem;font-weight:700;cursor:pointer;padding:0;text-decoration:underline}.auth-terms-modal{width:min(540px,95vw);max-height:80vh;background:#fff;border-radius:18px;box-shadow:0 18px 55px #00000038;display:flex;flex-direction:column;overflow:hidden}.auth-terms-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid #e5eadd}.auth-terms-modal-header h3{margin:0;font-family:"DM Serif Display",serif;font-size:1.3rem;color:#1f361f}.auth-terms-modal-close{background:none;border:none;font-size:1.1rem;color:#4c6655;cursor:pointer;padding:4px 8px}.auth-terms-modal-body{padding:20px 24px;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:10px;font-size:.88rem;color:#2a3928;line-height:1.65}.auth-terms-modal-body p{margin:0}.auth-terms-modal-footer{padding:16px 24px;border-top:1px solid #e5eadd;display:flex;gap:10px;justify-content:flex-end}.verification-modal{width:min(460px,100%);background:#fff;border-radius:18px;box-shadow:0 18px 55px #00000038;padding:24px;display:flex;flex-direction:column;gap:10px}.verification-modal--success{align-items:center;text-align:center}.verification-modal--success .verification-description{max-width:34ch}.verification-header{display:flex;align-items:start;justify-content:space-between;gap:16px}.verification-kicker{margin:0 0 4px;color:#6d8969;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;font-weight:800}.verification-close{border:none;background:transparent;font-size:1.6rem;line-height:1;cursor:pointer;color:#546352}.verification-hint{margin:2px 0 0;font-size:.88rem;color:#61705f}.verification-modal h3{margin:2px 0;font-family:"DM Serif Display",serif;color:#33562f;font-size:1.7rem}.verification-description{margin:0 0 8px;color:#2e4630}.otp-input-group{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-bottom:6px}.otp-digit-input{width:100%;height:52px;border-radius:12px;border:1px solid #c8d7c4;background:#f8fbf5;color:#1e3521;text-align:center;font-size:1.3rem;font-weight:700;font-family:inherit;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.otp-digit-input:focus{outline:none;border-color:#3f6b43;box-shadow:0 0 0 3px #3f6b432e;transform:translateY(-1px)}.verification-success-icon{color:#3f7a3c;display:grid;place-items:center;margin-bottom:6px}@keyframes riseIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes modalIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes loadingSweep{0%{background-position:0% 50%}to{background-position:200% 50%}}.burger-btn{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:38px;height:38px;background:transparent;border:none;cursor:pointer;padding:4px;margin-left:4px;flex-shrink:0;order:999}.burger-bar{display:block;width:22px;height:2px;background:#fff;border-radius:2px;transition:all .2s ease}.mobile-nav-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:9999;display:flex;justify-content:flex-end}.mobile-nav-drawer{width:min(300px,85vw);height:100%;background:#fff;display:flex;flex-direction:column;padding:0;overflow-y:auto;box-shadow:-4px 0 24px #00000026;animation:slideInRight .25s ease}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.mobile-nav-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid rgba(126,168,111,.2)}.mobile-nav-close{background:transparent;border:none;font-size:1.2rem;color:#374151;cursor:pointer;padding:4px 8px;line-height:1}.mobile-nav-drawer a,.mobile-nav-drawer>a{display:block;padding:15px 24px;font-size:1rem;font-weight:700;color:#2d402a;text-decoration:none;border-bottom:1px solid rgba(126,168,111,.12);transition:background .15s}.mobile-nav-drawer a:hover{background:#7ea86f1a}.mobile-nav-signin,.mobile-nav-signout{margin:16px 20px;padding:12px 20px;border-radius:10px;border:none;font:inherit;font-weight:700;font-size:.95rem;cursor:pointer;width:calc(100% - 40px);text-align:center}.mobile-nav-signin{background:#2d5a3d;color:#fff}.mobile-nav-signout{background:#7ea86f26;color:#2d402a}@media (max-width: 1080px){.top-nav{padding:14px 20px}.menu-links{display:none}.burger-btn{display:flex}.auth-modal.auth-shell{grid-template-columns:1fr;width:min(480px,96vw);min-height:auto}.auth-visual{display:none}.auth-form-panel{padding:32px 28px 28px;border-radius:24px}.hero-full{min-height:calc(100svh - 66px)}.about-section{min-height:auto;padding:36px 20px 48px}.adopted-carousel-section{min-height:auto;padding:40px 0 48px}.about-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:920px}.site-footer{padding:36px 22px 0}.site-footer__inner{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 24px}}@media (max-width: 720px){.top-nav{padding:12px 16px}.auth-form-panel{padding:28px 20px 24px}.auth-form-panel h2,.auth-modal h2{font-size:1.7rem}.modal-overlay{padding:12px;align-items:flex-end}.auth-modal.auth-shell{border-radius:20px 20px 0 0;width:100%}.hero-full__content{padding:0 18px}.about-grid,.site-footer__inner{grid-template-columns:1fr}.about-section{padding:34px 16px 44px}.about-copy{text-align:left;margin-bottom:18px}.about-card{text-align:left}.site-footer{padding:30px 16px 0}.site-footer__bar{margin-top:26px;font-size:.88rem}}@media (max-width: 480px){.top-nav{padding:10px 14px}.brand-text{font-size:1.2rem}.navbar-rescue-btn span{display:none}.navbar-rescue-btn{padding:7px 9px;gap:0}.icon-group{gap:6px}.icon-btn{width:34px;height:34px}.auth-modal input,.auth-input{padding:11px 12px;min-height:44px;font-size:.9rem}.auth-form-panel{padding:24px 16px 20px}.hero-full__content{padding:0 14px}.hero-full__actions{flex-wrap:wrap;justify-content:center;gap:12px}}.page-lazy-loader{min-height:40vh;display:grid;place-items:center}.app-splash{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 12% 15%,rgba(126,168,111,.28) 0%,transparent 38%),radial-gradient(circle at 88% 82%,rgba(126,168,111,.22) 0%,transparent 35%),var(--cream, #f8f3e8)}.app-splash-content{display:flex;flex-direction:column;align-items:center;gap:12px}.app-splash-logo{width:56px;height:56px;background:#2d5a3d;border-radius:16px;display:grid;place-items:center;color:#f4fbf7}.app-splash-brand{font-size:1.5rem;font-weight:900;letter-spacing:.12em;color:#2d5a3d}.app-splash-dots{display:flex;gap:7px;margin-top:6px}.app-splash-dots span{width:8px;height:8px;border-radius:50%;background:var(--brand-light);animation:splash-bounce 1.2s ease-in-out infinite}.app-splash-dots span:nth-child(2){animation-delay:.2s}.app-splash-dots span:nth-child(3){animation-delay:.4s}@keyframes splash-bounce{0%,80%,to{transform:scale(.7);opacity:.5}40%{transform:scale(1.1);opacity:1}}.chat-fab-wrap{position:fixed;bottom:28px;right:28px;z-index:25;display:flex;flex-direction:column;align-items:flex-end;gap:10px}.chat-fab{width:56px;height:56px;border-radius:50%;background:var(--brand-accent);color:#fff;border:none;cursor:pointer;display:grid;place-items:center;box-shadow:0 6px 20px #4f7c4973;transition:background .15s,transform .15s;flex-shrink:0}.chat-fab:hover{background:#3d6138;transform:scale(1.07)}.chat-fab-bubble{position:relative;background:#fff;color:#1b3219;border:1px solid #c8ddc0;border-radius:14px 14px 4px;padding:12px 28px 12px 16px;font-size:.84rem;line-height:1.5;max-width:240px;box-shadow:0 4px 16px #0000001f;animation:chat-bubble-in .3s ease}.chat-fab-bubble__close{position:absolute;top:6px;right:6px;width:18px;height:18px;border:none;background:transparent;color:#7a8c76;cursor:pointer;display:grid;place-items:center;border-radius:50%;padding:0;flex-shrink:0;transition:background .15s,color .15s}.chat-fab-bubble__close:hover{background:#eef3ec;color:#1b3219}@keyframes chat-bubble-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}input[type=password]::-ms-reveal,input[type=password]::-ms-clear{display:none}input[type=password]::-webkit-credentials-auto-fill-button,input[type=password]::-webkit-strong-password-auto-fill-button{display:none!important}.auth-input-wrap{position:relative;display:flex;align-items:center}.auth-input-wrap .auth-input{padding-right:38px}.auth-pw-toggle{position:absolute;right:10px;background:none;border:none;cursor:pointer;color:#7f9284;padding:0;display:flex;align-items:center;line-height:1}.auth-pw-toggle:hover{color:var(--brand-accent)}.notif-badge{position:absolute;top:-4px;right:-4px;min-width:16px;height:16px;border-radius:999px;background:#dc2626;color:#fff;font-size:.6rem;font-weight:800;display:flex;align-items:center;justify-content:center;padding:0 3px;pointer-events:none;z-index:5}.notif-badge--inline{position:static;display:inline-flex;transform:none}.notif-panel{position:absolute;right:0;top:48px;width:320px;max-height:420px;background:#fff;border:1px solid #d9e4d1;border-radius:14px;box-shadow:0 12px 32px #17382124;z-index:50;overflow-y:auto}.notif-panel-head{position:sticky;top:0;z-index:1;display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border-bottom:1px solid #e8f0e0;background:#f6fbf2}.notif-panel-head strong{font-size:.9rem;color:#1a3320}.notif-mark-read{background:none;border:none;font-size:.75rem;color:var(--brand-accent);cursor:pointer;font-weight:700}.notif-empty{padding:16px 14px;font-size:.85rem;color:#7a9178}.notif-date-label{margin:0;padding:6px 14px 4px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#8aaa8d;background:#f6fbf2;border-bottom:1px solid #e8f0e0}.notif-item{padding:10px 14px;border-bottom:1px solid #eef3e8;transition:background .12s}.notif-item--btn{width:100%;text-align:left;background:none;border:none;border-bottom:1px solid #eef3e8;cursor:pointer}.notif-item--unread{background:#f0faf0}.notif-item--unread:hover{background:#e6f5e6}.notif-item:hover,.notif-item--btn:hover{background:#f4faf0}.notif-item:last-child,.notif-item--btn:last-child{border-bottom:none}.notif-item-row{display:flex;justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:2px}.notif-item-title{margin:0;font-size:.78rem;font-weight:800;color:#2a4f2d;text-transform:uppercase;letter-spacing:.04em}.notif-item-time{font-size:.72rem;color:#8aaa8d;white-space:nowrap;flex-shrink:0}.notif-item-msg{margin:0;font-size:.84rem;color:#4c6553;line-height:1.4;text-align:left}.chats-dd{position:absolute;right:0;top:48px;width:320px;max-height:440px;background:#fff;border:1px solid #d9e4d1;border-radius:14px;box-shadow:0 12px 32px #17382124;z-index:50;display:flex;flex-direction:column;overflow:hidden}.chats-dd-head{padding:14px 16px 8px;flex-shrink:0}.chats-dd-title{margin:0;font-size:1.2rem;font-weight:800;color:#1a3320}.chats-dd-search-wrap{position:relative;margin:0 14px 10px;flex-shrink:0}.chats-dd-search-icon{position:absolute;left:11px;top:50%;transform:translateY(-50%);color:#8aaa8d}.chats-dd-search-input{width:100%;padding:8px 12px 8px 32px;border:none;background:#f0f4ee;border-radius:20px;font-size:.85rem;color:#1a3320;outline:none;box-sizing:border-box}.chats-dd-list{flex:1;overflow-y:auto;min-height:0}.chats-dd-empty{padding:20px 16px;font-size:.85rem;color:#7a9178;text-align:center}.chats-dd-item{width:100%;display:flex;align-items:center;gap:10px;padding:8px 14px;background:none;border:none;cursor:pointer;text-align:left;transition:background .12s}.chats-dd-item:hover{background:#f4faf0}.chats-dd-avatar{position:relative;width:44px;height:44px;border-radius:50%;flex-shrink:0;background:linear-gradient(135deg,var(--brand-accent),var(--brand-light));color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1rem;overflow:visible}.chats-dd-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.chats-dd-unread-dot{position:absolute;bottom:0;right:0;width:11px;height:11px;border-radius:50%;background:#1877f2;border:2px solid #fff}.chats-dd-item-body{min-width:0;flex:1}.chats-dd-item-title{margin:0 0 2px;font-size:.88rem;font-weight:700;color:#1a3320;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chats-dd-item-preview{margin:0;font-size:.78rem;color:#7a9178;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chats-dd-item-preview.is-unread{color:#1a3320;font-weight:700}.floating-chat-stack{position:fixed;bottom:0;right:0;z-index:900;pointer-events:none}.floating-chat{position:fixed;bottom:0;width:296px;height:380px;background:#fff;border:1px solid #d9e4d1;border-bottom:none;border-radius:10px 10px 0 0;box-shadow:0 -4px 20px #17382129;display:flex;flex-direction:column;overflow:hidden;pointer-events:auto;transition:height .15s ease}.floating-chat.is-minimized{height:auto}.floating-chat-head{display:flex;align-items:center;gap:8px;padding:10px 8px 10px 12px;background:var(--brand-primary);border:none;cursor:pointer;width:100%;text-align:left;flex-shrink:0}.floating-chat-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}.floating-chat-avatar--ph{display:flex;align-items:center;justify-content:center;background:#fff3;color:#fff;font-weight:800;font-size:.8rem}.floating-chat-title{flex:1;min-width:0;color:#fff;font-size:.85rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.floating-chat-head-actions{display:flex;align-items:center;gap:2px;flex-shrink:0}.floating-chat-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;color:#fff;background:none;border:none;cursor:pointer}.floating-chat-icon-btn:hover{background:#ffffff26}.floating-chat-attach-btn{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;color:var(--brand-primary);background:none;border:none;cursor:pointer;flex-shrink:0}.floating-chat-attach-btn:hover{background:#0d5a3a1a}.floating-chat-attach-btn:disabled{opacity:.4;cursor:not-allowed}.floating-chat-body{flex:1;overflow-y:auto;padding:10px 10px 4px;min-height:0}.floating-chat-empty{font-size:.78rem;color:#9ca3af;text-align:center;padding:20px 10px}.floating-chat-row{display:flex;align-items:flex-start;gap:6px;margin-bottom:10px}.floating-chat-row.is-own{flex-direction:column;align-items:flex-end;gap:0}.floating-chat-msg-avatar{width:22px;height:22px;border-radius:50%;object-fit:cover;flex-shrink:0;background:#fff;border:1px solid #e5e7eb}.floating-chat-msg-avatar--ph{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--brand-accent),var(--brand-light));color:#fff;font-weight:800;font-size:.65rem}.floating-chat-col{display:flex;flex-direction:column;max-width:78%;min-width:0}.floating-chat-bubble{max-width:78%;background:#f0f0f0;color:#111827;border-radius:16px 16px 16px 4px;padding:7px 11px;font-size:.8rem;line-height:1.4;white-space:pre-wrap;overflow-wrap:anywhere}.floating-chat-col .floating-chat-bubble{max-width:100%}.floating-chat-bubble.is-own{background:#fff;color:#111827;border:1.5px solid #e5e7eb;border-radius:16px 16px 4px}.floating-chat-bubble.is-system{background:var(--brand-primary);color:#fff;border-radius:4px 16px 16px}.floating-chat-row.is-own .floating-chat-bubble.is-system{border-radius:16px 16px 4px}.floating-chat-bubble-photo{display:block;margin-top:6px;max-width:100%;max-height:140px;border-radius:8px;object-fit:cover;cursor:pointer}.floating-chat-time{font-size:.65rem;color:#9ca3af;margin-top:2px}.floating-chat-status{font-weight:600}.floating-chat-status.is-seen{color:#22c55e}.floating-chat-input-area{flex-shrink:0;padding:6px 10px 10px}.floating-chat-preview-wrap{position:relative;display:inline-block;margin-bottom:6px}.floating-chat-preview-img{width:52px;height:52px;border-radius:8px;object-fit:cover}.floating-chat-remove-photo{position:absolute;top:-5px;right:-5px;width:16px;height:16px;border-radius:50%;background:#374151;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer}.floating-chat-error{margin:0 0 6px;font-size:.72rem;color:#dc2626}.floating-chat-input-row{display:flex;align-items:flex-end;gap:4px;background:#f0f4ee;border-radius:18px;padding:4px 4px 4px 8px}.floating-chat-textarea{flex:1;border:none;background:none;outline:none;resize:none;font-family:inherit;font-size:.8rem;line-height:1.4;padding:6px 0;max-height:70px}.floating-chat-send-btn{width:28px;height:28px;border-radius:50%;border:none;background:var(--brand-primary);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.floating-chat-send-btn:disabled{opacity:.4;cursor:not-allowed}@media (max-width: 640px){.floating-chat-stack{right:0;left:0;bottom:0;top:0}.floating-chat{right:0!important;left:0;width:100%;height:78vh;border-radius:14px 14px 0 0}.floating-chat.is-minimized{height:auto}.floating-chat:not(:last-child){display:none}}.navbar-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover;border:1px solid rgba(255,255,255,.7)}.mobile-nav-icon-row{display:flex;align-items:center;gap:10px;padding:13px 20px;color:#1a3320;text-decoration:none;font-weight:700;font-size:.95rem;background:none;border:none;cursor:pointer;width:100%;text-align:left;font:inherit}.mobile-nav-icon-row:hover{background:#7ea86f1a}.auth-form-panel{overflow-y:auto;max-height:min(90vh,700px)}@media (max-width: 640px){.auth-modal.auth-shell{grid-template-columns:1fr}.auth-visual{display:none}.auth-form-panel{max-height:90dvh;padding:24px 20px}}.mobile-nav-profile{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid rgba(126,168,111,.18);background:#7ea86f0f}.mobile-nav-profile-link{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit;flex:1;min-width:0}.mobile-nav-avatar{width:52px;height:52px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid rgba(126,168,111,.4)}.mobile-nav-avatar--initials{background:var(--brand-accent);color:#fff;font-weight:800;font-size:1.3rem;display:flex;align-items:center;justify-content:center}.mobile-nav-profile-info{display:flex;flex-direction:column;min-width:0}.mobile-nav-profile-info strong{font-size:.97rem;color:#1a3320;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-nav-profile-info span{font-size:.78rem;color:#6b8375;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-nav-links{display:flex;flex-direction:column;padding:8px 0}.mobile-nav-links a{padding:13px 24px;text-decoration:none;color:#1a3320;font-size:1rem;font-weight:500;border-bottom:1px solid rgba(126,168,111,.1);transition:background .12s}.mobile-nav-links a:hover{background:#7ea86f14}.mobile-nav-links a.nav-active{background:#c9a2271f;color:#7a5c00;font-weight:700}@media (max-width: 768px){.navbar-paw-btn,.navbar-profile-btn{display:none}}@media (max-width: 768px){.two-col,.split-layout{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;text-align:center}}@media (max-width: 640px){.form-row,.field-row{flex-direction:column}.form-row>*,.field-row>*{width:100%}.two-col,.split-layout{grid-template-columns:1fr}}@media (max-width: 480px){h1{font-size:clamp(1.6rem,8vw,2.4rem)}h2{font-size:clamp(1.3rem,6vw,1.9rem)}.page-container,.content-container,.section-container{padding-left:14px;padding-right:14px}.btn-full-mobile,.cta-btn{width:100%;text-align:center;justify-content:center}}/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-ordinal:initial;--tw-slashed-zero:initial;--tw-numeric-figure:initial;--tw-numeric-spacing:initial;--tw-numeric-fraction:initial;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial}}}.collapse{visibility:collapse}.invisible{visibility:hidden}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.container{width:100%}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.table{display:table}.w-full{width:100%}.flex-1{flex:1}.flex-shrink{flex-shrink:1}.flex-shrink-0,.shrink-0{flex-shrink:0}.grow{flex-grow:1}.border-collapse{border-collapse:collapse}.rotate-180{rotate:180deg}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.resize{resize:both}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.overflow-y-auto{overflow-y:auto}.border{border-style:var(--tw-border-style);border-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.bg-\[\#c9a227\]{background-color:#c9a227}.text-center{text-align:center}.text-left{text-align:left}.break-all{word-break:break-all}.capitalize{text-transform:capitalize}.uppercase{text-transform:uppercase}.italic{font-style:italic}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,)}.underline{text-decoration-line:underline}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-ordinal{syntax:"*";inherits:false}@property --tw-slashed-zero{syntax:"*";inherits:false}@property --tw-numeric-figure{syntax:"*";inherits:false}@property --tw-numeric-spacing{syntax:"*";inherits:false}@property --tw-numeric-fraction{syntax:"*";inherits:false}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}
