:root{
  --pet-primary:#5b4cf0;
  --pet-primary-dark:#4338ca;
  --pet-secondary:#16a085;
  --pet-accent:#ff8a3d;
  --pet-ink:#172033;
  --pet-muted:#6b7280;
  --pet-bg:#f6f8fc;
  --pet-card:#ffffff;
  --pet-border:#e8ebf2;
  --pet-success:#16a34a;
  --pet-danger:#dc2626;
  --pet-shadow:0 18px 45px rgba(22,34,68,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Inter','Poppins',sans-serif;color:var(--pet-ink);background:var(--pet-bg);line-height:1.6}
a{text-decoration:none;color:inherit}
img{max-width:100%}
.pet-container{width:min(1180px,calc(100% - 32px));margin-inline:auto}
.pet-topbar{background:#111827;color:#e5e7eb;font-size:13px}
.pet-topbar__inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.pet-topbar a{color:#fff}
.pet-topbar__left,.pet-topbar__right{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.pet-header{background:rgba(255,255,255,.96);border-bottom:1px solid var(--pet-border);position:sticky;top:0;z-index:1000;backdrop-filter:blur(14px)}
.pet-header__main{display:grid;grid-template-columns:auto minmax(220px,1fr) auto;gap:28px;align-items:center;min-height:82px}
.pet-logo img{max-height:48px;max-width:190px}
.pet-search{display:flex;border:1px solid var(--pet-border);background:#f9fafb;border-radius:16px;overflow:hidden;transition:.2s}
.pet-search:focus-within{border-color:var(--pet-primary);box-shadow:0 0 0 4px rgba(91,76,240,.10);background:#fff}
.pet-search input{border:0;outline:0;background:transparent;width:100%;padding:13px 16px}
.pet-search button{border:0;background:var(--pet-primary);color:#fff;width:52px;cursor:pointer}
.pet-actions{display:flex;align-items:center;gap:10px}
.pet-action{width:44px;height:44px;border-radius:14px;border:1px solid var(--pet-border);background:#fff;display:grid;place-items:center;position:relative;color:var(--pet-ink)}
.pet-action:hover{color:var(--pet-primary);border-color:rgba(91,76,240,.35)}
.pet-action__count{position:absolute;right:-5px;top:-5px;min-width:20px;height:20px;border-radius:99px;padding:0 5px;background:var(--pet-accent);color:#fff;font-size:11px;display:grid;place-items:center}
.pet-nav{border-top:1px solid var(--pet-border);background:#fff}
.pet-nav__inner{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.pet-menu{display:flex;align-items:center;gap:8px;list-style:none;margin:0;padding:0}
.pet-menu a{display:block;padding:9px 13px;border-radius:10px;font-size:14px;color:#364152}
.pet-menu a:hover,.pet-menu a.active{background:#f0efff;color:var(--pet-primary)}
.pet-nav__cta{display:flex;align-items:center;gap:8px;color:var(--pet-secondary);font-size:14px}
.pet-mobile-toggle{display:none;border:0;background:#f3f4f6;border-radius:12px;width:44px;height:44px}
.pet-breadcrumb{padding:28px 0;background:linear-gradient(135deg,#f0efff,#edf9f6);border-bottom:1px solid var(--pet-border)}
.pet-breadcrumb h1{font-size:clamp(26px,4vw,38px);margin:0 0 4px}
.pet-breadcrumb p{margin:0;color:var(--pet-muted)}
.pet-hero{padding:64px 0 46px;background:radial-gradient(circle at 85% 25%,rgba(255,138,61,.22),transparent 24%),radial-gradient(circle at 18% 20%,rgba(91,76,240,.20),transparent 26%),linear-gradient(180deg,#fff,#f7f8ff)}
.pet-hero__grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:50px}
.pet-kicker{display:inline-flex;align-items:center;gap:8px;background:#eeecff;color:var(--pet-primary-dark);border-radius:99px;padding:8px 13px;font-size:13px;margin-bottom:18px}
.pet-hero h1{font-size:clamp(42px,6vw,72px);line-height:1.04;letter-spacing:-2.6px;margin:0 0 18px;max-width:760px}
.pet-hero h1 span{color:var(--pet-primary)}
.pet-hero p{font-size:18px;color:var(--pet-muted);max-width:650px;margin:0 0 28px}
.pet-hero__buttons{display:flex;gap:12px;flex-wrap:wrap}
.pet-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:0 20px;border-radius:14px;border:1px solid transparent;transition:.2s;cursor:pointer;font-size:14px}
.pet-btn--primary{background:var(--pet-primary);color:#fff;box-shadow:0 12px 25px rgba(91,76,240,.25)}
.pet-btn--primary:hover{background:var(--pet-primary-dark);color:#fff;transform:translateY(-1px)}
.pet-btn--light{background:#fff;border-color:var(--pet-border);color:var(--pet-ink)}
.pet-btn--light:hover{border-color:var(--pet-primary);color:var(--pet-primary)}
.pet-hero__visual{position:relative;min-height:480px;display:grid;place-items:center}
.pet-hero__blob{width:min(460px,100%);aspect-ratio:1;background:linear-gradient(135deg,#eceaff,#dff7ef);border-radius:42% 58% 64% 36% / 42% 43% 57% 58%;position:absolute;inset:auto;filter:drop-shadow(0 30px 40px rgba(91,76,240,.13))}
.pet-hero__visual img{position:relative;z-index:2;max-height:460px;object-fit:contain}
.pet-float-card{position:absolute;z-index:3;background:#fff;border:1px solid var(--pet-border);box-shadow:var(--pet-shadow);border-radius:18px;padding:14px 16px;display:flex;align-items:center;gap:12px;font-size:13px}
.pet-float-card i{width:38px;height:38px;border-radius:12px;background:#effcf7;color:var(--pet-secondary);display:grid;place-items:center}
.pet-float-card--one{left:0;bottom:55px}.pet-float-card--two{right:0;top:52px}
.pet-trust{margin-top:-8px;padding-bottom:40px}
.pet-trust__grid{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--pet-border);border-radius:22px;box-shadow:var(--pet-shadow);overflow:hidden}
.pet-trust__item{padding:20px;display:flex;gap:13px;align-items:center;border-right:1px solid var(--pet-border)}
.pet-trust__item:last-child{border-right:0}.pet-trust__item i{font-size:24px;color:var(--pet-primary)}
.pet-trust__item strong{display:block;font-size:14px}.pet-trust__item span{font-size:12px;color:var(--pet-muted)}
.pet-section{padding:72px 0}
.pet-section--white{background:#fff}.pet-section--soft{background:#f1f4fa}
.pet-section__head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:30px}
.pet-section__head h2{font-size:clamp(30px,4vw,44px);letter-spacing:-1.3px;margin:0 0 6px}.pet-section__head p{margin:0;color:var(--pet-muted);max-width:650px}
.pet-categories{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.pet-category{background:#fff;border:1px solid var(--pet-border);border-radius:20px;padding:24px;transition:.2s;position:relative;overflow:hidden}
.pet-category:before{content:'';position:absolute;width:90px;height:90px;border-radius:50%;background:#f0efff;right:-28px;top:-28px}
.pet-category:hover{transform:translateY(-4px);box-shadow:var(--pet-shadow);border-color:rgba(91,76,240,.25)}
.pet-category__icon{width:52px;height:52px;border-radius:16px;background:#eeecff;color:var(--pet-primary);display:grid;place-items:center;font-size:23px;margin-bottom:16px}.pet-category h3{font-size:17px;margin:0}.pet-category span{font-size:13px;color:var(--pet-muted)}
.pet-products{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.pet-product{background:#fff;border:1px solid var(--pet-border);border-radius:20px;overflow:hidden;transition:.2s;display:flex;flex-direction:column}
.pet-product:hover{transform:translateY(-4px);box-shadow:var(--pet-shadow)}
.pet-product__media{background:#f6f7fb;aspect-ratio:1.15;position:relative;overflow:hidden}.pet-product__media img{width:100%;height:100%;object-fit:cover;transition:.3s}.pet-product:hover .pet-product__media img{transform:scale(1.035)}
.pet-product__badge{position:absolute;left:12px;top:12px;background:var(--pet-accent);color:#fff;font-size:11px;border-radius:99px;padding:6px 9px}
.pet-product__body{padding:18px;display:flex;flex-direction:column;flex:1}.pet-product__category{color:var(--pet-primary);font-size:12px;margin-bottom:5px}.pet-product h3{font-size:16px;line-height:1.35;margin:0 0 10px}.pet-product__price{display:flex;align-items:baseline;gap:8px;margin-top:auto}.pet-product__price strong{font-size:21px;color:var(--pet-ink)}.pet-product__price del{font-size:12px;color:#9ca3af}.pet-product__stock{font-size:12px;color:var(--pet-success);margin:5px 0 14px}.pet-product__actions{display:grid;grid-template-columns:1fr 44px;gap:8px}
.pet-services{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.pet-service{background:#fff;border:1px solid var(--pet-border);border-radius:22px;padding:26px;box-shadow:0 8px 25px rgba(22,34,68,.04)}.pet-service__icon{width:54px;height:54px;border-radius:16px;background:#effcf7;color:var(--pet-secondary);display:grid;place-items:center;font-size:25px;margin-bottom:16px}.pet-service h3{font-size:20px;margin:0 0 8px}.pet-service p{color:var(--pet-muted);font-size:14px;margin-bottom:18px}
.pet-banner{background:linear-gradient(135deg,#5b4cf0,#7468ff);color:#fff;border-radius:30px;padding:42px;display:grid;grid-template-columns:1.25fr .75fr;align-items:center;overflow:hidden;position:relative}.pet-banner:after{content:'';position:absolute;width:280px;height:280px;border-radius:50%;background:rgba(255,255,255,.12);right:-60px;top:-120px}.pet-banner h2{font-size:clamp(28px,4vw,46px);margin:0 0 10px;letter-spacing:-1.3px}.pet-banner p{opacity:.9;margin:0;max-width:680px}.pet-banner__action{display:flex;justify-content:flex-end;position:relative;z-index:2}.pet-banner .pet-btn--light{border-color:rgba(255,255,255,.35)}
.pet-card{background:#fff;border:1px solid var(--pet-border);border-radius:22px;box-shadow:0 8px 28px rgba(22,34,68,.05)}
.pet-card__head{padding:20px 22px;border-bottom:1px solid var(--pet-border);display:flex;align-items:center;justify-content:space-between;gap:14px}.pet-card__head h3{font-size:18px;margin:0}.pet-card__body{padding:22px}
.pet-form .form-label,.pet-form .form--label{font-size:13px;color:#374151;margin-bottom:7px}.pet-form .form-control,.pet-form .form--control,.pet-form select,.pet-form textarea{width:100%;min-height:48px;border:1px solid var(--pet-border);border-radius:13px;background:#fff;padding:10px 13px;outline:0}.pet-form .form-control:focus,.pet-form .form--control:focus,.pet-form select:focus,.pet-form textarea:focus{border-color:var(--pet-primary);box-shadow:0 0 0 4px rgba(91,76,240,.10)}
.pet-shop-layout{display:grid;grid-template-columns:260px 1fr;gap:24px}.pet-filter{padding:20px;align-self:start;position:sticky;top:150px}.pet-filter h4{font-size:15px;margin:0 0 14px}.pet-filter__group{padding-bottom:18px;margin-bottom:18px;border-bottom:1px solid var(--pet-border)}.pet-filter__group:last-child{border:0;margin:0;padding:0}
.pet-toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px}.pet-toolbar p{margin:0;color:var(--pet-muted);font-size:14px}.pet-toolbar select{border:1px solid var(--pet-border);border-radius:12px;padding:10px 12px;background:#fff}
.pet-cart-layout,.pet-checkout-layout{display:grid;grid-template-columns:1.35fr .65fr;gap:24px}.pet-cart-item{display:grid;grid-template-columns:92px 1fr auto;gap:16px;align-items:center;padding:18px 0;border-bottom:1px solid var(--pet-border)}.pet-cart-item:last-child{border-bottom:0}.pet-cart-item img{width:92px;height:92px;object-fit:cover;border-radius:14px;background:#f6f7fb}.pet-cart-item h3{font-size:15px;margin:0 0 4px}.pet-cart-item p{margin:0;color:var(--pet-muted);font-size:13px}.pet-qty{display:inline-flex;border:1px solid var(--pet-border);border-radius:12px;overflow:hidden}.pet-qty button,.pet-qty input{height:38px;border:0;background:#fff;text-align:center}.pet-qty button{width:34px}.pet-qty input{width:46px;outline:0}
.pet-summary{padding:22px;position:sticky;top:150px;align-self:start}.pet-summary h3{font-size:19px;margin:0 0 18px}.pet-summary__line{display:flex;justify-content:space-between;gap:12px;padding:9px 0;color:var(--pet-muted);font-size:14px}.pet-summary__line--total{border-top:1px solid var(--pet-border);margin-top:10px;padding-top:16px;color:var(--pet-ink);font-size:17px}
.pet-payment-option{border:1px solid var(--pet-border);border-radius:16px;padding:14px;display:flex;align-items:center;gap:12px;cursor:pointer;margin-bottom:10px;background:#fff}.pet-payment-option:has(input:checked){border-color:var(--pet-primary);box-shadow:0 0 0 3px rgba(91,76,240,.08)}.pet-payment-option input{accent-color:var(--pet-primary)}.pet-payment-option__logo{width:48px;height:38px;border-radius:10px;background:#f3f4f6;display:grid;place-items:center;color:var(--pet-primary)}
.pet-empty{text-align:center;padding:64px 20px}.pet-empty i{font-size:50px;color:#c7cdd8;margin-bottom:16px}.pet-empty h3{font-size:22px}.pet-empty p{color:var(--pet-muted)}
.pet-account-shell{display:grid;grid-template-columns:240px 1fr;gap:22px}.pet-account-nav{padding:16px;align-self:start}.pet-account-nav a{display:flex;align-items:center;gap:10px;padding:11px 12px;border-radius:11px;color:#4b5563;font-size:14px}.pet-account-nav a:hover,.pet-account-nav a.active{background:#eeecff;color:var(--pet-primary)}.pet-account-user{padding:12px 12px 18px;border-bottom:1px solid var(--pet-border);margin-bottom:8px}.pet-account-user strong{display:block}.pet-account-user span{font-size:12px;color:var(--pet-muted)}
.pet-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:22px}.pet-stat{padding:18px}.pet-stat__icon{width:42px;height:42px;border-radius:13px;background:#eeecff;color:var(--pet-primary);display:grid;place-items:center;margin-bottom:14px}.pet-stat strong{display:block;font-size:25px}.pet-stat span{font-size:12px;color:var(--pet-muted)}
.pet-table{width:100%;border-collapse:collapse}.pet-table th{font-size:12px;text-align:left;color:var(--pet-muted);padding:12px;border-bottom:1px solid var(--pet-border);background:#f9fafb}.pet-table td{font-size:13px;padding:13px 12px;border-bottom:1px solid var(--pet-border);vertical-align:middle}.pet-table tr:last-child td{border-bottom:0}
.pet-status{display:inline-flex;align-items:center;border-radius:99px;padding:5px 9px;font-size:11px}.pet-status--pending{background:#fff7ed;color:#c2410c}.pet-status--success{background:#ecfdf5;color:#047857}.pet-status--info{background:#eff6ff;color:#1d4ed8}.pet-status--danger{background:#fef2f2;color:#b91c1c}
.pet-footer{background:#111827;color:#d1d5db;margin-top:70px}.pet-footer__grid{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:36px;padding:55px 0}.pet-footer h4{color:#fff;font-size:15px;margin-bottom:14px}.pet-footer p,.pet-footer a{font-size:13px;color:#aeb6c5}.pet-footer a:hover{color:#fff}.pet-footer__links{list-style:none;margin:0;padding:0;display:grid;gap:8px}.pet-footer__bottom{border-top:1px solid rgba(255,255,255,.09);padding:18px 0;font-size:12px;display:flex;align-items:center;justify-content:space-between;gap:20px}.pet-payments{display:flex;gap:8px}.pet-payments span{background:#fff;color:#111827;border-radius:8px;padding:5px 9px;font-size:11px}
@media(max-width:1100px){.pet-products{grid-template-columns:repeat(3,1fr)}.pet-categories{grid-template-columns:repeat(2,1fr)}.pet-stat-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:860px){.pet-topbar__right{display:none}.pet-header__main{grid-template-columns:1fr auto;min-height:70px}.pet-search{grid-column:1/-1;order:3;margin-bottom:14px}.pet-mobile-toggle{display:grid;place-items:center}.pet-nav{display:none}.pet-nav.open{display:block}.pet-nav__inner{display:block;padding:12px 0}.pet-menu{display:block}.pet-menu a{padding:12px}.pet-nav__cta{padding:10px 12px}.pet-hero__grid{grid-template-columns:1fr}.pet-hero__visual{min-height:360px}.pet-hero__visual img{max-height:340px}.pet-float-card--one{left:12px}.pet-float-card--two{right:12px}.pet-trust__grid{grid-template-columns:repeat(2,1fr)}.pet-trust__item:nth-child(2){border-right:0}.pet-trust__item:nth-child(-n+2){border-bottom:1px solid var(--pet-border)}.pet-products{grid-template-columns:repeat(2,1fr)}.pet-services{grid-template-columns:1fr 1fr}.pet-shop-layout,.pet-cart-layout,.pet-checkout-layout,.pet-account-shell{grid-template-columns:1fr}.pet-filter,.pet-summary{position:static}.pet-account-nav{display:grid;grid-template-columns:repeat(2,1fr)}.pet-account-user{grid-column:1/-1}.pet-banner{grid-template-columns:1fr;gap:24px}.pet-banner__action{justify-content:flex-start}.pet-footer__grid{grid-template-columns:1fr 1fr}}
@media(max-width:580px){.pet-container{width:min(100% - 22px,1180px)}.pet-topbar__inner{justify-content:center}.pet-topbar__left span:nth-child(2){display:none}.pet-actions .pet-action:nth-child(1){display:none}.pet-hero{padding-top:42px}.pet-hero h1{letter-spacing:-1.7px}.pet-hero__visual{min-height:290px}.pet-float-card{display:none}.pet-trust__grid,.pet-categories,.pet-products,.pet-services,.pet-stat-grid{grid-template-columns:1fr}.pet-trust__item{border-right:0;border-bottom:1px solid var(--pet-border)!important}.pet-trust__item:last-child{border-bottom:0!important}.pet-section{padding:52px 0}.pet-section__head{align-items:start;flex-direction:column}.pet-cart-item{grid-template-columns:72px 1fr}.pet-cart-item img{width:72px;height:72px}.pet-cart-item>div:last-child{grid-column:2}.pet-account-nav{grid-template-columns:1fr}.pet-footer__grid{grid-template-columns:1fr}.pet-footer__bottom{align-items:flex-start;flex-direction:column}.pet-banner{padding:28px 22px;border-radius:22px}}


.pet-muted{font-size:12px;color:var(--pet-muted)}
.pet-page-heading{font-size:clamp(32px,5vw,52px);letter-spacing:-1.6px;line-height:1.08;margin:0 0 18px}
.pet-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:18px}.pet-form-grid__full{grid-column:1/-1}
.pet-contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:24px}.pet-contact-cards{display:grid;gap:14px}.pet-contact-card{padding:18px;display:flex;align-items:center;gap:15px}.pet-contact-card>i{width:46px;height:46px;border-radius:14px;background:#eeecff;color:var(--pet-primary);display:grid;place-items:center;font-size:22px;flex:0 0 auto}.pet-contact-card strong{display:block;font-size:14px}.pet-contact-card span{display:block;color:var(--pet-muted);font-size:13px}.pet-contact-map{overflow:hidden;min-height:230px}.pet-contact-map iframe{width:100%;height:100%;min-height:230px;border:0;display:block}
.pet-about-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.pet-about-media{position:relative}.pet-about-media>img{width:100%;aspect-ratio:1.15;object-fit:cover;border-radius:30px;box-shadow:var(--pet-shadow)}.pet-about-badge{position:absolute;right:-20px;bottom:24px;max-width:280px;background:#fff;border:1px solid var(--pet-border);border-radius:18px;box-shadow:var(--pet-shadow);padding:14px 16px;display:flex;align-items:center;gap:12px}.pet-about-badge i{width:42px;height:42px;border-radius:13px;background:#effcf7;color:var(--pet-secondary);display:grid;place-items:center;font-size:22px}.pet-about-badge strong,.pet-about-badge span{display:block}.pet-about-badge strong{font-size:13px}.pet-about-badge span{font-size:11px;color:var(--pet-muted)}
.pet-mini-benefits{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:24px 0}.pet-mini-benefits div{display:flex;align-items:center;gap:8px;font-size:13px}.pet-mini-benefits i{color:var(--pet-success);font-size:18px}
.pet-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.pet-blog-card{overflow:hidden}.pet-blog-card__media{display:block;aspect-ratio:1.45;background:#f3f4f6;overflow:hidden}.pet-blog-card__media img{width:100%;height:100%;object-fit:cover;transition:.3s}.pet-blog-card:hover .pet-blog-card__media img{transform:scale(1.035)}.pet-blog-card__body{padding:20px}.pet-blog-card h3{font-size:19px;line-height:1.35;margin:10px 0 18px}.pet-blog-meta{display:flex;gap:14px;flex-wrap:wrap;color:var(--pet-muted);font-size:11px}.pet-blog-meta i{color:var(--pet-primary)}.pet-link{color:var(--pet-primary);font-size:13px;font-weight:600}.pet-blog-empty{grid-column:1/-1}
.pet-article-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;align-items:start}.pet-article{overflow:hidden}.pet-article__cover{width:100%;max-height:520px;aspect-ratio:1.75;object-fit:cover;background:#f3f4f6}.pet-article__body{padding:30px}.pet-article__body h1,.pet-legal h1{font-size:clamp(30px,4vw,46px);line-height:1.1;letter-spacing:-1.2px;margin:12px 0 24px}.pet-article-side{position:sticky;top:150px}.pet-side-post{display:grid;grid-template-columns:72px 1fr;align-items:center;gap:12px;padding-bottom:14px;margin-bottom:14px;border-bottom:1px solid var(--pet-border);font-size:12px;font-weight:600;line-height:1.35}.pet-side-post img{width:72px;height:58px;object-fit:cover;border-radius:10px}.pet-share{border-top:1px solid var(--pet-border);margin-top:28px;padding-top:20px;display:flex;align-items:center;gap:9px}.pet-share strong{font-size:12px;margin-right:5px}.pet-share a{width:38px;height:38px;border:1px solid var(--pet-border);border-radius:11px;display:grid;place-items:center}.pet-share a:hover{border-color:var(--pet-primary);color:var(--pet-primary)}
.pet-legal{max-width:980px;margin:0 auto}.pet-legal .pet-card__body{padding:clamp(24px,5vw,54px)}.pet-prose{color:#4b5563;font-size:15px}.pet-prose p{margin:0 0 16px}.pet-prose h1,.pet-prose h2,.pet-prose h3,.pet-prose h4{color:var(--pet-ink);line-height:1.25;margin:28px 0 12px}.pet-prose ul,.pet-prose ol{padding-left:22px;margin:0 0 18px}.pet-prose img{max-width:100%;height:auto;border-radius:16px}.pet-prose a{color:var(--pet-primary);text-decoration:underline}.pet-prose blockquote{border-left:4px solid var(--pet-primary);background:#f7f7ff;border-radius:0 12px 12px 0;padding:14px 18px;margin:20px 0}
@media(max-width:960px){.pet-contact-grid,.pet-about-grid,.pet-article-layout{grid-template-columns:1fr}.pet-about-badge{right:14px}.pet-article-side{position:static}.pet-blog-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:580px){.pet-form-grid,.pet-mini-benefits,.pet-blog-grid{grid-template-columns:1fr}.pet-form-grid__full{grid-column:auto}.pet-article__body{padding:20px}.pet-about-badge{position:static;margin-top:12px;max-width:none}}


.pet-auth-body{min-height:100vh;background:radial-gradient(circle at 10% 15%,rgba(91,76,240,.18),transparent 30%),radial-gradient(circle at 90% 80%,rgba(22,160,133,.14),transparent 28%),#f7f8fc}.pet-auth-shell{width:min(1120px,calc(100% - 32px));margin:0 auto;padding:32px 0 60px}.pet-auth-brand{display:inline-flex;align-items:center;gap:14px;color:var(--pet-muted);font-size:13px;margin-bottom:38px}.pet-auth-brand img{max-width:170px;max-height:48px}.pet-auth-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:58px;align-items:center;min-height:620px}.pet-auth-grid--register{grid-template-columns:.75fr 1.25fr}.pet-auth-copy h1{font-size:clamp(42px,6vw,68px);line-height:1.02;letter-spacing:-2px;margin:0 0 18px}.pet-auth-copy>p{font-size:17px;color:var(--pet-muted);max-width:520px}.pet-auth-benefits{display:grid;gap:12px;margin-top:30px}.pet-auth-benefits div{display:flex;align-items:center;gap:12px;font-size:14px}.pet-auth-benefits i{width:40px;height:40px;border-radius:12px;background:#fff;color:var(--pet-primary);box-shadow:0 8px 18px rgba(22,34,68,.06);display:grid;place-items:center;font-size:20px}.pet-auth-card{max-width:680px;width:100%;margin-left:auto;box-shadow:var(--pet-shadow)}.pet-auth-card .pet-card__body{padding:clamp(24px,4vw,42px)}.pet-auth-card h2{font-size:30px;letter-spacing:-.7px;margin:0 0 7px}.pet-auth-intro{font-size:14px;color:var(--pet-muted);margin-bottom:24px}.pet-auth-row{display:flex;align-items:center;justify-content:space-between;gap:14px;font-size:12px;margin:14px 0 20px}.pet-auth-row a,.pet-auth-switch a,.pet-check a{color:var(--pet-primary);font-weight:600}.pet-check{display:flex;align-items:flex-start;gap:8px;font-size:12px;color:#4b5563}.pet-check input{margin-top:3px;accent-color:var(--pet-primary)}.pet-auth-switch{text-align:center;color:var(--pet-muted);font-size:13px;margin:20px 0 0}.pet-field-help{display:block;color:var(--pet-muted);font-size:10px;margin-top:5px}.pet-auth-single{max-width:520px;margin:70px auto 0}.pet-auth-card .input-group-text{border:1px solid var(--pet-border);background:#f8f9fb;border-radius:13px 0 0 13px}.pet-auth-card .input-group .form-control{border-radius:0 13px 13px 0}
@media(max-width:860px){.pet-auth-grid,.pet-auth-grid--register{grid-template-columns:1fr;gap:28px}.pet-auth-grid{min-height:auto}.pet-auth-copy{display:none}.pet-auth-card{margin:0 auto}.pet-auth-brand{margin-bottom:24px}.pet-auth-single{margin-top:20px}}
