.lildog-help{--ink: #182420;--ink-soft: #4B594F;--canvas: #F6F4EC;--canvas-raised: #FFFFFF;--moss: #E7EEE1;--moss-line: #D8E0D0;--forest: #B5CF8E;--forest-700: #33421F;--forest-100: #EFF5E5;--amber: #E29A3C;--amber-700: #B87821;--signal-blue: #3E7CB1;--status-green: #2E8F6A;--line: #DCD7C8;--shadow-color: 140 30% 12%;--container: 1160px;--radius-s: 10px;--radius-m: 16px;--radius-l: 24px;--radius-full: 999px;--shadow-card: 0 1px 2px hsl(var(--shadow-color) / .06), 0 8px 24px -12px hsl(var(--shadow-color) / .18);--shadow-raised: 0 4px 10px hsl(var(--shadow-color) / .08), 0 20px 40px -16px hsl(var(--shadow-color) / .28);background:var(--canvas);color:var(--ink);font-size:16px;line-height:1.55}.lildog-help *,.lildog-help *:before,.lildog-help *:after{box-sizing:border-box}.lildog-help a{color:inherit}.lildog-help p,.lildog-help h1,.lildog-help h2,.lildog-help h3{margin:0}.lildog-help h1,.lildog-help h2,.lildog-help h3{color:var(--forest-700);letter-spacing:-.01em}.lildog-help .wrap{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:20px}@media(min-width:780px){.lildog-help .wrap{padding-inline:32px}}.lildog-help .dot{display:inline-block;width:8px;height:8px;border-radius:50%;flex:none}.lildog-help .dot--green{background:var(--status-green);box-shadow:0 0 0 3px #2e8f6a22}.lildog-help .dot--blue{background:var(--signal-blue);box-shadow:0 0 0 3px #3e7cb122}.lildog-help .dot--amber{background:var(--amber);box-shadow:0 0 0 3px #e29a3c22}.lildog-help .hero{position:relative;background:var(--forest);color:var(--ink-soft);padding-block:56px 84px;overflow:visible}.lildog-help .hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 14% 18%,#ffffff40 0,transparent 42%),radial-gradient(circle at 86% 82%,#00000010 0,transparent 45%);pointer-events:none}.lildog-help .hero__trail{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;opacity:.5}.lildog-help .hero__inner{position:relative;text-align:center;max-width:760px;margin-inline:auto}.lildog-help .hero h1{font-size:clamp(30px,5.4vw,50px);line-height:1.08;font-weight:700;margin-bottom:14px}.lildog-help .hero__sub{color:var(--ink-soft);font-size:17px;max-width:520px;margin-inline:auto;margin-bottom:34px}.lildog-help .search{position:relative;max-width:620px;margin-inline:auto;text-align:left;z-index:20}.lildog-help .search__field{display:flex;align-items:center;gap:12px;background:#fff;border-radius:var(--radius-full);padding:7px 8px 7px 22px;box-shadow:var(--shadow-raised)}.lildog-help .search__field svg{flex:none;color:var(--ink-soft)}.lildog-help .search__field input{flex:1;border:none;outline:none;font:inherit;font-size:16px;padding:10px 0;color:var(--ink);background:transparent;min-width:0}.lildog-help .search__field input::placeholder{color:#97a196}.lildog-help .search__submit{flex:none}.lildog-help .search__results{position:absolute;top:calc(100% + 10px);left:0;right:0;background:#fff;border-radius:var(--radius-m);box-shadow:var(--shadow-raised);padding:10px;z-index:100;display:none;max-height:380px;overflow-y:auto}.lildog-help .search__results.is-open{display:block}.lildog-help .search__result{display:block;padding:12px;border-radius:var(--radius-s);text-decoration:none;color:var(--ink);background:#eef6f0;margin-bottom:6px}.lildog-help .search__result:last-child{margin-bottom:0}.lildog-help .search__result:hover{background:var(--forest-100)}.lildog-help .search__result-title{display:block;font-weight:600;font-size:14.5px;color:var(--forest-700);margin-bottom:2px}.lildog-help .search__result-snippet{display:block;font-size:13px;color:var(--ink-soft);line-height:1.45}.lildog-help .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font:inherit;font-weight:600;font-size:14.5px;border-radius:var(--radius-full);padding:11px 20px;border:1px solid transparent;cursor:pointer;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease}.lildog-help .btn:active{transform:scale(.98)}.lildog-help .btn--primary{background:var(--forest);color:var(--forest-700)}.lildog-help .btn--primary:hover{background:var(--forest-700);color:#fff}.lildog-help .btn--block{width:100%}.lildog-help .help-section{padding-block:64px}.lildog-help .section--tint{background:var(--moss)}.lildog-help .section__head{max-width:620px;margin-bottom:36px}.lildog-help .section__head.center{margin-inline:auto;text-align:center}.lildog-help .section__head h2{font-size:clamp(24px,3.4vw,32px);margin-top:10px}.lildog-help .section__head p{color:var(--ink-soft);font-size:15.5px;margin-top:10px}.lildog-help .eyebrow{font-size:12.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--forest-700);font-weight:500}.lildog-help .cat-grid{display:grid;grid-template-columns:1fr;gap:14px}@media(min-width:700px){.lildog-help .cat-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1050px){.lildog-help .cat-grid{grid-template-columns:repeat(3,1fr)}}.lildog-help .cat-card{background:var(--canvas-raised);border:1px solid var(--line);border-radius:var(--radius-l);padding:22px 20px;text-decoration:none;color:var(--ink);box-shadow:var(--shadow-card);display:flex;flex-direction:column;gap:14px;transition:transform .15s ease,box-shadow .15s ease}.lildog-help .cat-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-raised)}.lildog-help .cat-card__top{display:flex;align-items:center;justify-content:space-between}.lildog-help .cat-card__icon{width:42px;height:42px;border-radius:var(--radius-s);background:var(--moss);color:var(--forest-700);display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700}.lildog-help .cat-card h3{font-size:16.5px;color:var(--forest-700)}.lildog-help .cat-card p{color:var(--ink-soft);font-size:13.8px;line-height:1.5}.lildog-help .cat-card__go{margin-top:auto;font-size:12px;letter-spacing:.03em;color:var(--forest-700)}.lildog-help .contact-grid{display:grid;grid-template-columns:1fr;gap:32px}@media(min-width:900px){.lildog-help .contact-grid{grid-template-columns:1fr 1fr;gap:48px}}.lildog-help .contact-card{background:var(--forest);color:var(--ink);border-radius:var(--radius-l);padding:30px}.lildog-help .contact-card h3{color:var(--forest-700);font-size:20px;margin-bottom:10px}.lildog-help .contact-card p{color:var(--ink-soft);font-size:14.5px;margin-bottom:22px}.lildog-help .contact-meta{font-size:13px;color:var(--ink-soft);display:flex;align-items:center;gap:8px}.lildog-help .form-card{background:var(--canvas-raised);border:1px solid var(--line);border-radius:var(--radius-l);padding:30px;box-shadow:var(--shadow-card)}.lildog-help .form-row{margin-bottom:16px}.lildog-help .form-row label{display:block;font-size:13px;font-weight:600;color:var(--forest-700);margin-bottom:6px}.lildog-help .form-row input,.lildog-help .form-row select,.lildog-help .form-row textarea{width:100%;border:1px solid var(--line);border-radius:var(--radius-s);padding:11px 13px;font:inherit;font-size:14.5px;color:var(--ink);background:var(--canvas)}.lildog-help .form-row input:focus,.lildog-help .form-row select:focus,.lildog-help .form-row textarea:focus{outline:none;border-color:var(--forest);box-shadow:0 0 0 3px var(--forest-100)}.lildog-help .form-row textarea{resize:vertical;min-height:96px}.lildog-help .form-two{display:grid;grid-template-columns:1fr;gap:0 14px}@media(min-width:560px){.lildog-help .form-two{grid-template-columns:1fr 1fr}}.lildog-help .optional{font-weight:400;color:var(--ink-soft)}.lildog-help .form-success{display:none;align-items:center;gap:10px;background:var(--forest-100);border:1px solid var(--moss-line);color:var(--forest-700);padding:13px 15px;border-radius:var(--radius-s);font-size:13.8px;font-weight:600;margin-bottom:16px}.lildog-help .form-success.is-visible{display:flex}.lildog-help .visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:699px){.lildog-help .hero{padding-block:42px 58px}.lildog-help .hero__sub{font-size:15.5px}.lildog-help .search__field{padding-left:16px;gap:8px}.lildog-help .search__submit{padding-inline:15px}.lildog-help .help-section{padding-block:48px}.lildog-help .form-card,.lildog-help .contact-card{padding:22px}}.lildog-help .help-page-hero{background:#b7d58f;padding:32px 0 40px}.lildog-help .help-back-link{display:inline-block;margin-bottom:28px;color:#33421f;text-decoration:none;font-size:15px;font-weight:600}.lildog-help .help-back-link:hover{text-decoration:underline}.lildog-help .help-page-hero .eyebrow{display:block;margin-bottom:10px;color:#607449;font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.lildog-help .help-page-hero h1{max-width:1000px;margin:0 0 14px;color:#33421f;font-size:clamp(32px,3.5vw,42px);line-height:1.05}.lildog-help .help-page-hero p{max-width:650px;margin:0;color:#58615a;font-size:18px;line-height:1.6}.lildog-help .steps-grid{display:grid;grid-template-columns:1fr;gap:18px;margin-top:32px;max-width:640px}.lildog-help .step-card{display:grid;grid-template-columns:38px 1fr;column-gap:16px;align-items:start;padding:18px 20px;background:#fff;border:1px solid #d8d4c8;border-radius:16px}.lildog-help .step-card__number{display:flex;align-items:center;justify-content:center;width:38px;height:38px;margin-bottom:0;grid-row:1 / span 2;border-radius:50%;background:#dce9d0;color:#33421f;font-size:15px;font-weight:700}.lildog-help .step-card h3{grid-column:2;margin:2px 0 6px;color:#33421f;font-size:16px;font-weight:700;line-height:1.3}.lildog-help .step-card p{grid-column:2;margin:0;color:#58615a;font-size:15px;line-height:1.6}@media(max-width:699px){.lildog-help .steps-grid{grid-template-columns:1fr}.lildog-help .help-page-hero{padding:40px 0 48px}}.lildog-help .help-detail{background:#fff}.lildog-help .help-detail__content{max-width:640px}.lildog-help .help-detail__content>p{margin:0 0 28px;color:#58615a;font-size:16px;line-height:1.6}.lildog-help .help-detail__content h2{margin:0 0 12px;color:#33421f;font-size:32px;line-height:1.15}.lildog-help .help-detail__info h3{margin:24px 0 6px;color:#33421f;font-size:18px;line-height:1.3}.lildog-help .help-detail__info>p{margin:0;color:#58615a;font-size:15px;line-height:1.6}.lildog-help .help-tip{margin-top:28px;padding:18px 20px;background:#f2f7ed;border:1px solid #dce6d3;border-radius:14px}.lildog-help .help-tip strong{display:block;margin-bottom:4px;color:#33421f;font-size:15px}.lildog-help .help-tip p{margin:0;color:#58615a;font-size:15px;line-height:1.6}.lildog-help .pet-section{background:#e8f0df;padding-block:64px}.lildog-help .pet-section__content{max-width:900px;margin-inline:auto}.lildog-help .pet-section__head{display:flex;align-items:flex-start;gap:16px;margin-bottom:28px}.lildog-help .pet-section__icon{width:48px;height:48px;flex:0 0 48px;display:flex;align-items:center;justify-content:center;background:#b7d58e;border-radius:14px;color:#33421f;font-size:22px}.lildog-help .pet-section__head .eyebrow{display:block;margin-bottom:4px;color:#33421f;font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.lildog-help .pet-section__head h2{margin:0 0 6px;color:#33421f;font-size:26px;line-height:1.2}.lildog-help .pet-section__head p{margin:0;color:#58615a;font-size:15px;line-height:1.6}.lildog-help .pet-accordion{display:grid;gap:12px}.lildog-help .pet-accordion__item{background:#fff;border:1px solid #d8d4c8;border-radius:16px;overflow:hidden}.lildog-help .pet-accordion__item summary{min-height:62px;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px;cursor:pointer;list-style:none;color:#33421f;font-size:16px;font-weight:700}.lildog-help .pet-accordion__item summary::-webkit-details-marker{display:none}.lildog-help .pet-accordion__plus{width:28px;height:28px;flex:0 0 28px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#eef5e9;color:#33421f;font-size:18px;font-weight:600}@media(max-width:699px){.lildog-help .pet-section{padding-block:48px}.lildog-help .pet-section__head{gap:12px}.lildog-help .pet-section__icon{width:42px;height:42px;flex-basis:42px}}.lildog-help .pet-accordion__content{padding:0 20px 20px}.lildog-help .pet-accordion__content ol{margin:12px 0 8px;padding-left:22px}.lildog-help .pet-accordion__content li{margin-bottom:6px}.lildog-help .pet-accordion__content p{margin:0;color:#58615a;font-size:15px;line-height:1.6}.lildog-help .pet-accordion__item[open] .pet-accordion__plus:after{content:"\2212";font-size:18px}.lildog-help .pet-accordion__item[open]{background:#fff;border-color:#b7d58e}.lildog-help .pet-accordion__item[open] .pet-accordion__plus{font-size:0}.lildog-help .pet-accordion__item[open] .pet-accordion__plus:after{content:"\d7";font-size:18px}.lildog-help .device-section{background:#f7f7f2;padding-block:64px}.lildog-help .device-section--tint{background:#e8f0df}.lildog-help .device-section__wrap{max-width:1000px;margin-inline:auto}.lildog-help .device-section__head{max-width:680px;margin-bottom:30px}.lildog-help .device-section__head .eyebrow{display:block;margin-bottom:6px;color:#33421f;font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.lildog-help .device-section__head h2{margin:0 0 8px;color:#33421f;font-size:30px;line-height:1.2}.lildog-help .device-section__head p{margin:0;color:#58615a;font-size:16px;line-height:1.6}.lildog-help .signal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:28px}.lildog-help .signal-card{display:flex;align-items:flex-start;gap:14px;padding:18px 20px;background:#fff;border:1px solid #d8d4c8;border-radius:16px}.lildog-help .signal-card h3{margin:0 0 4px;color:#33421f;font-size:16px}.lildog-help .signal-card p{margin:0;color:#58615a;font-size:15px;line-height:1.5}.lildog-help .signal-dot{width:16px;height:16px;flex:0 0 16px;margin-top:4px;border-radius:50%}.lildog-help .signal-dot--green{background:#95bf5d}.lildog-help .signal-dot--blue{background:#7aa8d8}.lildog-help .button-guide{display:grid;gap:12px}.lildog-help .button-guide__item{display:grid;gap:4px;padding:16px 18px;background:#f2f7ed;border:1px solid #dce6d3;border-radius:14px}.lildog-help .button-guide__item strong{color:#33421f;font-size:15px}.lildog-help .button-guide__item span{color:#58615a;font-size:15px;line-height:1.5}.lildog-help .device-accordion{display:grid;gap:12px}.lildog-help .device-accordion__item{background:#fff;border:1px solid #d8d4c8;border-radius:16px;overflow:hidden}.lildog-help .device-accordion__item[open]{border-color:#b7d58e}.lildog-help .device-accordion__item summary{min-height:62px;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px;cursor:pointer;list-style:none;color:#33421f;font-size:16px;font-weight:700}.lildog-help .device-accordion__item summary::-webkit-details-marker{display:none}.lildog-help .device-accordion__plus{width:28px;height:28px;flex:0 0 28px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#eef5e9;color:#33421f;font-size:18px;font-weight:600}.lildog-help .device-accordion__item[open] .device-accordion__plus{font-size:0}.lildog-help .device-accordion__item[open] .device-accordion__plus:after{content:"\d7";font-size:18px}.lildog-help .device-accordion__content{padding:0 20px 20px;color:#58615a;font-size:15px;line-height:1.6}.lildog-help .device-accordion__content p{margin:0 0 12px}.lildog-help .device-accordion__content p:last-child{margin-bottom:0}.lildog-help .device-accordion__content ol{margin:12px 0;padding-left:22px}.lildog-help .device-accordion__content li{margin-bottom:6px}.lildog-help .device-inline-link{display:inline-block;margin-top:8px;color:#33421f;font-weight:700;text-decoration:underline}@media(max-width:699px){.lildog-help .device-section{padding-block:48px}.lildog-help .signal-grid{grid-template-columns:1fr}.lildog-help .device-section__head h2{font-size:26px}}.lildog-help .hero{background:#b5cf8e}.lildog-help .help-categories{padding-top:64px;padding-bottom:24px}.lildog-help .help-categories .cat-grid{margin-bottom:0}@media(max-width:699px){.lildog-help .help-categories{padding-top:48px;padding-bottom:24px}}.lildog-help .help-page-hero .wrap{max-width:1000px}.lildog-help .help-back-link{display:inline-block;margin-bottom:36px}.lildog-help .help-page-hero .eyebrow{display:block;margin-bottom:10px}.lildog-help .help-page-hero h1{margin:0 0 12px}.lildog-help .steps-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;max-width:100%;width:100%;margin-top:32px;align-items:stretch}.lildog-help .step-card{height:100%;min-width:0;padding:20px 18px}.lildog-help .step-card h3{line-height:1.3}.lildog-help .step-card p{line-height:1.55}.lildog-help .help-section>.wrap{max-width:1000px}@media(max-width:1000px){.lildog-help .steps-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:699px){.lildog-help .help-page-hero{padding-top:28px;padding-bottom:44px}.lildog-help .help-back-link{margin-bottom:26px}.lildog-help .steps-grid{grid-template-columns:1fr;gap:14px}.lildog-help .step-card{padding:18px 20px}}.lildog-help .step-card{display:block;padding:22px 20px 24px}.lildog-help .step-card__number{display:flex;align-items:center;justify-content:center;width:38px;height:38px;margin-bottom:16px;border-radius:50%;background:#ddead3;font-weight:700;flex-shrink:0}.lildog-help .step-card h3{margin:0 0 10px;line-height:1.3}.lildog-help .help-section:has(.steps-grid){padding-top:64px;padding-bottom:82px}.lildog-help .help-section:has(.steps-grid)>.wrap{max-width:1180px}.lildog-help .help-section:has(.steps-grid) .section__head{max-width:650px;margin-bottom:34px}.lildog-help .steps-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;width:100%;max-width:none;margin-top:0;align-items:stretch}.lildog-help .step-card{display:flex;flex-direction:column;height:100%;min-width:0;padding:24px 22px 26px;background:#fff;border:1px solid #d8d4c8;border-radius:16px}.lildog-help .step-card__number{display:flex;align-items:center;justify-content:center;width:40px;height:40px;flex:0 0 40px;margin:0 0 18px;border-radius:50%;background:#ddead3;color:#33421f;font-size:15px;font-weight:700}.lildog-help .step-card h3{min-height:48px;margin:0 0 12px;color:#33421f;font-size:16px;font-weight:700;line-height:1.4}.lildog-help .step-card p{margin:0;color:#58615a;font-size:15px;line-height:1.55}.lildog-help .pet-section{padding-top:68px;padding-bottom:68px}@media(max-width:699px){.lildog-help .help-page-hero{padding-top:28px;padding-bottom:44px}.lildog-help .help-back-link{margin-bottom:26px}.lildog-help .help-section:has(.steps-grid){padding-top:48px;padding-bottom:56px}.lildog-help .steps-grid{grid-template-columns:1fr;gap:14px}.lildog-help .step-card{padding:20px}.lildog-help .step-card h3{min-height:auto}}.lildog-help .help-section:has(.steps-grid)>.wrap{max-width:1280px}.lildog-help .steps-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.lildog-help .step-card{padding:22px 22px 24px;min-height:245px}.lildog-help .step-card h3{min-height:46px;font-size:16px;line-height:1.35;margin-bottom:10px}.lildog-help .step-card p{font-size:15px;line-height:1.5}@media(max-width:1000px){.lildog-help .steps-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lildog-help .step-card,.lildog-help .step-card h3{min-height:auto}}@media(max-width:699px){.lildog-help .steps-grid{grid-template-columns:1fr}}.lildog-help .step-card{min-height:220px;background:#fff}.lildog-help .help-section:has(.steps-grid) .section__head{margin-bottom:26px}.lildog-help .help-section:has(.steps-grid){padding-bottom:82px}@media(max-width:699px){.lildog-help .step-card{min-height:auto}}.lildog-help .help-section:has(.steps-grid) .section__head{max-width:760px;margin-bottom:30px}.lildog-help .help-section:has(.steps-grid) .section__head{max-width:760px;margin-bottom:32px}.lildog-help .help-section:has(.steps-grid) .section__head .eyebrow{display:block;margin-bottom:12px}.lildog-help .help-section:has(.steps-grid) .section__head h2{margin-top:0;margin-bottom:12px}.lildog-help .help-section:has(.steps-grid) .section__head p{max-width:720px;margin-top:0;font-size:16px;line-height:1.6}@media(min-width:1001px){.lildog-help .step-card{transition:transform .15s ease,box-shadow .15s ease}.lildog-help .step-card:hover{transform:translateY(-2px);box-shadow:0 8px 22px -16px #33421f59}}.lildog-help .step-card__number{background:#d9e8cc}.lildog-help .pet-section{padding-top:72px;padding-bottom:72px}.lildog-help .pet-section__content{max-width:1120px;margin-inline:auto}.lildog-help .pet-section__head{margin-bottom:30px}.lildog-help .pet-section__head h2{margin-bottom:8px}.lildog-help .pet-section__head p{max-width:680px}.lildog-help .pet-accordion{gap:14px}.lildog-help .pet-accordion__item{transition:border-color .15s ease,box-shadow .15s ease}@media(min-width:1001px){.lildog-help .pet-accordion__item:hover{border-color:#b5cf8e}}.lildog-help .pet-accordion__item summary{padding:18px 22px}@media(max-width:699px){.lildog-help .help-section:has(.steps-grid) .section__head{margin-bottom:26px}.lildog-help .pet-section{padding-top:52px;padding-bottom:52px}}.lildog-help .pet-section__content{max-width:1180px}.lildog-help .pet-section__head{margin-bottom:28px}.lildog-help .pet-section__head>div:last-child{max-width:760px}.lildog-help .pet-section__head p{max-width:720px}.lildog-help .pet-accordion{width:100%}.lildog-help .pet-section{padding-top:70px;padding-bottom:54px}.lildog-help .pet-section{background:#e1eadb;padding-bottom:32px}.lildog-help .help-section:has(.steps-grid)>.wrap{max-width:1120px}.lildog-help .steps-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;width:100%;max-width:none}.lildog-help .step-card{display:flex;flex-direction:column;padding:22px 20px 24px}.lildog-help .step-card__number{margin-bottom:16px}.lildog-help .step-card h3{min-height:44px;margin:0 0 10px;line-height:1.3}.lildog-help .step-card p{margin:0;line-height:1.55}@media(max-width:1000px){.lildog-help .steps-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lildog-help .step-card h3{min-height:auto}}@media(max-width:699px){.lildog-help .steps-grid{grid-template-columns:1fr}.lildog-help .step-card h3{min-height:auto}}.lildog-help .help-page-hero{background:#b5cf8e;padding-top:38px;padding-bottom:68px}.lildog-help .help-page-hero .wrap{max-width:1120px}.lildog-help .help-back-link{margin-bottom:34px}.lildog-help .help-page-hero h1{max-width:850px;margin:0 0 12px}.lildog-help .help-page-hero p{margin:0}.lildog-help .device-section__wrap{max-width:1120px;margin-inline:auto}.lildog-help .device-section{padding-top:68px;padding-bottom:68px}.lildog-help .device-section--light{background:#fff}.lildog-help .device-section--tint{background:#e1eadb}.lildog-help .device-section__head{max-width:760px;margin-bottom:30px}.lildog-help .device-section__head .eyebrow{margin-bottom:10px}.lildog-help .device-section__head h2{margin:0 0 10px}.lildog-help .device-section__head p{max-width:720px;margin:0}.lildog-help .signal-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;width:100%;margin-bottom:28px}.lildog-help .signal-card{min-height:82px;padding:18px 20px}.lildog-help .signal-card:last-child:nth-child(odd){grid-column:1 / -1}.lildog-help .button-guide{gap:12px}.lildog-help .button-guide__item{padding:14px 18px;min-height:0}.lildog-help .device-accordion{gap:12px}.lildog-help .device-accordion__item{transition:border-color .15s ease,box-shadow .15s ease}.lildog-help .device-accordion__item summary{padding:18px 22px}@media(min-width:1001px){.lildog-help .device-accordion__item:hover{border-color:#b5cf8e}}@media(max-width:699px){.lildog-help .help-page-hero{padding-top:28px;padding-bottom:44px}.lildog-help .help-back-link{margin-bottom:26px}.lildog-help .device-section{padding-top:52px;padding-bottom:52px}.lildog-help .signal-grid{grid-template-columns:1fr}.lildog-help .signal-card:last-child:nth-child(odd){grid-column:auto}}.lildog-device-page .signal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.lildog-device-page .signal-card{width:100%;min-width:0;min-height:0;padding:18px 20px}.lildog-device-page .signal-card h3{margin-bottom:4px}.lildog-device-page .signal-card p{line-height:1.45}.lildog-device-page .signal-dot--neutral{background:#a8c4dc}@media(max-width:699px){.lildog-device-page .signal-grid{grid-template-columns:1fr}}.lildog-device-page .help-page-hero{background:#b5cf8e}.lildog-device-page .device-section{background:#e1eadb}.lildog-device-page .device-section--tint,.lildog-device-page .device-section--light{background:#f5f7fa}.lildog-device-page .help-page-hero{background:#b5cf8e;padding-top:42px;padding-bottom:70px}.lildog-device-page .help-page-hero .help-back-link{margin-bottom:40px}@media(max-width:699px){.lildog-device-page .help-page-hero{padding-top:32px;padding-bottom:48px}.lildog-device-page .help-page-hero .help-back-link{margin-bottom:30px}}.lildog-app-page .help-page-hero,.lildog-subscription-page .help-page-hero{background:#b5cf8e}.lildog-delivery-page .device-section{background:#f5f7fa}.lildog-delivery-page .device-section--tint{background:#e1eadb}.lildog-app-page main>.help-section:last-child{padding-bottom:48px}.lildog-app-page main{padding-bottom:0;margin-bottom:0}.lildog-device-page main>.help-section:last-child{padding-bottom:48px}.lildog-device-page main{padding-bottom:0;margin-bottom:0}.lildog-help .cat-card__icon{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center}.lildog-help .cat-card__icon svg{width:22px;height:22px;display:block}.lildog-help .search,.lildog-help .search__field{position:static!important;top:auto!important}.lildog-start-page main>.help-section:last-child{padding-bottom:140px!important;margin-bottom:0!important}.lildog-start-page main{padding-bottom:0!important;margin-bottom:0!important}
/*# sourceMappingURL=/cdn/shop/t/25/assets/customer-service.css.map */
